Theorems · Theorem · sequences and series
NNReal.summable_schlomilch_iff
∀ {C : ℕ} {u : ℕ → ℕ} {f : ℕ → NNReal},
(∀ ⦃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 a series of NNReal version.
- Defined in
- Mathlib.Analysis.PSeries
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 158 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Top.topproof · cited by 9,680
- Finset.sumproof · cited by 5,195
- NNRealstatement and proof · cited by 4,310
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- Finset.rangeproof · cited by 1,341
- ENNReal.ofNNRealproof · cited by 1,279
- tsumproof · cited by 1,148
- Summablestatement · cited by 778
- StrictMonostatement and proof · cited by 706
- zero_lt_oneproof · cited by 598
- LT.lt.transproof · cited by 370
- StrictMono.monotoneproof · cited by 118
Cited by2
Results whose statement or proof uses this declaration.
- summable_schlomilch_iff_of_nonnegproof · cited by 1
- NNReal.summable_condensed_iffproof · cited by 0