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)
169lemma phi_sixth_eq : phi^6 = 8 * phi + 5 := by
proof body
Tactic-mode proof.
170 calc phi^6 = phi * phi^5 := by ring
171 _ = phi * (5 * phi + 3) := by rw [phi_fifth_eq]
172 _ = 5 * phi^2 + 3 * phi := by ring
173 _ = 5 * (phi + 1) + 3 * phi := by rw [phi_sq_eq]
174 _ = 8 * phi + 5 := by ring
175
176/-- Key identity: φ⁷ = 13φ + 8 (Fibonacci recurrence). -/
used by (4)
From the project-wide theorem graph. These declarations reference this one in their body.
-
phi_seventh_eq
in IndisputableMonolith.Constants
decl_use
-
phi_pow_11_eq
in IndisputableMonolith.Masses.NumericalPredictions
decl_use
-
phi_pow_6_bounds
in IndisputableMonolith.Masses.NumericalPredictions
decl_use
-
phi_pow_7_eq
in IndisputableMonolith.Masses.NumericalPredictions
decl_use
depends on (5)
Lean names referenced from this declaration's body.
-
phi_fifth_eq
in IndisputableMonolith.Constants
decl_use
-
phi_sq_eq
in IndisputableMonolith.Constants
decl_use
-
identity
in IndisputableMonolith.Foundation.ObserverForcing
decl_use
-
phi_sq_eq
in IndisputableMonolith.NumberTheory.PhiLadderLattice
decl_use
-
identity
in IndisputableMonolith.RRF.Foundation.VantageCategory
decl_use