Commit 2022-03-28 15:03 abaabc8c
View on Github →chore(algebra/group_power/lemmas): turn [zn]smul lemmas into instances (#13002)
This adds new instances such that:
mul_[zn]smul_associs←smul_mul_assocmul_[zn]smul_leftis←mul_smul_commThis also makesnoncomm_ringslightly smarter, and able to handle scalar actions bynat. Thanks to Christopher, this generalizes these instances to non-associative and non-unital rings.