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.
- 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.
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- Set.Nonemptystatement and proof · cited by 2,627
- PseudoMetricSpacestatement and proof · cited by 1,550
- Dist.diststatement and proof · cited by 1,539
- Metric.infDiststatement · cited by 68
- Metric.le_infDistproof · cited by 3
Cited by4
Results whose statement or proof uses this declaration.
- QuotientAddGroup.norm_lt_iffproof · cited by 3
- QuotientGroup.norm_lt_iffproof · cited by 2
- riesz_lemmaproof · cited by 2
- Metric.infDist_inter_closedBall_of_memproof · cited by 1