Theorems · Theorem · general topology
dense_biUnion_interior_of_closed
∀ {X : Type u_1} {α : Type u_2} [inst : TopologicalSpace X] [BaireSpace X] {S : Set α} {f : α → Set X},
(∀ s ∈ S, IsClosed (f s)) → S.Countable → ⋃ s ∈ S, f s = Set.univ → Dense (⋃ s ∈ S, interior (f s))Baire theorem: if countably many closed sets cover the whole space, then their interiors are dense. Formulated here with an index set which is a countable set in any type.
- Defined in
- Mathlib.Topology.Baire.Lemmas
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 94 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.
Cites13
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 and proof · cited by 2,483
- IsClosedstatement and proof · cited by 1,639
- interiorstatement · cited by 714
- Set.Countablestatement and proof · cited by 545
- Eq.geproof · cited by 375
- Densestatement · cited by 359
- BaireSpacestatement and proof · cited by 36
- dense_univproof · cited by 12
- IsGδ.univproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.