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 tIf 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.
- Setstatement and proof · cited by 53,352
- ENNRealstatement · cited by 9,879
- add_zeroproof · cited by 2,707
- Set.Nonemptystatement and proof · cited by 2,627
- PseudoEMetricSpacestatement and proof · cited by 1,536
- Metric.ediamstatement and proof · cited by 159
- PseudoEMetricSpace.edist_selfproof · cited by 50
- Metric.ediam_union_le_add_edistproof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- EMetric.diam_union'proof · cited by 0