Theorems · Theorem · general topology
TendstoLocallyUniformly.prodMk
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} {ι : Type u_4} [inst : TopologicalSpace α] [inst_1 : UniformSpace β]
{F : ι → α → β} {f : α → β} {p : Filter ι} [inst_2 : UniformSpace γ] {G : ι → α → γ} {g : α → γ},
TendstoLocallyUniformly F f p →
TendstoLocallyUniformly G g p → TendstoLocallyUniformly (fun n x => (F n x, G n x)) (fun x => (f x, g x)) p- Cited by
- 5 results in Mathlib
- Foundations
- Depth 77 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
- UniformSpacestatement and proof · cited by 2,040
- TendstoLocallyUniformlystatement and proof · cited by 59
- tendstoLocallyUniformlyOn_univproof · cited by 10
- TendstoLocallyUniformlyOn.prodMkproof · cited by 7
Cited by5
Results whose statement or proof uses this declaration.
- TendstoLocallyUniformly.addproof · cited by 1
- TendstoLocallyUniformly.subproof · cited by 1
- TendstoLocallyUniformly.divproof · cited by 1
- TendstoLocallyUniformly.mulproof · cited by 1
- TendstoLocallyUniformly.piProdproof · cited by 0