Theorems · Theorem · Lie groups
tendsto_finset_prod
Deprecated since 2026-04-08Use tendsto_finsetProd instead.
∀ {ι : 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 : 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_finsetProd.
- 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
- Filterstatement · cited by 8,121
- nhdsstatement · cited by 5,554
- Filter.Tendstostatement · cited by 3,814
- Finset.prodstatement · cited by 2,356
- CommMonoidstatement · cited by 2,264
- ContinuousMulstatement · cited by 343
- tendsto_finsetProdproof · cited by 7
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.