Theorems · Theorem · sequences and series
tendsto_tsum_compl_atTop_zero
∀ {α : Type u_1} {G : Type u_4} [inst : TopologicalSpace G] [inst_1 : AddCommGroup G] [IsTopologicalAddGroup G]
(f : α → G), Filter.Tendsto (fun s => ∑' (a : { x // x ∉ s }), f ↑a) Filter.atTop (nhds 0)The sum over the complement of a finset tends to 0 when the finset grows to
cover the whole space. This does not need a summability assumption, as otherwise all such sums are
zero.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 90 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setproof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- Finsetstatement and proof · cited by 13,712
- AddCommGroupstatement and proof · cited by 12,871
- SetLike.coeproof · cited by 8,199
- Set.Elemproof · cited by 7,166
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement · cited by 3,814
- Compl.complproof · cited by 2,925
- Filter.atTopstatement · cited by 2,405
- Disjointproof · cited by 2,201
- SummationFilter.unconditionalstatement and proof · cited by 2,068
Cited by3
Results whose statement or proof uses this declaration.
- tendstoUniformlyOn_tsumproof · cited by 9
- tendstoUniformlyOn_tsum_of_cofinite_eventuallyproof · cited by 6
- NNReal.tendsto_tsum_compl_atTop_zeroproof · cited by 1