Theorems · Theorem · general topology
Metric.diam_union
∀ {α : Type u} {s : Set α} {x y : α} [inst : PseudoMetricSpace α] {t : Set α},
x ∈ s → y ∈ t → Metric.diam (s ∪ t) ≤ Metric.diam s + dist x y + Metric.diam tThe diameter of a union is controlled by the sum of the diameters, and the distance between
any two points in each of the sets. This lemma is true without any side condition, since it is
obviously true if s ∪ t is unbounded.
- Defined in
- Mathlib.Topology.MetricSpace.Bounded
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 152 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- PseudoMetricSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Realstatement · cited by 25,697
- Top.topproof · cited by 9,680
- le_reflproof · cited by 2,061
- PseudoMetricSpacestatement and proof · cited by 1,550
- Dist.diststatement · cited by 1,539
- ENNReal.toRealproof · cited by 859
- EDist.edistproof · cited by 735
- add_le_addproof · cited by 666
- le_imp_le_of_le_of_leproof · cited by 576
- Metric.ediamproof · cited by 159
- Set.subset_union_leftproof · cited by 142
Cited by2
Results whose statement or proof uses this declaration.
- GromovHausdorff.hausdorffDist_optimalproof · cited by 1
- Metric.diam_union'proof · cited by 0