78theorem phi_lt_16180340 : goldenRatio < (1.6180340 : ℝ) := by
proof body
Term-mode proof.
79 unfold goldenRatio 80 have h : sqrt 5 < (2.2360680 : ℝ) := sqrt5_lt_22360680 81 linarith 82 83/-- Convenience: a bundled “tight enough” φ bound. 84 85This replaces the legacy `Numerics/Interval.lean` `phi_tight_bounds` lemma and is the 86canonical bound used across the codebase going forward. -/
used by (8)
From the project-wide theorem graph. These declarations reference this one in their body.