Mathlib Map

Theorems · Theorem · general topology

Metric.mem_thickening_iff

∀ {δ : ℝ} {X : Type u} [inst : PseudoMetricSpace X] {E : Set X} {x : X},
  x ∈ Metric.thickening δ E ↔ ∃ z ∈ E, dist x z < δ

A point in a metric space belongs to the (open) δ-thickening of a subset E if and only if it is at distance less than δ from some point of E.

Defined in
Mathlib.Topology.MetricSpace.Thickening
Cited by
6 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.

Cites11

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

Cited by6

Results whose statement or proof uses this declaration.