Theorems · Theorem · group theory
Set.finsetSum_mem_finsetSum
∀ {ι : Type u_1} {α : Type u_2} [inst : AddCommMonoid α] (t : Finset ι) (f : ι → Set α) (g : ι → α),
(∀ i ∈ t, g i ∈ f i) → ∑ i ∈ t, g i ∈ ∑ i ∈ t, f iAn n-ary version of Set.add_mem_add.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 54 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.
Cites7
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
- Finsetstatement and proof · cited by 13,712
- AddCommMonoidstatement and proof · cited by 12,281
- Finset.sumstatement · cited by 5,195
- Finset.valproof · cited by 438
- Set.addCommMonoidstatement · cited by 25
- Set.multiset_sum_mem_multiset_sumproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- Set.finset_sum_mem_finset_sumproof · cited by 0