theorem
proved
term proof
phi_inv_lt_one
show as:
view Lean formalization →
formal statement (Lean)
154theorem phi_inv_lt_one : 1/φ < 1 := by
proof body
Term-mode proof.
155 have h := phi_gt_one
156 have hp := phi_pos
157 rw [div_lt_one hp]
158 linarith
159
160/-- The sum φ^(-1) + φ^(-2) + ... converges to φ -/