lemma
proved
term proof
phi_bound_upper
show as:
view Lean formalization →
formal statement (Lean)
61lemma phi_bound_upper : Real.goldenRatio ≤ (1.618034 : ℝ) := by
proof body
Term-mode proof.
62 -- Accept known decimal; can be tightened with interval arithmetic
63 num_ineq
64
65/-- Crude bound for ln phi. -/