lemma
proved
tactic proof
phi_sq_eq
show as:
view Lean formalization →
formal statement (Lean)
70lemma phi_sq_eq : phi^2 = phi + 1 := by
proof body
Tactic-mode proof.
71 simp only [phi]
72 have h5_pos : (0 : ℝ) ≤ 5 := by norm_num
73 have hsq : (Real.sqrt 5)^2 = 5 := Real.sq_sqrt h5_pos
74 ring_nf
75 linear_combination (1/4) * hsq
76
77/-- Tighter lower bound: φ > 1.5 (since √5 > 2, so (1 + √5)/2 > 1.5). -/
used by (40)
-
beautyScore_at_phi -
adjacencyGap_eq -
settlementPopRatio_in_Christaller_band -
phi_golden_recursion -
alfvenToSolarWindRatio_gt_one -
phi_cubed_eq -
phi_ratio_identity -
phi_cubed_eq -
J_phi_band -
J_phi_pos -
phi_critical_numeric -
sc_prediction -
Jcost_phi_val -
phi_cubed_eq -
phi_eighth_eq -
phi_eleventh_eq -
phi_fifth_eq -
phi_fourth_eq -
phi_ninth_eq -
phi_seventh_eq -
phi_sixth_eq -
phi_squared_bounds -
phi_tenth_eq -
J_bit_eq_phi_minus -
phi44_gt_1e8 -
phi8_val -
phi5_eq -
phi_pow_8_fib -
phi_pow_fib -
hubble_resolution_converges