Theorems · Theorem · general topology
exists_iUnion_eq_closure_subset
∀ {ι : Type u_1} {X : Type u_2} [inst : TopologicalSpace X] {u : ι → Set X} [NormalSpace X],
(∀ (i : ι), IsOpen (u i)) →
(∀ (x : X), {i | x ∈ u i}.Finite) →
⋃ i, u i = Set.univ → ∃ v, Set.iUnion v = Set.univ ∧ (∀ (i : ι), IsOpen (v i)) ∧ ∀ (i : ι), closure (v i) ⊆ u iShrinking lemma. A point-finite open cover of a closed subset of a normal space can be "shrunk" to a new open cover so that the closure of each new open set is contained in the corresponding original open set.
- Defined in
- Mathlib.Topology.ShrinkingLemma
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 73 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- TopologicalSpaceNormalSpace
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.ofPredstatement and proof · cited by 6,101
- Set.univstatement and proof · cited by 3,945
- Set.iUnionstatement and proof · cited by 2,483
- IsOpenstatement and proof · cited by 2,400
- Set.Finitestatement and proof · cited by 1,814
- closurestatement and proof · cited by 1,254
- Eq.geproof · cited by 375
- NormalSpacestatement and proof · cited by 84
- Set.univ_subset_iffproof · cited by 49
- isClosed_univproof · cited by 43
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.