Theorems · Theorem · order theory
Finpartition.sum_restrict
∀ {α : Type u_1} [inst : DistribLattice α] [inst_1 : OrderBot α] [inst_2 : DecidableEq α] {a b : α} (P : Finpartition a)
(hb : b ≤ a) {M : Type u_2} [inst_3 : AddCommMonoid M] (f : α → M),
f ⊥ = 0 → ∑ p ∈ (P.restrict hb).parts, f p = ∑ q ∈ P.parts, f (q ⊓ b)The sum of a set-valued function over restricted partition parts equals the sum over original
parts with f (· ⊓ b), provided f ⊥ = 0 (so bottom terms don't contribute).
- Defined in
- Mathlib.Order.Partition.Finpartition
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 81 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- AddCommMonoidstatement and proof · cited by 12,281
- Finset.sumstatement and proof · cited by 5,195
- Bot.botstatement and proof · cited by 4,720
- add_zeroproof · cited by 2,707
- Finset.sum_congrproof · cited by 2,323
- Disjointproof · cited by 2,201
- OrderBotstatement and proof · cited by 1,055
- Finset.filterproof · cited by 949
- Finset.imageproof · cited by 910
- Finset.eraseproof · cited by 455
- inf_le_leftproof · cited by 286
- Finpartitionstatement and proof · cited by 199
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.preVariation.iUnionproof · cited by 0