theorem
proved
term proof
phi_psi_diff
show as:
view Lean formalization →
formal statement (Lean)
105theorem phi_psi_diff : φ - ψ = Real.sqrt 5 := by
proof body
Term-mode proof.
106 unfold φ ψ; ring
107
108/-- **THEOREM: φ⁻¹ = φ − 1** -/