Lemmas about divisibility in rings #
THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.
Alias of dvd_add.
Alias of the reverse direction of neg_dvd.
Alias of the forward direction of neg_dvd.
Alias of the reverse direction of dvd_neg.
Alias of the forward direction of dvd_neg.
Alias of dvd_sub.
If an element a divides another element c in a ring, a divides the sum of another element
b with c iff a divides b.
If an element a divides another element b in a ring, a divides the sum of b and another
element c iff a divides c.
If an element a divides another element c in a ring, a divides the difference of another
element b with c iff a divides b.
If an element a divides another element b in a ring, a divides the difference of b and
another element c iff a divides c.