Theorems · Theorem · general topology
exists_subset_iUnion_closure_subset
∀ {ι : Type u_1} {X : Type u_2} [inst : TopologicalSpace X] {u : ι → Set X} {s : Set X} [NormalSpace X],
IsClosed s →
(∀ (i : ι), IsOpen (u i)) →
(∀ x ∈ s, {i | x ∈ u i}.Finite) →
s ⊆ ⋃ i, u i → ∃ v, s ⊆ Set.iUnion v ∧ (∀ (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
- 3 results in Mathlib
- Foundations
- Depth 72 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.
Cites24
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
- Top.topproof · cited by 9,680
- Set.ofPredstatement and proof · cited by 6,101
- Set.Nonemptyproof · cited by 2,627
- Set.iUnionstatement and proof · cited by 2,483
- IsOpenstatement and proof · cited by 2,400
- Set.Finitestatement and proof · cited by 1,814
- IsClosedstatement and proof · cited by 1,639
- closurestatement · cited by 1,254
- IsMaxproof · cited by 372
- IsChainproof · cited by 158
Cited by3
Results whose statement or proof uses this declaration.
- exists_subset_iUnion_closed_subsetproof · cited by 4
- BumpCovering.exists_isSubordinate_of_locallyFinite_of_propproof · cited by 2
- exists_iUnion_eq_closure_subsetproof · cited by 0