theorem
proved
term proof
residualFraction_lt_one_of_pos
show as:
view Lean formalization →
formal statement (Lean)
61theorem residualFraction_lt_one_of_pos {n : ℕ} (h : 1 ≤ n) :
62 residualFraction n < 1 := by
proof body
Term-mode proof.
63 unfold residualFraction
64 exact pow_lt_one₀ (le_of_lt reductionFactor_pos) reductionFactor_lt_one (by omega)
65