Mathlib Map

Theorems · Theorem · general topology

Metric.eq_countable_union_of_isBounded_of_isOpen

∀ {α : Type u} [inst : PseudoMetricSpace α] {U : Set α},
  IsOpen U → ∃ f, Monotone f ∧ ⋃ i, f i = U ∧ ∀ (i : ℕ), Bornology.IsBounded (f i) ∧ IsOpen (f i)

Every open set in a metric space is a countable union of bounded open sets.

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

Cites21

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

Cited by1

Results whose statement or proof uses this declaration.