theorem
proved
term proof
reductionFactor_pos
show as:
view Lean formalization →
formal statement (Lean)
35theorem reductionFactor_pos : 0 < reductionFactor := by
proof body
Term-mode proof.
36 unfold reductionFactor
37 have := phi_lt_onePointSixTwo; linarith
38