Theorems · Theorem · general topology
dense_iUnion_interior_of_closed
∀ {X : Type u_1} {ι : Sort u_3} [inst : TopologicalSpace X] [BaireSpace X] [Countable ι] {f : ι → Set X},
(∀ (i : ι), IsClosed (f i)) → ⋃ i, f i = Set.univ → Dense (⋃ i, interior (f i))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 type.
- Defined in
- Mathlib.Topology.Baire.Lemmas
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 93 from the axioms · uses propext, Classical.choice, Quot.sound
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
- Countablestatement and proof · cited by 633
- 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 by1
Results whose statement or proof uses this declaration.
- nonempty_interior_of_iUnion_of_closedproof · cited by 3