Theorems · Theorem · general topology
TendstoUniformlyOnFilter.prodMap
∀ {α : Type u_1} {β : Type u_2} {ι : Type u_4} [inst : UniformSpace β] {F : ι → α → β} {f : α → β} {p : Filter ι}
{p' : Filter α} {ι' : Type u_5} {α' : Type u_6} {β' : Type u_7} [inst_1 : UniformSpace β'] {F' : ι' → α' → β'}
{f' : α' → β'} {q : Filter ι'} {q' : Filter α'},
TendstoUniformlyOnFilter F f p p' →
TendstoUniformlyOnFilter F' f' q q' →
TendstoUniformlyOnFilter (fun i => Prod.map (F i.1) (F' i.2)) (Prod.map f f') (p ×ˢ q) (p' ×ˢ q')- Cited by
- 2 results in Mathlib
- Foundations
- Depth 73 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- UniformSpaceUniformSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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
- Filter.Tendstoproof · cited by 3,814
- UniformSpacestatement and proof · cited by 2,040
- SProd.sprodstatement and proof · cited by 1,750
- uniformityproof · cited by 765
- Filter.tendsto_comap_iffproof · cited by 55
- TendstoUniformlyOnFilterstatement and proof · cited by 50
- Filter.tendsto_map'_iffproof · cited by 50
- Filter.Tendsto.prodMapproof · cited by 38
- uniformity_prod_eq_comap_prodproof · cited by 5
- tendstoUniformlyOnFilter_iff_tendstoproof · cited by 4
- Filter.map_swap4_prodproof · cited by 2
Cited by2
Results whose statement or proof uses this declaration.
- TendstoUniformlyOnFilter.prodMkproof · cited by 4
- TendstoUniformlyOn.prodMapproof · cited by 2