From 85c566c35cbd61b2330b117ad9485d26e65e6fe3 Mon Sep 17 00:00:00 2001 From: "aleph-prover[bot]" <247409690+aleph-prover[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 19:05:15 +0000 Subject: [PATCH] Proof for mathd_algebra_513 Automated commit at 20260820_190514 --- EasyLean/Basic.lean | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/EasyLean/Basic.lean b/EasyLean/Basic.lean index 305e1ca..07af496 100644 --- a/EasyLean/Basic.lean +++ b/EasyLean/Basic.lean @@ -1,12 +1,13 @@ 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 + · linarith theorem eq_four : ∀ a b c d : Nat, a = b → a = d → a = c → c = b := by sorry