Mathlib Map

Theorems · Theorem · general topology

EMetric.edist_le_of_diam_le

Deprecated since 2026-01-04Use Metric.edist_le_of_ediam_le instead.

∀ {X : Type u_2} {s : Set X} {x y : X} [inst : PseudoEMetricSpace X] {d : ENNReal},
  x ∈ s → y ∈ s → Metric.ediam s ≤ d → edist x y ≤ d

Alias of Metric.edist_le_of_ediam_le.

Defined in
Mathlib.Topology.EMetricSpace.Diam
Cited by
0 results in Mathlib
Foundations
Depth 150 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
PseudoEMetricSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites6

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.