Mathlib Map

Theorems · Theorem · real analysis

AntitoneOn.integral_le_tsum_comp_add

∀ {f : ℝ → ℝ} (N : ℕ),
  AntitoneOn f (Set.Ici ↑N) →
    (Summable fun n => f ↑n) → (∀ t ∈ Set.Ioi ↑N, 0 ≤ f t) → ∫ (x : ℝ) in Set.Ioi ↑N, f x ≤ ∑' (n : ℕ), f ↑(n + N)

The sum of a nonnegative, antitone function is bounded below by its integral.

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

Around this declaration

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

Cites32

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

Cited by1

Results whose statement or proof uses this declaration.