Theorems · Theorem · general topology
tendsto_prod_filter_iff
∀ {α : Type u_1} {β : Type u_2} {ι : Type u_4} [inst : UniformSpace β] {F : ι → α → β} {p : Filter ι} {p' : Filter α}
{c : β}, Filter.Tendsto (↿F) (p ×ˢ p') (nhds c) ↔ TendstoUniformlyOnFilter F (fun x => c) p p'Uniform convergence on a filter p' to a constant function is equivalent to convergence in
p ×ˢ p'.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 66 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- UniformSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Filterstatement and proof · cited by 8,121
- nhdsstatement · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- UniformSpacestatement and proof · cited by 2,040
- SProd.sprodstatement and proof · cited by 1,750
- Function.HasUncurry.uncurrystatement and proof · cited by 57
- TendstoUniformlyOnFilterstatement and proof · cited by 50
- nhds_eq_comap_uniformityproof · cited by 19
Cited by2
Results whose statement or proof uses this declaration.
- tendsto_prod_principal_iffproof · cited by 0
- tendsto_prod_top_iffproof · cited by 0