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

phi_inverse_formula

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)

 169theorem phi_inverse_formula : 1 / phi = phi - 1 := by

proof body

Term-mode proof.

 170  have h1 : phi > 0 := phi_pos
 171  have h2 : phi^2 = phi + 1 := phi_sq_eq
 172  field_simp
 173  nlinarith
 174
 175/-- **CALCULATED**: φ + 1/φ = √5. -/

used by (2)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (2)

Lean names referenced from this declaration's body.