Commit 2023-04-05 07:48 e8638a0f
View on Github →feat(algebra/divisibility/basic): Dot notation aliases (#18698)
A few convenience shortcuts for dvd along with some simple nat lemmas. Also
- Drop neg_dvd_of_dvd/dvd_of_neg_dvd/dvd_neg_of_dvd/dvd_of_dvd_negin favor of the aforementioned shortcuts.
- Remove explicit arguments to dvd_neg/neg_dvd.
- Drop int.of_nat_dvd_of_dvd_nat_abs/int.dvd_nat_abs_of_of_nat_dvdbecause they are the two directions ofint.coe_nat_dvd_left.
- Move group_with_zero.to_cancel_monoid_with_zerofromalgebra.group_with_zero.units.basicback toalgebra.group_with_zero.basic. It was erroneously moved during the Great Splits.