Theorems · Theorem · sequences and series
tsum_def
∀ {α : Type u_4} {β : Type u_5} [inst : AddCommMonoid α] [inst_1 : TopologicalSpace α] (f : β → α)
(L : SummationFilter β),
tsum f L =
if h : Summable f L then
if L.HasSupport ∧ (Function.support f ∩ L.support).Finite then finsum (L.support.indicator f)
else if HasSum f 0 L then 0 else Exists.choose h
else 0∑' i, f i is the unconditional sum of f if it exists, or 0 otherwise.
More generally, if L is a SummationFilter, ∑'[L] i, f i is the sum of f with respect to
L if it exists, and 0 otherwise.
(Note that even if the unconditional sum exists, it might not be unique if the topology is not
separated. When the support of f is finite, we make the most reasonable choice, to use the sum
over the support. Otherwise, we choose arbitrarily an a satisfying HasSum f a. Similar remarks
apply to more general summation filters.)
- Cited by
- 11 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.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- AddCommMonoidstatement and proof · cited by 12,281
- Set.Finitestatement and proof · cited by 1,814
- tsumstatement · cited by 1,148
- Summablestatement and proof · cited by 778
- Set.indicatorstatement and proof · cited by 723
- Function.supportstatement and proof · cited by 610
- SummationFilterstatement and proof · cited by 607
- HasSumstatement and proof · cited by 518
- finsumstatement and proof · cited by 286
- SummationFilter.HasSupportstatement and proof · cited by 38
Cited by11
Results whose statement or proof uses this declaration.
- Summable.hasSumproof · cited by 184
- tsum_zeroproof · cited by 63
- tsum_eq_zero_of_not_summableproof · cited by 27
- tsum_botproof · cited by 6
- Function.Injective.tsum_eqproof · cited by 6
- tsum_eq_finsumproof · cited by 4
- Measurable.tsum'proof · cited by 2
- Function.Surjective.tsum_eq_tsum_of_hasSum_iff_hasSumproof · cited by 1
- AEMeasurable.tsum'proof · cited by 0
- MeasureTheory.AEStronglyMeasurable.tsum'proof · cited by 0
- MeasureTheory.StronglyMeasurable.tsum'proof · cited by 0