Parity of integers #
This file contains theorems about the even
and odd
predicates on the integers.
Tags #
even, odd
@[protected, instance]
Equations
- int.even.decidable_pred = λ (n : ℤ), decidable_of_decidable_of_iff (int.decidable_eq (n % 2) 0) _
@[protected, instance]