Theorems · Theorem · general topology
PseudoMetricSpace.le_two_mul_dist_ofPreNNDist
∀ {X : Type u_1} (d : X → X → NNReal) (dist_self : ∀ (x : X), d x x = 0) (dist_comm : ∀ (x y : X), d x y = d y x),
(∀ (x₁ x₂ x₃ x₄ : X), d x₁ x₄ ≤ 2 * max (d x₁ x₂) (max (d x₂ x₃) (d x₃ x₄))) → ∀ (x y : X), ↑(d x y) ≤ 2 * dist x yConsider a function d : X → X → ℝ≥0 such that d x x = 0 and d x y = d y x for all x,
y. Let dist be the largest pseudometric distance such that dist x y ≤ d x y, see
PseudoMetricSpace.ofPreNNDist. Suppose that d satisfies the following triangle-like
inequality: d x₁ x₄ ≤ 2 * max (d x₁ x₂, d x₂ x₃, d x₃ x₄). Then d x y ≤ 2 * dist x y for all
x, y.
- Defined in
- Mathlib.Topology.Metrizable.Uniformity
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 128 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites57
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setproof · cited by 53,352
- Realstatement and proof · cited by 25,697
- Set.ofPredproof · cited by 6,101
- NNRealstatement and proof · cited by 4,310
- LE.le.transproof · cited by 3,151
- Set.Nonemptyproof · cited by 2,627
- zero_addproof · cited by 2,366
- LT.lt.leproof · cited by 2,189
- MulZeroClass.mul_zeroproof · cited by 2,091
- le_reflproof · cited by 2,061
- iInfproof · cited by 1,690
- le_rflproof · cited by 1,558
Cited by1
Results whose statement or proof uses this declaration.
- UniformSpace.metrizable_uniformityproof · cited by 0