Commit 2020-06-06 15:39 ed5f6360
View on Github →chore(algebra/group_with_zero_power): review (#2966) List of changes:
- Rename
gpow_neg_succ
togpow_neg_succ_of_nat
to match other names inint
namespace. - Add
units.coe_gpow
. - Remove
fpow_neg_succ
, leavefpow_neg_succ_of_nat
. - Rewrite the proof of
fpow_add
in the same way I rewrote the proof ofgpow_add
. - Make argument
a
implicit in some lemmas because they have an argumentha : a ≠ 0
. - Remove
fpow_inv
. This was a copy offpow_neg_one
with a misleading name. - Remove
unit_pow
in favor of a more generalunits.coe_pow
. - Remove
unit_gpow
, add a more generalunits.coe_gpow'
instead.