Skip to content

Commit

Permalink
harder
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardobrasca committed Jan 22, 2025
1 parent ac3d9de commit 4746882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Math2001/01_Proofs_by_Calculation/05_A_Shortcut.lean
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ example {x y : ℚ} (hx : x = 2) (hy : y ^ 2 = -7) : x + y ^ 2 = -5 := by
done

example {s t : ℝ} (h : t = 4 - s * t) : t + s * t > 0 := by
addarith [h]
sorry
done

example {m n : ℝ} (h1 : m ≤ 8 - n) : 10 > m + n := by
Expand Down

0 comments on commit 4746882

Please sign in to comment.