Mathlib Map

Theorems · Theorem · general topology

Metric.ediam_union_le

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

If two sets have nonempty intersection, then the extended diameter of their union is estimated from above by the sum of their union.

Defined in
Mathlib.Topology.EMetricSpace.Diam
Cited by
1 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.

Cites8

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

Cited by1

Results whose statement or proof uses this declaration.