Theorems · Theorem · general topology
uniformity_prod
∀ {α : Type ua} {β : Type ub} [inst : UniformSpace α] [inst_1 : UniformSpace β],
uniformity (α × β) =
Filter.comap (fun p => (p.1.1, p.2.1)) (uniformity α) ⊓ Filter.comap (fun p => (p.1.2, p.2.2)) (uniformity β)- Defined in
- Mathlib.Topology.UniformSpace.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 72 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.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Filterstatement · cited by 8,121
- UniformSpacestatement and proof · cited by 2,040
- uniformitystatement · cited by 765
- Filter.comapstatement · cited by 546
Cited by2
Results whose statement or proof uses this declaration.
- UniformContinuous.prodMkproof · cited by 18
- entourageProd_mem_uniformityproof · cited by 2