Mathlib Map

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
Defined in
Mathlib.Topology.UniformSpace.LocallyUniformConvergence
Cited by
5 results in Mathlib
Foundations
Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
TopologicalSpaceUniformSpaceUniformSpace

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.

Cited by5

Results whose statement or proof uses this declaration.