Theorems · Theorem · sequences and series
sum_le_hasSum
∀ {ι : Type u_1} {α : Type u_3} {L : SummationFilter ι} [inst : AddCommMonoid α] [inst_1 : Preorder α]
[IsOrderedAddMonoid α] [inst_3 : TopologicalSpace α] [OrderClosedTopology α] {f : ι → α} {a : α} [L.NeBot] [L.LeAtTop]
(s : Finset ι), (∀ i ∉ s, 0 ≤ f i) → HasSum f a L → ∑ i ∈ s, f i ≤ a- Cited by
- 7 results in Mathlib
- Foundations
- Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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
- Finsetstatement and proof · cited by 13,712
- AddCommMonoidstatement and proof · cited by 12,281
- Preorderstatement and proof · cited by 7,952
- Finset.sumstatement · cited by 5,195
- IsOrderedAddMonoidstatement and proof · cited by 1,659
- SummationFilterstatement and proof · cited by 607
- HasSumstatement and proof · cited by 518
- OrderClosedTopologystatement and proof · cited by 445
- SummationFilter.NeBotstatement and proof · cited by 130
- Filter.eventually_atTopproof · cited by 112
- Filter.Eventually.filter_monoproof · cited by 84
Cited by7
Results whose statement or proof uses this declaration.
- Summable.sum_le_tsumproof · cited by 14
- le_hasSumproof · cited by 5
- MeasureTheory.IntegrableOn.hasBoxIntegralproof · cited by 2
- BoxIntegral.HasIntegral.of_aeEq_zeroproof · cited by 1
- Finite.of_summable_constproof · cited by 1
- Set.Countable.exists_pos_forall_sum_leproof · cited by 1
- lt_hasSumproof · cited by 0