Theorems · Theorem · group theory
Finset.image_nsmul_of_ne_zero
∀ {F : Type u_1} {α : Type u_2} {β : Type u_3} [inst : DecidableEq α] [inst_1 : DecidableEq β] [inst_2 : AddMonoid α]
[inst_3 : AddMonoid β] [inst_4 : FunLike F α β] [AddHomClass F α β] {n : ℕ},
n ≠ 0 → ∀ (f : F) (s : Finset α), Finset.image (⇑f) (n • s) = n • Finset.image (⇑f) s- Cited by
- 1 results in Mathlib
- Foundations
- Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- DFunLike.coestatement · cited by 62,936
- Finsetstatement · cited by 13,712
- AddMonoidstatement and proof · cited by 2,864
- FunLikestatement and proof · cited by 2,560
- Finset.imagestatement · cited by 910
- AddHomClassstatement and proof · cited by 65
- Finset.nsmulstatement · cited by 30
- Finset.addMonoidstatement · cited by 19
Cited by1
Results whose statement or proof uses this declaration.
- Finset.image_nsmulproof · cited by 0