I want to prove:
Is $K$ an ordered field and $a:\mathbb{N}\rightarrow K$ with $a(n)>0\;\forall n\in \mathbb{N}$. If $\lim_{n \to \infty} \frac{a(n+1)}{a(n)} =0$, then $\lim a=0$.
Please let me know what you think about my solution:
Since I don't want to use that $K$ is archimedean, I can't go the usual way by picking $\epsilon=1/2$, using an induction proof and the sandwich theorem.
So instead of proving "A->B" I show that "not B -> not A".
So let $\lim a =b$ with $b\neq0$. Then $\lim_{n \to \infty} \frac{a(n+1)}{a(n)}=\frac{\lim_{n\to\infty} a(n+1)}{\lim_{n\to\infty} a(n)} = \frac{b}{b}=1 \neq 0$. qed.
Thank you!
A sketch may be as follows:
Assuming $a_n\geq0$ for all $n$. For all n large enough, say $n\geq N$
$$ a_{n+1}\leq \frac12 a_n $$ Then $$ a_{N+m}\leq 2^{-m}a_{N} $$
The rest should be easy.