How to prove $$\lim_{n\rightarrow\infty}nx^n=0$$ without L'Hôpital's rule? where $x \in [0,1)$ and $n=1,2,3,...$.
I know one of way to prove this is to treat $n$ is real, and $n$ and $(\frac{1}{x})^n$ as functions of $n$. Then, apply L'Hôpital's rule and it works for discrete $n$ by the definiation of limit.
However, I would like to skip the step we treat $n$ is real. Is there any proof for this question only using the techniques for limit of sequences? (such as the sandwich theorem, etc.)
For $0 < x < 1$ we have $x = (1+y)^{-1}$ with $y > 0$.
It follows from the binomial theorem that,
$$ (1+y)^n > \frac{n(n-1)y^2}{2}.$$
Hence,
$$nx^n = \frac{n}{(1+y)^n}< \frac{2}{(n-1)y^2}.$$
For any $\epsilon > 0$, if $n > 1 + 2/(\epsilon y^2)$, then $|nx^n-0|= nx^n < \epsilon$.
Thus, $\lim_{n \to \infty} nx^n = 0$.