pith. machine review for the scientific record. sign in
theorem proved term proof

phi_psi_diff

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

 105theorem phi_psi_diff : φ - ψ = Real.sqrt 5 := by

proof body

Term-mode proof.

 106  unfold φ ψ; ring
 107
 108/-- **THEOREM: φ⁻¹ = φ − 1** -/