Zulip Chat Archive
Stream: Is there code for X?
Topic: nat pow tendsto
Jireh Loreaux (Feb 21 2022 at 21:02):
Do we already have tendsto (λ n : ℕ, (2 : ℕ) ^ n) at_top at_top
? Or with 2
replaced by any natural greater than one (I only need 2 though)? I checked specific_limits
and only saw versions where the base was real, and I specifically need ℕ → ℕ
.
Jireh Loreaux (Feb 21 2022 at 21:03):
I can prove it myself using tendsto_at_top_at_top_of_monotone
, but I thought it might exist already.
Yury G. Kudryashov (Feb 21 2022 at 22:28):
docs#nat.tendsto_pow_at_top_at_top_of_one_lt
Last updated: Dec 20 2023 at 11:08 UTC