Mathlib v3 is deprecated. Go to Mathlib v4

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 to gpow_neg_succ_of_nat to match other names in int namespace.
  • Add units.coe_gpow.
  • Remove fpow_neg_succ, leave fpow_neg_succ_of_nat.
  • Rewrite the proof of fpow_add in the same way I rewrote the proof of gpow_add.
  • Make argument a implicit in some lemmas because they have an argument ha : a ≠ 0.
  • Remove fpow_inv. This was a copy of fpow_neg_one with a misleading name.
  • Remove unit_pow in favor of a more general units.coe_pow.
  • Remove unit_gpow, add a more general units.coe_gpow' instead.

Estimated changes

modified theorem fpow_add
modified theorem fpow_add_one
deleted theorem fpow_inv
deleted theorem fpow_neg_succ
modified theorem fpow_neg_succ_of_nat
modified theorem fpow_one_add
added theorem fpow_sub_one
deleted theorem unit_gpow
deleted theorem unit_pow
added theorem units.coe_gpow'