Mathlib Map

Theorems · Theorem · general topology

Metric.ediam_union_le_add_edist

∀ {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

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
3 results in Mathlib
Foundations
Depth 151 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.

Cites15

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

Cited by3

Results whose statement or proof uses this declaration.