From 85d3454f16cb34e310c71028938036e9de1693ab Mon Sep 17 00:00:00 2001 From: "aleph-prover-test[bot]" <247855025+aleph-prover-test[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 15:07:54 +0000 Subject: [PATCH] Proof for mathd_algebra_513 Automated commit at 20260804_150753 --- EasyLean/Basic.lean | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/EasyLean/Basic.lean b/EasyLean/Basic.lean index 305e1ca..3208f21 100644 --- a/EasyLean/Basic.lean +++ b/EasyLean/Basic.lean @@ -1,12 +1,11 @@ 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 theorem eq_four : ∀ a b c d : Nat, a = b → a = d → a = c → c = b := by sorry