Theorems · Theorem · sequences and series
Summable.tsum_le_of_sum_range_le
∀ {α : Type u_3} [inst : Preorder α] [inst_1 : AddCommMonoid α] [inst_2 : TopologicalSpace α] {c : α}
[ClosedIicTopology α] {f : ℕ → α}, Summable f → (∀ (n : ℕ), ∑ i ∈ Finset.range n, f i ≤ c) → ∑' (n : ℕ), f n ≤ c- Cited by
- 3 results in Mathlib
- Foundations
- Depth 77 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.
- TopologicalSpacestatement and proof · cited by 24,529
- AddCommMonoidstatement and proof · cited by 12,281
- Preorderstatement and proof · cited by 7,952
- Finset.sumstatement and proof · cited by 5,195
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- Finset.rangestatement and proof · cited by 1,341
- tsumstatement · cited by 1,148
- Summablestatement and proof · cited by 778
- Summable.hasSumproof · cited by 184
- ClosedIicTopologystatement and proof · cited by 115
- le_of_tendsto'proof · cited by 25
- HasSum.tendsto_sum_natproof · cited by 23
Cited by3
Results whose statement or proof uses this declaration.
- ENNReal.tsum_le_of_sum_range_leproof · cited by 1
- NNReal.tsum_le_of_sum_range_leproof · cited by 0
- Real.tsum_le_of_sum_range_leproof · cited by 0