Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2021-12-10 15:16 12e18e8e

View on Github →

feat(data/nat/gcd): coprime add mul lemmas (#10588) Adds coprime m (n + k * m) ↔ coprime m n for nats, (and permutations thereof).

Estimated changes