Theorems · Theorem · group theory
Set.mem_fintype_sum
∀ {ι : Type u_1} {α : Type u_2} [inst : AddCommMonoid α] [inst_1 : Fintype ι] (f : ι → Set α) (a : α),
a ∈ ∑ i, f i ↔ ∃ g, ∃ (_ : ∀ (i : ι), g i ∈ f i), ∑ i, g i = aA version of Set.mem_finsetSum with a simpler RHS for sums over a Fintype.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 62 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddCommMonoidFintype
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.
- Setstatement and proof · cited by 53,352
- AddCommMonoidstatement and proof · cited by 12,281
- Fintypestatement and proof · cited by 7,736
- Finset.sumstatement and proof · cited by 5,195
- Finset.univstatement and proof · cited by 3,473
- Finset.mem_univproof · cited by 361
- 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.