theorem
proved
tactic proof
phi_sq_eq
show as:
view Lean formalization →
formal statement (Lean)
81theorem phi_sq_eq : phi ^ 2 = phi + 1 := by
proof body
Tactic-mode proof.
82 unfold phi
83 have h5 : Real.sqrt 5 * Real.sqrt 5 = 5 :=
84 Real.mul_self_sqrt (by norm_num : (5 : ℝ) ≥ 0)
85 have : ((1 + Real.sqrt 5) / 2) ^ 2 = (1 + Real.sqrt 5) / 2 + 1 := by
86 field_simp
87 nlinarith [h5]
88 exact this
89
90/-- `φ · φ⁻¹ = 1`. -/
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_sq_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