Theorems · Theorem · general topology
isometry_iff_dist_eq
∀ {α : Type u} {β : Type v} [inst : PseudoMetricSpace α] [inst_1 : PseudoMetricSpace β] {f : α → β},
Isometry f ↔ ∀ (x y : α), dist (f x) (f y) = dist x yOn pseudometric spaces, a map is an isometry if and only if it preserves distances.
- Defined in
- Mathlib.Topology.MetricSpace.Isometry
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 150 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement · cited by 25,697
- PseudoMetricSpacestatement and proof · cited by 1,550
- Dist.diststatement · cited by 1,539
- NNDist.nndistproof · cited by 235
- Isometrystatement · cited by 230
Cited by3
Results whose statement or proof uses this declaration.
- Isometry.of_dist_eqproof · cited by 27
- Isometry.dist_eqproof · cited by 21
- AddMonoidHomClass.isometry_iff_normproof · cited by 5