Mathlib Map

Theorems · Theorem · real analysis

AntitoneOn.integrableOn_Ioi_of_summable_comp_add

∀ {f : ℝ → ℝ} {N : ℕ},
  AntitoneOn f (Set.Ici ↑N) →
    (Summable fun n => f ↑(n + N)) →
      (∀ t ∈ Set.Ioi ↑N, 0 ≤ f t) → MeasureTheory.IntegrableOn f (Set.Ioi ↑N) MeasureTheory.volume

Converse to the integral test: a nonnegative, integrable, summable function is integrable.

Defined in
Mathlib.Analysis.SumIntegralComparisons
Cited by
2 results in Mathlib
Foundations
Depth 260 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites29

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by2

Results whose statement or proof uses this declaration.