Theorems · Theorem · sequences and series
ENNReal.le_tsum_schlomilch
∀ {u : ℕ → ℕ} {f : ℕ → ENNReal},
(∀ ⦃m n : ℕ⦄, 0 < m → m ≤ n → f n ≤ f m) →
(∀ (n : ℕ), 0 < u n) →
StrictMono u → ∑' (k : ℕ), f k ≤ ∑ k ∈ Finset.range (u 0), f k + ∑' (k : ℕ), (↑(u (k + 1)) - ↑(u k)) * f (u k)- Defined in
- Mathlib.Analysis.PSeries
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 132 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- ENNRealstatement and proof · cited by 9,879
- Finset.sumstatement and proof · cited by 5,195
- Finset.sum_congrproof · cited by 2,323
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- le_reflproof · cited by 2,061
- Finset.rangestatement and proof · cited by 1,341
- tsumstatement and proof · cited by 1,148
- StrictMonostatement and proof · cited by 706
- add_le_addproof · cited by 666
- le_imp_le_of_le_of_leproof · cited by 576
- nsmul_eq_mulproof · cited by 369
- iSup_leproof · cited by 190
Cited by1
Results whose statement or proof uses this declaration.
- NNReal.summable_schlomilch_iffproof · cited by 2