Mathlib.Data.Nat.Pow
source
Nat.pow
Results on the power operation on natural numbers.
pow
Alias of Nat.sq_sub_sq.
Nat.sq_sub_sq
mod
dvd
If 1 < x, then x^k divides x^l if and only if k is at most l.
1 < x
x^k
x^l
k
l