Mathlib Map

Theorems · Theorem · general topology

Metric.infEDist_lt_iff

∀ {α : Type u} [inst : PseudoEMetricSpace α] {x : α} {s : Set α} {r : ENNReal},
  Metric.infEDist x s < r ↔ ∃ y ∈ s, edist x y < r

The edist to a set is < r iff there exists a point in the set at edistance < r

Defined in
Mathlib.Topology.MetricSpace.HausdorffDistance
Cited by
9 results in Mathlib
Foundations
Depth 148 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.

Cites5

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

Cited by9

Results whose statement or proof uses this declaration.