theorem
proved
term proof
clusteringRatio_lt_one
show as:
view Lean formalization →
formal statement (Lean)
89theorem clusteringRatio_lt_one : clusteringRatio < 1 := by
proof body
Term-mode proof.
90 unfold clusteringRatio
91 rw [div_lt_one phi_pos]
92 exact one_lt_phi
93