Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2021-02-02 14:43 fc7daa36

View on Github →

feat(data/nat/parity): addition/subtraction of even/odd nats (#5934) Added various theorems pertaining to the addition and subtraction of even and odd natural numbers.

Estimated changes

deleted theorem nat.even.add
added theorem nat.even.add_even
added theorem nat.even.add_odd
deleted theorem nat.even.sub
added theorem nat.even.sub_even
added theorem nat.even.sub_odd
added theorem nat.even_add'
modified theorem nat.even_div
added theorem nat.even_sub'
added theorem nat.odd.add_even
added theorem nat.odd.add_odd
added theorem nat.odd.sub_even
added theorem nat.odd.sub_odd
added theorem nat.odd_add'
added theorem nat.odd_add
added theorem nat.odd_sub'
added theorem nat.odd_sub