@[simp]
theorem
IsUnit.powerfree
{M : Type u_1}
{m : M}
{k : ℕ}
[CommMonoid M]
(h : IsUnit m)
(hk : k ≠ 0)
:
Powerfree k m
@[simp]
theorem
Irreducible.powerfree
{M : Type u_1}
{m : M}
{k : ℕ}
[CommMonoid M]
(h : Irreducible m)
(hk : 2 ≤ k)
:
Powerfree k m
@[simp]
theorem
Prime.powerfree
{M₀ : Type u_2}
{k : ℕ}
[CommMonoidWithZero M₀]
[IsCancelMulZero M₀]
{m : M₀}
(h : Prime m)
(hk : 2 ≤ k)
:
Powerfree k m