Theorems · Theorem · group theory
Set.mem_finset_sum
Deprecated since 2026-04-08Use Set.mem_finsetSum instead.
∀ {ι : Type u_1} {α : Type u_2} [inst : AddCommMonoid α] (t : Finset ι) (f : ι → Set α) (a : α),
a ∈ ∑ i ∈ t, f i ↔ ∃ g, ∃ (_ : ∀ {i : ι}, i ∈ t → g i ∈ f i), ∑ i ∈ t, g i = aAlias of Set.mem_finsetSum.
The n-ary version of Set.mem_add.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 62 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.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Finsetstatement · cited by 13,712
- AddCommMonoidstatement · cited by 12,281
- Finset.sumstatement · cited by 5,195
- Set.addCommMonoidstatement · cited by 25
- Set.mem_finsetSumproof · cited by 4
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.