Theorems · Theorem · general topology
precise_refinement
∀ {ι : Type u} {X : Type v} [inst : TopologicalSpace X] [ParacompactSpace X] (u : ι → Set X),
(∀ (a : ι), IsOpen (u a)) →
⋃ i, u i = Set.univ → ∃ v, (∀ (a : ι), IsOpen (v a)) ∧ ⋃ i, v i = Set.univ ∧ LocallyFinite v ∧ ∀ (a : ι), v a ⊆ u aAny open cover of a paracompact space has a locally finite precise refinement, that is, one indexed on the same type with each open set contained in the corresponding original one.
- Defined in
- Mathlib.Topology.Compactness.Paracompact
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 80 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites23
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.Elemproof · cited by 7,166
- Set.ofPredproof · cited by 6,101
- Set.imageproof · cited by 5,609
- nhdsproof · cited by 5,554
- Set.rangeproof · cited by 4,705
- Set.univstatement and proof · cited by 3,945
- Set.Nonemptyproof · cited by 2,627
- Set.iUnionstatement and proof · cited by 2,483
- IsOpenstatement and proof · cited by 2,400
- Set.Finiteproof · cited by 1,814
Cited by1
Results whose statement or proof uses this declaration.
- precise_refinement_setproof · cited by 3