This PR adds the subtraction equivalents for `Int.emod_add_emod` (`(a % n + b) % n = (a + b) % n`) and `Int.add_emod_emod` (`(a + b % n) % n = (a + b) % n`). These are marked @[simp] like their addition equivalents. Discussed on Zulip in https://leanprover.zulipchat.com/#narrow/channel/270676-lean4/topic/Adding.20some.20sub_emod.20lemmas.20to.20DivModLemmas |
||
|---|---|---|
| .. | ||
| Bitwise | ||
| Basic.lean | ||
| Bitwise.lean | ||
| DivMod.lean | ||
| DivModLemmas.lean | ||
| Gcd.lean | ||
| Lemmas.lean | ||
| LemmasAux.lean | ||
| Order.lean | ||
| Pow.lean | ||