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