Theorems · Inductive type · general topology
PseudoMetricSpace
Type u → Type u
A pseudometric space is a type endowed with a ℝ-valued distance dist satisfying
reflexivity dist x x = 0, commutativity dist x y = dist y x, and the triangle inequality
dist x z ≤ dist x y + dist y z.
Note that we do not require dist x y = 0 → x = y. See metric spaces (MetricSpace) for the
similar class with that stronger assumption.
Any pseudometric 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 pseudometric space is just a 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
[PseudoMetricSpace α] [PseudoMetricSpace β] : TopologicalSpace (α × β):
The product metric and product topology agree, but not definitionally so.
See Note [forgetful inheritance].
- Defined in
- Mathlib.Topology.MetricSpace.Pseudo.Defs
- Cited by
- 1,550 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,800
Results whose statement or proof uses this declaration.
- NormedAddTorsorstatement · cited by 1,325
- Metric.ballstatement and proof · cited by 735
- Metric.closedBallstatement and proof · cited by 704
- BoundedContinuousFunctionstatement · cited by 511
- Metric.spherestatement and proof · cited by 371
- IsBoundedSMulstatement · cited by 329
- ProperSpacestatement · cited by 190
- dist_commstatement and proof · cited by 188
- dist_nonnegstatement and proof · cited by 126
- AffineIsometryEquivstatement · cited by 118
- dist_selfstatement and proof · cited by 116
- AffineIsometrystatement · cited by 79
Showing the 200 most cited of 1,800.