Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2022-01-31 14:14 bb2b58ed

View on Github →

feat(data/{nat,int}/parity): add division lemmas (#11570) Add lemmas of the form even n → n / 2 * 2 = n and odd n → n / 2 * 2 + 1 = n

Estimated changes