Theorems · Theorem · order theory
Finpartition.sum_combine
∀ {α : Type u_1} [inst : Lattice α] [inst_1 : OrderBot α] [inst_2 : IsModularLattice α] [inst_3 : DecidableEq α]
{ι : Type u_2} {I : Finset ι} {s : ι → α} (P : (i : ι) → Finpartition (s i)) (ha : I.SupIndep s) {M : Type u_3}
[inst_4 : AddCommMonoid M] (f : α → M), ∑ p ∈ (Finpartition.combine P ha).parts, f p = ∑ i ∈ I, ∑ p ∈ (P i).parts, f pThe sum of a set-valued function over a combined partition equals the sum of sums over component partitions.
- 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.
Cites20
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement and proof · cited by 13,712
- AddCommMonoidstatement and proof · cited by 12,281
- SetLike.coeproof · cited by 8,199
- Finset.sumstatement · cited by 5,195
- Disjointproof · cited by 2,201
- OrderBotstatement and proof · cited by 1,055
- Latticestatement and proof · cited by 916
- Finset.supstatement · cited by 530
- Finpartitionstatement and proof · cited by 199
- Finpartition.partsstatement and proof · cited by 184
- IsModularLatticestatement and proof · cited by 86
- Disjoint.monoproof · cited by 69
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.preVariation.sum_le_preVariationFun_iUnion'proof · cited by 1