Commit 2020-06-08 17:34 9fba817f
View on Github →refactor(algebra/*): move commute
below ring
in import
s (#2973)
Fixes #1865
API changes:
- drop lemmas about unbundled
center
; - add
to_additive
tosemiconj_by
andcommute
; - drop
inv_comm_of_comm
in favor ofcommute.left_inv
, same withinv_comm_of_comm
andcommute.left_inv'
; - rename
monoid_hom.map_commute
tocommute.map
, same withsemiconj_by
; - drop
commute.cast_*_*
andnat/int/rat.mul_cast_comm
, addnat/int/rat.cast_commute
andnat.int.rat.commute_cast
; - add
commute.mul_fpow
.