Commit 2026-05-04 16:33 30c8ab11

View on Github →

feat: subtraction and ±1 lemmas for IsCoprime, IsRelPrime (#36948) For both IsCoprime and IsRelPrime we add subtraction variants of the lemmas add_mul_left_left_iff and relatives, as well as specialisations to when 1 is added or subtracted (add_one_left_of_dvd, etc.) and add_one_sub_one_of_two_dvd. We mark all 32 relatives of add_mul_left_left_iff as @[simp]. From my Redhill PhD project.

Estimated changes