From 17cab92f7db6c1c0b2e49ae324c6f9c5443003df Mon Sep 17 00:00:00 2001 From: "demo-pr-pusher[bot]" <244523094+demo-pr-pusher[bot]@users.noreply.github.com> Date: Thu, 25 Dec 2025 13:56:22 +0000 Subject: [PATCH] Add new theorems and proofs Automated commit at 20251225_135620 --- EasyLean/Basic.lean | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 EasyLean/Basic.lean diff --git a/EasyLean/Basic.lean b/EasyLean/Basic.lean deleted file mode 100644 index 305e1ca..0000000 --- a/EasyLean/Basic.lean +++ /dev/null @@ -1,12 +0,0 @@ -import Mathlib.Data.Real.Basic -import Mathlib.Tactic.Linarith - -theorem mathd_algebra_513 - (a b : ℝ) - (h₀ : 3 * a + 2 * b = 5) - (h₁ : a + b = 2) : - a = 1 ∧ b = 1 := by - sorry - -theorem eq_four : ∀ a b c d : Nat, a = b → a = d → a = c → c = b := by - sorry