Theorems · Theorem · general topology
BumpCovering.exists_isSubordinate_of_prop
∀ {ι : Type u} {X : Type v} [inst : TopologicalSpace X] {s : Set X} [NormalSpace X] [ParacompactSpace 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)) → s ⊆ ⋃ i, U i → ∃ f, (∀ (i : ι), p ⇑(f i)) ∧ f.IsSubordinate UIf X is a paracompact normal topological space and U is an open covering of a closed set
s, then there exists a BumpCovering ι X s that is subordinate to U. 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
- 1 results in Mathlib
- Foundations
- Depth 121 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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
- 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
- Set.EqOnstatement and proof · cited by 603
- LocallyFiniteproof · cited by 141
Cited by1
Results whose statement or proof uses this declaration.
- SmoothPartitionOfUnity.exists_isSubordinateproof · cited by 3