lemma
proved
term proof
log_phi_bound
show as:
view Lean formalization →
formal statement (Lean)
66lemma log_phi_bound : (0.481211 : ℝ) ≤ Real.log Real.goldenRatio ∧
67 Real.log Real.goldenRatio ≤ (0.481212 : ℝ) := by
proof body
Term-mode proof.
68 constructor <;> num_ineq
69
70end IntervalProofs
71end Numerics
72end IndisputableMonolith