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

phi_psi_sum

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)

 101theorem phi_psi_sum : φ + ψ = 1 := by

proof body

Term-mode proof.

 102  unfold φ ψ; ring
 103
 104/-- **THEOREM: φ − ψ = √5** -/