lemma
proved
phi_cubed_eq
show as:
view math explainer →
open explainer
Generate a durable explainer page for this declaration.
open lean source
IndisputableMonolith.Constants on GitHub at line 117.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
used by
-
J_phi_ceiling_band -
phi_cubed_band -
phi_cubed_eq -
tidalLockingFromPhiResonanceCert -
TidalLockingFromPhiResonanceCert -
phi_cubed_eq -
stratopause_tropopause_ratio_band -
stratopause_tropopause_ratio_gt_4 -
phi_cubed_bounds -
phi_fourth_eq -
phi_cubed -
phiInvCubed_eq_two_phi_minus_three -
phiInvSq_eq_two_minus_phi -
phi_cubed_eq -
phi_cubed_gt -
phi_cubed_lt -
phi_inv3_zpow_bounds -
phi_pow4_eq -
phi_pow5_eq -
phi_6_hierarchy_bounds
formal source
114
115/-- Key identity: φ³ = 2φ + 1 (Fibonacci recurrence).
116 φ³ = φ × φ² = φ(φ + 1) = φ² + φ = (φ + 1) + φ = 2φ + 1. -/
117lemma phi_cubed_eq : phi^3 = 2 * phi + 1 := by
118 calc phi^3 = phi * phi^2 := by ring
119 _ = phi * (phi + 1) := by rw [phi_sq_eq]
120 _ = phi^2 + phi := by ring
121 _ = (phi + 1) + phi := by rw [phi_sq_eq]
122 _ = 2 * phi + 1 := by ring
123
124/-- Key identity: φ⁴ = 3φ + 2 (Fibonacci recurrence).
125 φ⁴ = φ × φ³ = φ(2φ + 1) = 2φ² + φ = 2(φ + 1) + φ = 3φ + 2. -/
126lemma phi_fourth_eq : phi^4 = 3 * phi + 2 := by
127 calc phi^4 = phi * phi^3 := by ring
128 _ = phi * (2 * phi + 1) := by rw [phi_cubed_eq]
129 _ = 2 * phi^2 + phi := by ring
130 _ = 2 * (phi + 1) + phi := by rw [phi_sq_eq]
131 _ = 3 * phi + 2 := by ring
132
133/-- Key identity: φ⁵ = 5φ + 3 (Fibonacci recurrence).
134 φ⁵ = φ × φ⁴ = φ(3φ + 2) = 3φ² + 2φ = 3(φ + 1) + 2φ = 5φ + 3. -/
135lemma phi_fifth_eq : phi^5 = 5 * phi + 3 := by
136 calc phi^5 = phi * phi^4 := by ring
137 _ = phi * (3 * phi + 2) := by rw [phi_fourth_eq]
138 _ = 3 * phi^2 + 2 * phi := by ring
139 _ = 3 * (phi + 1) + 2 * phi := by rw [phi_sq_eq]
140 _ = 5 * phi + 3 := by ring
141
142/-! ### Bounds from Fibonacci identities -/
143
144/-- φ³ is between 4.0 and 4.25.
145 φ³ = 2φ + 1 ≈ 4.236. -/
146lemma phi_cubed_bounds : (4.0 : ℝ) < phi^3 ∧ phi^3 < 4.25 := by
147 rw [phi_cubed_eq]
papers checked against this theorem (showing 1 of 1)
-
One golden-ratio curve organizes four periodic-table trends at once
"Two golden-ratio identities, IE_1(G_p)/IE_1(G_{p+1}) ≈ φ^{1/4} on three heavy noble-gas pairs and IE_1(halogen)/IE_1(alkali) ≈ φ^2 on four within-period pairs"