From e390c1a84dbd5a348806c6bc55f07ade3a629587 Mon Sep 17 00:00:00 2001 From: "aleph-prover[bot]" <247409690+aleph-prover[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 14:04:02 +0000 Subject: [PATCH] Proof for mathd_algebra_513 Automated commit at 20260429_140400 --- EasyLean/Basic.lean | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/EasyLean/Basic.lean b/EasyLean/Basic.lean index 305e1ca..70e6a24 100644 --- a/EasyLean/Basic.lean +++ b/EasyLean/Basic.lean @@ -1,12 +1,12 @@ import Mathlib.Data.Real.Basic import Mathlib.Tactic.Linarith -theorem mathd_algebra_513 - (a b : ℝ) +theorem mathd_algebra_513 (a b : ℝ) (h₀ : 3 * a + 2 * b = 5) (h₁ : a + b = 2) : a = 1 ∧ b = 1 := by - sorry + constructor <;> linarith [h₀, h₁] + theorem eq_four : ∀ a b c d : Nat, a = b → a = d → a = c → c = b := by sorry