nat.pow
#
THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.
Results on the power operation on natural numbers.
pow
#
theorem
strict_mono.nat_pow
{n : ℕ}
(hn : 1 ≤ n)
{f : ℕ → ℕ}
(hf : strict_mono f) :
strict_mono (λ (m : ℕ), f m ^ n)