def
definition
def or abbrev
phi
show as:
view Lean formalization →
formal statement (Lean)
54noncomputable def phi : ℝ := (1 + Real.sqrt 5) / 2
proof body
Definition body.
55
56/-- φ satisfies the fixed-point equation φ² = φ + 1. -/