Theorems · Theorem · general topology
IsUltrametricDist.dist_eq_max_of_dist_ne_dist
∀ {X : Type u_1} [inst : PseudoMetricSpace X] [IsUltrametricDist X] (x y z : X),
dist x y ≠ dist y z → dist x z = max (dist x y) (dist y z)All triangles are isosceles in an ultrametric space.
- Defined in
- Mathlib.Topology.MetricSpace.Ultra.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 106 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- LT.lt.leproof · cited by 2,189
- le_antisymmproof · cited by 2,068
- PseudoMetricSpacestatement and proof · cited by 1,550
- Dist.diststatement and proof · cited by 1,539
- dist_commproof · cited by 188
- IsUltrametricDiststatement and proof · cited by 177
- Ne.lt_or_gtproof · cited by 108
- max_eq_leftproof · cited by 96
- max_eq_rightproof · cited by 79
- le_max_iffproof · cited by 26
- IsUltrametricDist.dist_triangle_maxproof · cited by 8
Cited by2
Results whose statement or proof uses this declaration.
- IsUltrametricDist.norm_mul_eq_max_of_norm_ne_normproof · cited by 3
- IsUltrametricDist.norm_add_eq_max_of_norm_ne_normproof · cited by 3