Theorems · Definition · general topology
BumpCovering.toPartitionOfUnity
{ι : Type u} → {X : Type v} → [inst : TopologicalSpace X] → {s : Set X} → BumpCovering ι X s → PartitionOfUnity ι X sThe partition of unity defined by a BumpCovering.
The partition of unity is given by the formula g i x = f i x * ∏ᶠ j < i, (1 - f j x). In other
words, g i x = ∏ᶠ j < i, (1 - f j x) - ∏ᶠ j ≤ i, (1 - f j x), so
∑ᶠ i, g i x = 1 - ∏ᶠ j, (1 - f j x). If x ∈ s, then one of f j x equals one, hence the product
of 1 - f j x vanishes, and ∑ᶠ i, g i x = 1.
In order to avoid an assumption LinearOrder ι, we use WellOrderingRel instead of (<).
- Defined in
- Mathlib.Topology.PartitionOfUnity
- Cited by
- 14 results in Mathlib
- Foundations
- Depth 125 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- TopologicalSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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
- PartitionOfUnitystatement · cited by 47
- BumpCoveringstatement and proof · cited by 46
- BumpCovering.toPOUFunproof · cited by 6
- BumpCovering.continuous_toPOUFunproof · cited by 0
Cited by15
Results whose statement or proof uses this declaration.
- BumpCovering.IsSubordinate.toPartitionOfUnitystatement · cited by 5
- BumpCovering.toSmoothPartitionOfUnityproof · cited by 4
- BumpCovering.support_toPartitionOfUnity_subsetstatement · cited by 3
- PartitionOfUnity.exists_isSubordinateproof · cited by 1
- PartitionOfUnity.exists_isSubordinate_of_locallyFinite_t2spaceproof · cited by 1
- BumpCovering.sum_toPartitionOfUnity_eqstatement · cited by 1
- BumpCovering.exists_finset_toPartitionOfUnity_eventuallyEqstatement · cited by 1
- BumpCovering.toPartitionOfUnity_eq_mul_prodstatement · cited by 1
- BumpCovering.toPartitionOfUnity_zero_of_zerostatement · cited by 1
- BumpCovering.toSmoothPartitionOfUnity_toPartitionOfUnitystatement · cited by 0
- SmoothBumpCovering.exists_finset_toSmoothPartitionOfUnity_eventuallyEqproof · cited by 0
- PartitionOfUnity.exists_isSubordinate_of_locallyFiniteproof · cited by 0