Given $|z|<1$ with $z \in \mathbb{C}$ prove $\lim_{n \to \infty} z^n=0$.
My attempt given $\epsilon >0$ we wish to show that there exists $\delta >0$ such that $n> \delta$ means $|z^n-0| < \epsilon$.
For $n \in \mathbb{N}$. We have $|z^n|=|z|^n$. We wish $|z|^n < \epsilon$. This means,
$$n \ln |z| < \ln \epsilon$$
But because $\ln |z|<\ln 1=0$ dividing both sides by $\ln |z|$ gives:
$n> \frac{\ln \epsilon}{\ln |z|}$
So that's what we choose for $\delta$.
My question is is how can we get away from the assumption that $n \in \mathbb{N}$. Or is this correct even with the assumption?