theorem
proved
term proof
e_gt_two
show as:
view Lean formalization →
formal statement (Lean)
163theorem e_gt_two : Real.exp 1 > 2 := by
proof body
Term-mode proof.
164 have h := Real.add_one_lt_exp (show (1:ℝ) ≠ 0 by norm_num)
165 linarith
166
167/-- φ < 2 (from phi < 1.62). -/