Theorems · Theorem · general topology
Metric.Sum.mem_uniformity_iff_glueDist
∀ {X : Type u} {Y : Type v} {Z : Type w} [inst : MetricSpace X] [inst_1 : MetricSpace Y] {Φ : Z → X} {Ψ : Z → Y}
{ε : ℝ},
0 < ε →
∀ (s : Set ((X ⊕ Y) × (X ⊕ Y))),
s ∈ uniformity (X ⊕ Y) ↔ ∃ δ > 0, ∀ (a b : X ⊕ Y), Metric.glueDist Φ Ψ ε a b < δ → (a, b) ∈ s- Defined in
- Mathlib.Topology.MetricSpace.Gluing
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 122 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- MetricSpaceMetricSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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
- Realstatement and proof · cited by 25,697
- Filterstatement · cited by 8,121
- MetricSpacestatement and proof · cited by 1,684
- Dist.distproof · cited by 1,539
- uniformitystatement · cited by 765
- LE.le.not_gtproof · cited by 189
- lt_minproof · cited by 69
- Metric.glueDiststatement and proof · cited by 6
- Metric.le_glueDist_inl_inrproof · cited by 2
- Metric.le_glueDist_inr_inlproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.