Theorems · Theorem · general topology
ParacompactSpace.locallyFinite_refinement
∀ {X : Type v} {inst : TopologicalSpace X} [self : ParacompactSpace X] (α : Type v) (s : α → Set X),
(∀ (a : α), IsOpen (s a)) →
⋃ a, s a = Set.univ →
∃ β t, (∀ (b : β), IsOpen (t b)) ∧ ⋃ b, t b = Set.univ ∧ LocallyFinite t ∧ ∀ (b : β), ∃ a, t b ⊆ s aEvery open cover of a paracompact space assumes a locally finite refinement.
- Defined in
- Mathlib.Topology.Compactness.Paracompact
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 20 from the axioms · uses propext, Quot.sound
- Assumes
- ParacompactSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- Set.univstatement · cited by 3,945
- Set.iUnionstatement · cited by 2,483
- IsOpenstatement · cited by 2,400
- LocallyFinitestatement · cited by 141
- ParacompactSpacestatement and proof · cited by 11
Cited by1
Results whose statement or proof uses this declaration.
- precise_refinementproof · cited by 1