Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2021-07-31 21:11 4c2edb00

View on Github →

feat(data/equiv/mul_add): add units.coe_inv (#8477)

  • rename old units.coe_inv to units.coe_inv'';
  • add new @[simp, norm_cast, to_additive] lemma units.coe_inv about coercion of units of a group;
  • add missing coe_to_units.

Estimated changes