I cannot seem to understand how to prove $\lim_{n\to \infty} (1+\frac{1}{n^3})^n = 1$ through the usual $|a_n-l|<\epsilon$. I must do this using no other theorem, just the definition.
Doing it for $\lim_{n\to \infty} (1+\frac{1}{n^3}) = 1$ is really easy, but I do not know how to handle the exponentiation.
Thank you very much for any help.
EDIT: An example of proof would go like this:
$\epsilon>0, \forall N>n$
$|1-\frac{1}{n^3}-1|=|-\frac{1}{n^3}|=\frac{1}{n^3}<\frac{1}{n}<\frac{1}{N}<\epsilon$
$N>\frac{1}{\epsilon}$
Clarification:
$\epsilon>0, \forall N>n$
I need to find what is the value of $N$ in relation to $\epsilon$ when:
$|(1-\frac{1}{n^3})^n-1|<\epsilon$ (the only manipulation allowed being the ones I showcased in my example).
By Bernoulli's inequality for $n\geq 2$ $$\left(1-\frac1{n^3+1}\right)^n\geq 1-\frac{n}{n^3+1}>1-\frac1{n^2}$$ and taking reciprocals $$\left(1+\frac1{n^3}\right)^n < \frac1{1-\frac1{n^2}} = 1+\frac1{n^2-1}$$