theorem
proved
term proof
horizon_adjacent_ratio
show as:
view Lean formalization →
formal statement (Lean)
74theorem horizon_adjacent_ratio (k : ℕ) :
75 horizonAtRung (k + 1) / horizonAtRung k = phi⁻¹ := by
proof body
Term-mode proof.
76 rw [horizonAtRung_succ_ratio]
77 have hpos : 0 < horizonAtRung k := horizonAtRung_pos k
78 field_simp [hpos.ne']
79