Mathlib Map

Theorems · Definition · general topology

BumpCovering.toPartitionOfUnity

{ι : Type u} → {X : Type v} → [inst : TopologicalSpace X] → {s : Set X} → BumpCovering ι X s → PartitionOfUnity ι X s

The 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.

BumpCovering.IsSubordinate.toPartitionOfUnity · cited by 5IsSubordinate.toPartition…BumpCovering.toSmoothPartitionOfUnity · cited by 4BumpCovering.toSmoothPart…BumpCovering.support_toPartitionOfUnity_subset · cited by 3BumpCovering.support_toPa…PartitionOfUnity.exists_isSubordinate · cited by 1PartitionOfUnity.exists_i…PartitionOfUnity.exists_isSubordinate_of_locallyFinite_t2space · cited by 1PartitionOfUnity.exists_i…BumpCovering.sum_toPartitionOfUnity_eq · cited by 1BumpCovering.sum_toPartit…BumpCovering.exists_finset_toPartitionOfUnity_eventuallyEq · cited by 1BumpCovering.exists_finse…BumpCovering.toPartitionOfUnity_eq_mul_prod · cited by 1BumpCovering.toPartitionO…BumpCovering.toPartitionOfUnity_zero_of_zero · cited by 1BumpCovering.toPartitionO…BumpCovering.toSmoothPartitionOfUnity_toPartitionOfUnity · cited by 0BumpCovering.toSmoothPart…SmoothBumpCovering.exists_finset_toSmoothPartitionOfUnity_eventuallyEq · cited by 0SmoothBumpCovering.exists…PartitionOfUnity.exists_isSubordinate_of_locallyFinite · cited by 0PartitionOfUnity.exists_i…BumpCovering.coe_toSmoothPartitionOfUnity · cited by 0BumpCovering.coe_toSmooth…BumpCovering.contMDiff_toPartitionOfUnity · cited by 0BumpCovering.contMDiff_to…BumpCovering.toPartitionOfUnity_apply · cited by 0BumpCovering.toPartitionO…Set · cited by 53352SetTopologicalSpace · cited by 24529TopologicalSpacePartitionOfUnity · cited by 47PartitionOfUnityBumpCovering · cited by 46BumpCoveringBumpCovering.toPOUFun · cited by 6BumpCovering.toPOUFunBumpCovering.continuous_toPOUFun · cited by 0BumpCovering.continuous_t…BumpCovering.toPartitionOfUni…CITED BYCITES

Cites6

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by15

Results whose statement or proof uses this declaration.