Mathlib Map

Theorems · Theorem · general topology

EMetric.diam_union

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

∀ {X : Type u_2} {s t : Set X} {x y : X} [inst : PseudoEMetricSpace X],
  x ∈ s → y ∈ t → Metric.ediam (s ∪ t) ≤ Metric.ediam s + edist x y + Metric.ediam t

Alias of Metric.ediam_union_le_add_edist. The extended diameter of a union is controlled by the diameter of the sets, and the edistance between two points in the sets.

Defined in
Mathlib.Topology.EMetricSpace.Diam
Cited by
0 results in Mathlib
Foundations
Depth 152 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.