Theorems · Theorem · group theory
Set.mem_nsmul_iff_sum
∀ {α : Type u_2} [inst : AddCommMonoid α] {n : ℕ} {s : Set α} {a : α},
a ∈ n • s ↔ ∃ f, (∀ (i : Fin n), f i ∈ s) ∧ ∑ i, f i = a- 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.
Cites9
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
- Finset.sumstatement and proof · cited by 5,195
- Finset.univstatement and proof · cited by 3,473
- Finset.mem_univproof · cited by 361
- Fintype.card_finproof · cited by 270
- Finset.sum_constproof · cited by 254
- Set.NSMulstatement · cited by 42
- Set.mem_finsetSumproof · cited by 4
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.