Theorems · Theorem · general topology
BumpCovering.exists_isSubordinate_of_locallyFinite_of_prop
∀ {ι : Type u} {X : Type v} [inst : TopologicalSpace X] {s : Set X} [NormalSpace X] (p : (X → ℝ) → Prop),
(∀ (s t : Set X),
IsClosed s →
IsClosed t → Disjoint s t → ∃ f, p ⇑f ∧ Set.EqOn (⇑f) 0 s ∧ Set.EqOn (⇑f) 1 t ∧ ∀ (x : X), f x ∈ Set.Icc 0 1) →
IsClosed s →
∀ (U : ι → Set X),
(∀ (i : ι), IsOpen (U i)) → LocallyFinite U → s ⊆ ⋃ i, U i → ∃ f, (∀ (i : ι), p ⇑(f i)) ∧ f.IsSubordinate UIf X is a normal topological space and U i, i : ι, is a locally finite open covering of a
closed set s, then there exists a BumpCovering ι X s that is subordinate to U. If X is a
paracompact space, then the assumption hf : LocallyFinite U can be omitted, see
BumpCovering.exists_isSubordinate. This version assumes that p : (X → ℝ) → Prop is a predicate
that satisfies Urysohn's lemma, and provides a BumpCovering such that each function of the
covering satisfies p.
- Defined in
- Mathlib.Topology.PartitionOfUnity
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 120 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.
Cites32
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- Compl.complproof · cited by 2,925
- ContinuousMapstatement and proof · cited by 2,491
- Set.iUnionstatement and proof · cited by 2,483
- IsOpenstatement and proof · cited by 2,400
- Disjointstatement and proof · cited by 2,201
- Set.Iccstatement and proof · cited by 1,702
- IsClosedstatement and proof · cited by 1,639
- closureproof · cited by 1,254
Cited by2
Results whose statement or proof uses this declaration.
- BumpCovering.exists_isSubordinate_of_locallyFiniteproof · cited by 2
- BumpCovering.exists_isSubordinate_of_propproof · cited by 1