Theorems · Theorem · general topology
dense_sUnion_interior_of_closed
∀ {X : Type u_1} [inst : TopologicalSpace X] [BaireSpace X] {S : Set (Set X)},
(∀ s ∈ S, IsClosed s) → S.Countable → ⋃₀ S = Set.univ → Dense (⋃ s ∈ S, interior s)Baire theorem: if countably many closed sets cover the whole space, then their interiors
are dense. Formulated here with ⋃₀.
- Defined in
- Mathlib.Topology.Baire.Lemmas
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 95 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- TopologicalSpaceBaireSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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
- TopologicalSpacestatement and proof · cited by 24,529
- Set.univstatement and proof · cited by 3,945
- Set.iUnionstatement · cited by 2,483
- IsClosedstatement and proof · cited by 1,639
- interiorstatement · cited by 714
- Set.Countablestatement and proof · cited by 545
- Set.sUnionstatement and proof · cited by 392
- Eq.geproof · cited by 375
- Densestatement · cited by 359
- BaireSpacestatement and proof · cited by 36
- dense_univproof · cited by 12
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.