mathlib3 documentation

data.int.dvd.pow

Basic lemmas about the divisibility relation in involving powers. #

THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.

@[simp]
theorem int.sign_pow_bit1 (k : ) (n : ) :
n.sign ^ bit1 k = n.sign
theorem int.pow_dvd_of_le_of_pow_dvd {p m n : } {k : } (hmn : m n) (hdiv : (p ^ n) k) :
(p ^ m) k
theorem int.dvd_of_pow_dvd {p k : } {m : } (hk : 1 k) (hpk : (p ^ k) m) :
p m