Theorems · Definition · general topology
Metric.gluePremetric
{X : Type u} →
{Y : Type v} →
{Z : Type w} →
[Nonempty Z] →
[inst : MetricSpace Z] →
[inst_1 : MetricSpace X] →
[inst_2 : MetricSpace Y] → {Φ : Z → X} → {Ψ : Z → Y} → Isometry Φ → Isometry Ψ → PseudoMetricSpace (X ⊕ Y)Given two isometric embeddings Φ : Z → X and Ψ : Z → Y, we define a pseudometric space
structure on X ⊕ Y by declaring that Φ x and Ψ x are at distance 0.
- Defined in
- Mathlib.Topology.MetricSpace.Gluing
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 154 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- MetricSpacestatement and proof · cited by 1,684
- PseudoMetricSpacestatement · cited by 1,550
- ENNReal.ofNNRealproof · cited by 1,279
- Isometrystatement and proof · cited by 230
- NNReal.mkproof · cited by 94
- Metric.glueDistproof · cited by 6
- UniformSpace.ofDistproof · cited by 1
- Bornology.ofDistproof · cited by 0
Cited by1
Results whose statement or proof uses this declaration.
- Metric.toGlue_commuteproof · cited by 0