Mathlib Map

Theorems · Theorem · general topology

Metric.infDist_lt_iff

∀ {α : Type u} [inst : PseudoMetricSpace α] {s : Set α} {x : α} {r : ℝ},
  s.Nonempty → (Metric.infDist x s < r ↔ ∃ y ∈ s, dist x y < r)

The minimal distance to a set s is < r iff there exists a point in s at distance < r.

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

Cites7

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

Cited by4

Results whose statement or proof uses this declaration.