Theorems · Theorem · sequences and series
Summable.tsum_lt_tsum_of_nonneg
∀ {i : ℕ} {f g : ℕ → ℝ},
(∀ (b : ℕ), 0 ≤ f b) → (∀ (b : ℕ), f b ≤ g b) → f i < g i → Summable g → ∑' (n : ℕ), f n < ∑' (n : ℕ), g nIf a sequence f with non-negative terms is dominated by a sequence g with summable
series and at least one term of f is strictly smaller than the corresponding term in g,
then the series of f is strictly smaller than the series of g.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 135 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- tsumstatement · cited by 1,148
- Summablestatement and proof · cited by 778
- Summable.of_nonneg_of_leproof · cited by 36
- Summable.tsum_lt_tsumproof · cited by 5
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.