Theorems · Inductive type · general topology
PseudoEMetricSpace
Type u → Type u
A pseudo extended metric space is a type endowed with a ℝ≥0∞-valued distance edist
satisfying reflexivity edist x x = 0, commutativity edist x y = edist y x, and the triangle
inequality edist x z ≤ edist x y + edist y z.
Note that we do not require edist x y = 0 → x = y. See extended metric spaces (EMetricSpace) for
the similar class with that stronger assumption.
Any pseudo extended metric space is a topological space and a uniform space (see TopologicalSpace,
UniformSpace), where the topology and uniformity come from the metric.
Note that a T1 pseudo extended metric space is just an extended metric space.
We make the uniformity/topology part of the data instead of deriving it from the metric. This e.g.
ensures that we do not get a diamond when doing
[PseudoEMetricSpace α] [PseudoEMetricSpace β] : TopologicalSpace (α × β):
The product metric and product topology agree, but not definitionally so.
See Note [forgetful inheritance].
- Defined in
- Mathlib.Topology.EMetricSpace.Defs
- Cited by
- 1,536 results in Mathlib
- Foundations
- Depth 0 from the axioms, rests on 1 definitions · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites0
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
Nothing in Mathlib beyond the foundations.
Cited by1,720
Results whose statement or proof uses this declaration.
- LipschitzWithstatement and proof · cited by 316
- Isometrystatement and proof · cited by 230
- IsometryEquivstatement · cited by 177
- LipschitzOnWithstatement and proof · cited by 164
- Metric.ediamstatement and proof · cited by 159
- Metric.infEDiststatement and proof · cited by 147
- AntilipschitzWithstatement and proof · cited by 132
- Metric.thickeningstatement and proof · cited by 130
- Metric.cthickeningstatement and proof · cited by 113
- Metric.closedEBallstatement and proof · cited by 107
- eVariationOnstatement and proof · cited by 90
- Metric.hausdorffEDiststatement · cited by 76
Showing the 200 most cited of 1,720.