Theorems · Theorem · general topology
precise_refinement_set
∀ {ι : Type u} {X : Type v} [inst : TopologicalSpace X] [ParacompactSpace X] {s : Set X},
IsClosed s →
∀ (u : ι → Set X),
(∀ (i : ι), IsOpen (u i)) →
s ⊆ ⋃ i, u i → ∃ v, (∀ (i : ι), IsOpen (v i)) ∧ s ⊆ ⋃ i, v i ∧ LocallyFinite v ∧ ∀ (i : ι), v i ⊆ u iIn a paracompact space, every open covering of a closed set admits a locally finite refinement indexed by the same type.
- Defined in
- Mathlib.Topology.Compactness.Paracompact
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 81 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
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.univproof · cited by 3,945
- Compl.complproof · cited by 2,925
- Set.iUnionstatement and proof · cited by 2,483
- IsOpenstatement and proof · cited by 2,400
- IsClosedstatement and proof · cited by 1,639
- Set.subset_univproof · cited by 228
- Set.Subset.transproof · cited by 218
- Set.Subset.antisymmproof · cited by 213
- LocallyFinitestatement and proof · cited by 141
- isOpen_compl_iffproof · cited by 63
Cited by3
Results whose statement or proof uses this declaration.
- BumpCovering.exists_isSubordinateproof · cited by 1
- Topology.IsClosedEmbedding.paracompactSpaceproof · cited by 1
- BumpCovering.exists_isSubordinate_of_propproof · cited by 1