lemma
proved
term proof
phi_lt_exp_0483
show as:
view Lean formalization →
formal statement (Lean)
272private lemma phi_lt_exp_0483 : 16180340 / 10000000 + exp_error_10_at_0483 < exp_taylor_10_at_0483 := by
proof body
Term-mode proof.
273 native_decide
274
275/-- Rigorous upper bound: log(φ) < 0.483
276
277 Proof using exp monotonicity: log(φ) < 0.483 ↔ φ < exp(0.483).
278 We have φ < 1.6180340 and exp(0.483) ≈ 1.6210... > 1.6180340. -/