theorem
Commute.ofNat_left
{α : Type u_1}
[NonAssocSemiring α]
(n : ℕ)
[Nat.AtLeastTwo n]
(x : α)
:
Commute (OfNat.ofNat n) x
theorem
Commute.ofNat_right
{α : Type u_1}
[NonAssocSemiring α]
(x : α)
(n : ℕ)
[Nat.AtLeastTwo n]
:
Commute x (OfNat.ofNat n)