Theorems · Theorem · group theory
finsum_mem_iUnion
∀ {α : Type u_1} {ι : Type u_3} {M : Type u_5} [inst : AddCommMonoid M] {f : α → M} [Finite ι] {t : ι → Set α},
Pairwise (Function.onFun Disjoint t) →
(∀ (i : ι), (t i).Finite) → ∑ᶠ (a : α) (_ : a ∈ ⋃ i, t i), f a = ∑ᶠ (i : ι) (a : α) (_ : a ∈ t i), f aGiven a family of pairwise disjoint finite sets t i indexed by a finite type, the
sum of f a over the union ⋃ i, t i is equal to the sum over all indexes i of the
sums of f a over a ∈ t i.
- Defined in
- Mathlib.Algebra.BigOperators.Finprod
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 83 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddCommMonoidFinite
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites23
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Finsetproof · cited by 13,712
- AddCommMonoidstatement and proof · cited by 12,281
- SetLike.coeproof · cited by 8,199
- Fintypeproof · cited by 7,736
- Finset.sumproof · cited by 5,195
- Finset.univproof · cited by 3,473
- Finitestatement and proof · cited by 3,029
- Set.iUnionstatement and proof · cited by 2,483
- Disjointstatement and proof · cited by 2,201
- Set.Finitestatement and proof · cited by 1,814
- Function.onFunstatement and proof · cited by 570
Cited by1
Results whose statement or proof uses this declaration.
- finsum_mem_biUnionproof · cited by 2