theorem
proved
term proof
residualFraction_strict_anti
show as:
view Lean formalization →
formal statement (Lean)
66theorem residualFraction_strict_anti {n m : ℕ} (h : n < m) :
67 residualFraction m < residualFraction n := by
proof body
Term-mode proof.
68 unfold residualFraction
69 exact pow_lt_pow_right_of_lt_one₀ reductionFactor_pos
70 reductionFactor_lt_one h
71