Theorems · Theorem · Lie groups
tendsto_finset_sum
Deprecated since 2026-04-08Use tendsto_finsetSum instead.
∀ {ι : Type u_1} {α : Type u_2} {M : Type u_3} [inst : TopologicalSpace M] [inst_1 : AddCommMonoid M] [ContinuousAdd M]
{f : ι → α → M} {x : Filter α} {a : ι → M} (s : Finset ι),
(∀ i ∈ s, Filter.Tendsto (f i) x (nhds (a i))) → Filter.Tendsto (fun b => ∑ c ∈ s, f c b) x (nhds (∑ c ∈ s, a c))Alias of tendsto_finsetSum.
- Defined in
- Mathlib.Topology.Algebra.Monoid
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 76 from the axioms · 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 · cited by 24,529
- Finsetstatement · cited by 13,712
- AddCommMonoidstatement · cited by 12,281
- Filterstatement · cited by 8,121
- nhdsstatement · cited by 5,554
- Finset.sumstatement · cited by 5,195
- Filter.Tendstostatement · cited by 3,814
- ContinuousAddstatement · cited by 777
- tendsto_finsetSumproof · cited by 17
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.