Mathlib Map

Theorems · Theorem · general topology

Metric.dist_le_diam_of_mem

∀ {α : Type u} {s : Set α} {x y : α} [inst : PseudoMetricSpace α],
  Bornology.IsBounded s → x ∈ s → y ∈ s → dist x y ≤ Metric.diam s

The distance between two points in a set is controlled by the diameter of the set.

Defined in
Mathlib.Topology.MetricSpace.Bounded
Cited by
14 results in Mathlib
Foundations
Depth 154 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.

Cites8

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

Cited by14

Results whose statement or proof uses this declaration.