Theorems · Theorem · group theory
finsum_mem_biUnion
∀ {α : Type u_1} {ι : Type u_3} {M : Type u_5} [inst : AddCommMonoid M] {f : α → M} {I : Set ι} {t : ι → Set α},
I.PairwiseDisjoint t →
I.Finite →
(∀ i ∈ I, (t i).Finite) →
∑ᶠ (a : α) (_ : a ∈ ⋃ x ∈ I, t x), f a = ∑ᶠ (i : ι) (_ : i ∈ I) (j : α) (_ : j ∈ t i), f jGiven a family of sets t : ι → Set α, a finite set I in the index type such that
all sets t i, i ∈ I, are finite, if all t i, i ∈ I, are pairwise disjoint, then the
sum of f a over a ∈ ⋃ i ∈ I, t i is equal to the sum over i ∈ I of the sums of f a
over a ∈ t i.
- Defined in
- Mathlib.Algebra.BigOperators.Finprod
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 88 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddCommMonoid
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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
- AddCommMonoidstatement and proof · cited by 12,281
- Fintypeproof · cited by 7,736
- Set.Elemproof · cited by 7,166
- Set.iUnionstatement · cited by 2,483
- Set.Finitestatement and proof · cited by 1,814
- finsumstatement and proof · cited by 286
- Set.PairwiseDisjointstatement and proof · cited by 275
- Subtype.coe_injectiveproof · cited by 205
- Set.biUnion_eq_iUnionproof · cited by 41
- Set.Finite.fintypeproof · cited by 38
- finsum_set_coe_eq_finsum_memproof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- Set.Finite.ncard_biUnionproof · cited by 2
- finsum_mem_sUnionproof · cited by 0