Mathlib Map

Theorems · Theorem · general topology

Set.PairwiseDisjoint.countable_of_nonempty_interior

∀ {α : Type u} [t : TopologicalSpace α] [TopologicalSpace.SeparableSpace α] {ι : Type u_2} {s : ι → Set α} {a : Set ι},
  a.PairwiseDisjoint s → (∀ i ∈ a, (interior (s i)).Nonempty) → a.Countable

In a separable space, a family of disjoint sets with nonempty interiors is countable.

Defined in
Mathlib.Topology.Bases
Cited by
4 results in Mathlib
Foundations
Depth 68 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
TopologicalSpaceTopologicalSpace.SeparableSpace

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 by4

Results whose statement or proof uses this declaration.