Theorems · Theorem · group theory
Finset.sum_biUnion
∀ {ι : Type u_1} {κ : Type u_2} {M : Type u_4} [inst : AddCommMonoid M] {f : ι → M} [inst_1 : DecidableEq ι]
{s : Finset κ} {t : κ → Finset ι}, (↑s).PairwiseDisjoint t → ∑ x ∈ s.biUnion t, f x = ∑ x ∈ s, ∑ i ∈ t x, f iGiven a finite family of pairwise disjoint finsets, the sum over their union is
the sum of the sums over the sets.
See also sum_biUnion_of_pairwise_eq_zero for a version with weaker assumptions.
- Cited by
- 10 results in Mathlib
- Foundations
- Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddCommMonoidDecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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.coestatement and proof · cited by 8,199
- Finset.sumstatement and proof · cited by 5,195
- Set.PairwiseDisjointstatement and proof · cited by 275
- Finset.biUnionstatement · cited by 217
- Finset.disjiUnion_eq_biUnionproof · cited by 11
- Finset.sum_disjiUnionproof · cited by 10
Cited by10
Results whose statement or proof uses this declaration.
- Finset.card_biUnionproof · cited by 16
- Finset.prod_sumproof · cited by 3
- BoxIntegral.Prepartition.sum_biUnion_boxesproof · cited by 3
- MvPowerSeries.coeff_prodproof · cited by 3
- Chebyshev.psi_eq_sum_mul_log_primeproof · cited by 2
- Int.erdos_ginzburg_zivproof · cited by 2
- Finpartition.sum_combineproof · cited by 1
- finsum_mem_iUnionproof · cited by 1
- SzemerediRegularity.energy_incrementproof · cited by 1
- Finset.sum_biUnion_of_pairwise_eq_zeroproof · cited by 0