Mathlib v3 is deprecated. Go to Mathlib v4

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_assoc is ←smul_mul_assoc
  • mul_[zn]smul_left is ←mul_smul_comm This also makes noncomm_ring slightly smarter, and able to handle scalar actions by nat. Thanks to Christopher, this generalizes these instances to non-associative and non-unital rings.

Estimated changes

deleted theorem mul_nsmul_assoc
deleted theorem mul_nsmul_left
deleted theorem mul_zsmul_assoc
deleted theorem mul_zsmul_left