No prose has been written for this declaration yet. The Lean source and graph data below render
without it.
generate prose now
formal statement (Lean)
41theorem phiInv_lt_phi : phiInv < phi := by
proof body
Term-mode proof.
42 have h := phi_pos
43 have hone := one_lt_phi
44 unfold phiInv
45 calc 1 / phi < 1 := (div_lt_one h).mpr hone
46 _ < phi := hone
47
48/-- 1/φ = φ - 1 (Fibonacci-phi identity).
49 Proof: φ·(φ-1) = φ² - φ = (φ+1) - φ = 1, so φ-1 = 1/φ. -/
used by (2)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (6)
Lean names referenced from this declaration's body.
-
one_lt_phi
in IndisputableMonolith.Constants
decl_use
-
phiInv
in IndisputableMonolith.CrossDomain.PhiInverseInvariants
decl_use
-
identity
in IndisputableMonolith.Foundation.ObserverForcing
decl_use
-
one_lt_phi
in IndisputableMonolith.PhiSupport
decl_use
-
one_lt_phi
in IndisputableMonolith.PhiSupport.Lemmas
decl_use
-
identity
in IndisputableMonolith.RRF.Foundation.VantageCategory
decl_use