Theorems · Theorem · Lie groups
tendsto_list_prod
∀ {ι : Type u_1} {α : Type u_2} {M : Type u_3} [inst : TopologicalSpace M] [inst_1 : Monoid M] [ContinuousMul M]
{f : ι → α → M} {x : Filter α} {a : ι → M} (l : List ι),
(∀ i ∈ l, Filter.Tendsto (f i) x (nhds (a i))) →
Filter.Tendsto (fun b => (List.map (fun c => f c b) l).prod) x (nhds (List.map a l).prod)- Defined in
- Mathlib.Topology.Algebra.Monoid
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 73 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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
- Monoidstatement and proof · cited by 3,887
- Filter.Tendstostatement and proof · cited by 3,814
- ContinuousMulstatement and proof · cited by 343
Cited by3
Results whose statement or proof uses this declaration.
- continuous_list_prodproof · cited by 1
- continuousOn_list_prodproof · cited by 1
- tendsto_multiset_prodproof · cited by 1