Theorems · Theorem · general topology
TendstoLocallyUniformlyOn.prodMk
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} {ι : Type u_4} [inst : TopologicalSpace α] [inst_1 : UniformSpace β]
{F : ι → α → β} {f : α → β} {s : Set α} {p : Filter ι} [inst_2 : UniformSpace γ] {G : ι → α → γ} {g : α → γ},
TendstoLocallyUniformlyOn F f p s →
TendstoLocallyUniformlyOn G g p s → TendstoLocallyUniformlyOn (fun n x => (F n x, G n x)) (fun x => (f x, g x)) p s- Cited by
- 7 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.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- Filterstatement and proof · cited by 8,121
- Filter.Tendstoproof · cited by 3,814
- UniformSpacestatement and proof · cited by 2,040
- nhdsWithinproof · cited by 1,912
- SProd.sprodproof · cited by 1,750
- TendstoLocallyUniformlyOnstatement and proof · cited by 84
- Filter.tendsto_comap_iffproof · cited by 55
- Filter.Tendsto.prodMkproof · cited by 35
- tendstoLocallyUniformlyOn_iff_forall_tendstoproof · cited by 8
- uniformity_prod_eq_comap_prodproof · cited by 5
Cited by7
Results whose statement or proof uses this declaration.
- TendstoLocallyUniformly.prodMkproof · cited by 5
- TendstoLocallyUniformlyOn.smul₀_of_isBoundedUnderproof · cited by 4
- TendstoLocallyUniformlyOn.divproof · cited by 1
- TendstoLocallyUniformlyOn.mulproof · cited by 1
- TendstoLocallyUniformlyOn.addproof · cited by 1
- TendstoLocallyUniformlyOn.subproof · cited by 1
- TendstoLocallyUniformlyOn.piProdproof · cited by 0