Apologies if this has already been asked and answered, I could not find anything explicit on it.
I'm trying to find the range of $\alpha$ such that $$ \lim_{n\to\infty} \frac{k}{n^\alpha} = 0 $$
with $k>0$.
Now obviously $ \alpha \ge 1 $ is fine, but intuitively I believe $\alpha > 0$ is sufficient. Is this correct and if so, why?
I have considered thinking of it as a sequence so
$$x_n = \frac{k}{n^\alpha}$$
Then for $ M>n$,
$$ \vert x_M - L \vert <\epsilon $$ $$ \therefore \vert \frac{k}{M^\alpha}-0 \vert < \epsilon $$ $$ \therefore \frac{k}{M^\alpha} < \epsilon $$
But I can get no closer to a definitive answer.
Thanks in advance to whomever can help here!