pith. machine review for the scientific record. sign in
theorem proved term proof

residualFraction_strict_anti

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

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

used by (2)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (3)

Lean names referenced from this declaration's body.