Theorems · Inductive type · general topology
BumpCovering
Type u_1 → (X : Type u_2) → [TopologicalSpace X] → optParam (Set X) Set.univ → Type (max u_1 u_2)
A BumpCovering ι X s is an indexed family of functions f i, i : ι, such that
* the supports of f i form a locally finite family of sets, i.e., for every point x : X there
exists a neighborhood U ∋ x such that all but finitely many functions f i are zero on U;
* for all i, x we have 0 ≤ f i x ≤ 1;
* each point x ∈ s belongs to the interior of {x | f i x = 1} for some i.
One of the main use cases for a BumpCovering is to define a PartitionOfUnity, see
BumpCovering.toPartitionOfUnity, but some proofs can directly use a BumpCovering instead of
a PartitionOfUnity.
If X is a normal paracompact space, then BumpCovering.exists_isSubordinate guarantees that for
every open covering U : Set (Set X) of s there exists a BumpCovering of s that is
subordinate to U.
- Defined in
- Mathlib.Topology.PartitionOfUnity
- Cited by
- 46 results in Mathlib
- Foundations
- Depth 3 from the axioms · uses no axioms
- Assumes
- TopologicalSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- TopologicalSpacestatement · cited by 24,529
- Set.univstatement · cited by 3,945
Cited by60
Results whose statement or proof uses this declaration.
- BumpCovering.IsSubordinatestatement and proof · cited by 15
- BumpCovering.toPartitionOfUnitystatement and proof · cited by 14
- SmoothBumpCovering.toBumpCoveringstatement · cited by 8
- BumpCovering.toPOUFunstatement and proof · cited by 6
- BumpCovering.IsSubordinate.toPartitionOfUnitystatement and proof · cited by 5
- BumpCovering.locallyFinitestatement and proof · cited by 5
- BumpCovering.toFunstatement and proof · cited by 5
- BumpCovering.toSmoothPartitionOfUnitystatement and proof · cited by 4
- SmoothPartitionOfUnity.exists_isSubordinateproof · cited by 3
- BumpCovering.indstatement and proof · cited by 3
- BumpCovering.support_toPartitionOfUnity_subsetstatement and proof · cited by 3
- BumpCovering.toPOUFun_eq_mul_prodstatement and proof · cited by 3