Theorems · Definition · sequences and series
HasSum
{α : Type u_1} →
{β : Type u_2} →
[AddCommMonoid α] →
[TopologicalSpace α] → (β → α) → α → optParam (SummationFilter β) (SummationFilter.unconditional β) → PropHasSum f a L means that the (potentially infinite) sum of the f b for b : β
converges to a along the SummationFilter L.
By default L is the unconditional one, corresponding to the limit of all finite sets towards
the entire type. So we take the sum over bigger and bigger finite sets. This sum operation is
invariant under permuting the terms (while sums for more general summation filters usually are not).
This is based on Mario Carneiro's
[infinite sum df-tsms in Metamath](http://us.metamath.org/mpeuni/df-tsms.html).
In particular, the function ℕ → ℝ sending n to (-1) ^ n / (n + 1) does not have a
sum for this definition, although it is summable for the conditional summation filter that
takes limits of sums over n ∈ {0, ..., X} as X → ∞. However, a series which is absolutely
convergent with respect to the conditional summation filter is in fact unconditionally summable.
For the definition and many statements, α does not need to be a topological additive monoid,
only an additive monoid with a topology (i.e. the addition is not assumed to be continuous). We
only add this assumption later, for the lemmas where it is relevant.
- Cited by
- 518 results in Mathlib
- Foundations
- Depth 56 from the axioms, rests on 923 definitions · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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
- Finsetproof · cited by 13,712
- AddCommMonoidstatement and proof · cited by 12,281
- nhdsproof · cited by 5,554
- Finset.sumproof · cited by 5,195
- Filter.Tendstoproof · cited by 3,814
- SummationFilter.unconditionalstatement · cited by 2,068
- SummationFilterstatement and proof · cited by 607
- SummationFilter.filterproof · cited by 110
Cited by538
Results whose statement or proof uses this declaration.
- Summableproof · cited by 778
- Summable.hasSumstatement and proof · cited by 184
- HasSum.tsum_eqstatement and proof · cited by 150
- PMFproof · cited by 127
- HasSum.summablestatement and proof · cited by 98
- tsum_zeroproof · cited by 63
- HasSum.mapstatement and proof · cited by 32
- HasFPowerSeriesWithinOnBall.hasSumstatement · cited by 28
- HasSum.mul_leftstatement and proof · cited by 25
- HasSum.congr_funstatement and proof · cited by 24
- HasSumUniformlyOnproof · cited by 24
- HasFPowerSeriesOnBall.hasSumstatement · cited by 24
Showing the 200 most cited of 538.