Theorems · Theorem · general topology
TendstoUniformly.prodMap
∀ {α : Type u_1} {β : Type u_2} {ι : Type u_4} [inst : UniformSpace β] {F : ι → α → β} {f : α → β} {p : Filter ι}
{ι' : Type u_5} {α' : Type u_6} {β' : Type u_7} [inst_1 : UniformSpace β'] {F' : ι' → α' → β'} {f' : α' → β'}
{p' : Filter ι'},
TendstoUniformly F f p →
TendstoUniformly F' f' p' → TendstoUniformly (fun i => Prod.map (F i.1) (F' i.2)) (Prod.map f f') (p ×ˢ p')- Cited by
- 1 results in Mathlib
- Foundations
- Depth 75 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.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setproof · cited by 53,352
- Filterstatement and proof · cited by 8,121
- UniformSpacestatement and proof · cited by 2,040
- SProd.sprodstatement and proof · cited by 1,750
- TendstoUniformlyOnproof · cited by 129
- TendstoUniformlystatement and proof · cited by 75
- Set.univ_prod_univproof · cited by 32
- tendstoUniformlyOn_univproof · cited by 11
- TendstoUniformlyOn.prodMapproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- TendstoUniformly.prodMkproof · cited by 4