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

phi_inv_lt_one

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)

 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 φ -/

used by (4)

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

depends on (1)

Lean names referenced from this declaration's body.