Documentation

Mathlib.Algebra.Ring.Int.Parity

Basic parity lemmas for the ring #

See note [foundational algebra order theory].

Parity #

theorem Int.odd_iff {n : } :
Odd n n % 2 = 1
theorem Int.not_odd_iff {n : } :
¬Odd n n % 2 = 0
@[simp]
@[simp]
@[simp]
@[deprecated Int.not_odd_iff_even (since := "2024-08-21")]
@[deprecated Int.not_even_iff_odd (since := "2024-08-21")]
theorem Int.even_or_odd (n : ) :
theorem Int.even_xor'_odd (n : ) :
Xor' (Even n) (Odd n)
theorem Int.even_add' {m n : } :
theorem Int.even_sub' {m n : } :
theorem Int.odd_mul {m n : } :
theorem Int.Odd.of_mul_left {m n : } (h : Odd (m * n)) :
Odd m
theorem Int.Odd.of_mul_right {m n : } (h : Odd (m * n)) :
Odd n
theorem Int.odd_pow {m : } {n : } :
theorem Int.odd_pow' {m : } {n : } (h : n 0) :
theorem Int.odd_add {m n : } :
theorem Int.odd_add' {m n : } :
theorem Int.ne_of_odd_add {m n : } (h : Odd (m + n)) :
theorem Int.odd_sub {m n : } :
theorem Int.odd_sub' {m n : } :
@[simp]
theorem Int.odd_coe_nat (n : ) :
Odd n Odd n
@[simp]
theorem Int.natAbs_even {n : } :
@[simp]
theorem Int.natAbs_odd {n : } :
theorem Even.natAbs {n : } :
Even nEven n.natAbs

Alias of the reverse direction of Int.natAbs_even.

theorem Odd.natAbs {n : } :
Odd nOdd n.natAbs

Alias of the reverse direction of Int.natAbs_odd.

theorem Int.four_dvd_add_or_sub_of_odd {a b : } (ha : Odd a) (hb : Odd b) :
theorem Int.two_mul_ediv_two_of_odd {n : } (h : Odd n) :
2 * (n / 2) = n - 1