Theorems · Theorem · group theory
Set.mem_nsmul
∀ {α : Type u_1} [inst : AddMonoid α] {s : Set α} {a : α} {n : ℕ}, a ∈ n • s ↔ ∃ f, (List.ofFn fun i => ↑(f i)).sum = a- Cited by
- 1 results in Mathlib
- Foundations
- Depth 49 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddMonoid
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
- Set.Elemstatement · cited by 7,166
- AddMonoidstatement and proof · cited by 2,864
- Set.NSMulstatement · cited by 42
- List.sum_replicateproof · cited by 19
- List.ofFn_constproof · cited by 13
- Set.mem_sum_list_ofFnproof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- Finset.mem_nsmulproof · cited by 0