Theorems · Theorem · general topology
BumpCovering.toPOUFun_eq_mul_prod
∀ {ι : Type u} {X : Type v} [inst : TopologicalSpace X] {s : Set X} (f : BumpCovering ι X s) (i : ι) (x : X)
(t : Finset ι),
(∀ (j : ι), WellOrderingRel j i → (f j) x ≠ 0 → j ∈ t) →
f.toPOUFun i x = (f i) x * ∏ j ∈ t with WellOrderingRel j i, (1 - (f j) x)- Defined in
- Mathlib.Topology.PartitionOfUnity
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 120 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.
Cites14
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 · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- Finsetstatement and proof · cited by 13,712
- ContinuousMapstatement · cited by 2,491
- Finset.prodstatement · cited by 2,356
- Finset.filterstatement · cited by 949
- Finset.mem_filterproof · cited by 185
- BumpCoveringstatement and proof · cited by 46
- WellOrderingRelstatement and proof · cited by 30
- sub_eq_selfproof · cited by 11
Cited by3
Results whose statement or proof uses this declaration.
- BumpCovering.exists_finset_toPOUFun_eventuallyEqproof · cited by 1
- BumpCovering.sum_toPOUFun_eqproof · cited by 1
- BumpCovering.toPartitionOfUnity_eq_mul_prodproof · cited by 1