Theorems · Theorem · sequences and series
summable_schlomilch_iff_of_nonneg
∀ {C : ℕ} {u : ℕ → ℕ} {f : ℕ → ℝ},
(∀ (n : ℕ), 0 ≤ f n) →
(∀ ⦃m n : ℕ⦄, 0 < m → m ≤ n → f n ≤ f m) →
(∀ (n : ℕ), 0 < u n) →
StrictMono u →
C ≠ 0 → SuccDiffBounded C u → ((Summable fun k => (↑(u (k + 1)) - ↑(u k)) * f (u k)) ↔ Summable f)for series of nonnegative real numbers.
- Defined in
- Mathlib.Analysis.PSeries
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 159 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- NNRealproof · cited by 4,310
- LT.lt.leproof · cited by 2,189
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- NNReal.toRealproof · cited by 1,260
- Summablestatement and proof · cited by 778
- StrictMonostatement and proof · cited by 706
- Nat.cast_leproof · cited by 159
- NNReal.coe_natCastproof · cited by 34
- NNReal.coe_subproof · cited by 19
- SuccDiffBoundedstatement and proof · cited by 6
- NNReal.summable_schlomilch_iffproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- summable_condensed_iff_of_nonnegproof · cited by 2