Theorems · Theorem · Lie groups
tendsto_multiset_prod
∀ {ι : Type u_1} {α : Type u_2} {M : Type u_3} [inst : TopologicalSpace M] [inst_1 : CommMonoid M] [ContinuousMul M]
{f : ι → α → M} {x : Filter α} {a : ι → M} (s : Multiset ι),
(∀ i ∈ s, Filter.Tendsto (f i) x (nhds (a i))) →
Filter.Tendsto (fun b => (Multiset.map (fun c => f c b) s).prod) x (nhds (Multiset.map a s).prod)- Defined in
- Mathlib.Topology.Algebra.Monoid
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 74 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- Filterstatement and proof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- Multisetstatement and proof · cited by 2,627
- CommMonoidstatement and proof · cited by 2,264
- Multiset.mapstatement · cited by 876
- Multiset.prodstatement · cited by 528
- ContinuousMulstatement and proof · cited by 343
- tendsto_list_prodproof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- tendsto_finsetProdproof · cited by 7