Let $\{x_n\}$ be a sequence $x_n \ne 0$ such that: $$ \lim_{n\to\infty}\sup{x_{n+1}\over x_n} < 1 $$ Prove: $$ \lim_{n\to\infty}x_n = 0 $$
I would like to verify the below.
Let: $$ y_n = \frac{x_{n+1}}{x_n} $$ If $y_n$ converges, then: $$ \exists\lim_{n\to\infty}\sup y_n = L \implies \exists \lim_{n\to\infty}\sup |y_n| = |L| $$
Since $L < 1$, then $|L| \in [0, 1)$. Also: $$ \lim_{n\to\infty}y_n \le \lim_{n\to\infty}\sup y_n < 1 $$ Thus: $$ 0 \le \lim_{n\to\infty}|y_n| \le \lim_{n\to\infty}\sup |y_n| < 1 $$ Therefore: $$ 0 \le \lim_{n\to\infty}\left|\frac{x_{n+1}}{x_n}\right| < 1 $$
Which means $\exists N\in\Bbb N$ such that for $n > N$ the sequence of absolute values starts to strictly decrease. Thus: $$ \exists N\in\Bbb N : \forall n > N : |x_{n+1}| < |x_n| $$ But $|x_n| \ge 0$, then by monotone convergence theorem: $$ \lim_{n\to\infty} \left|\frac{x_{n+1}}{x_n}\right| \in [0, 1) \implies \lim_{n\to\infty}|x_n| = 0 \implies \lim_{n\to\infty}x_n = 0 $$
Could someone please verify the proof above?
The statement is wrong, a counter-example is $x_n = (-2)^n$ with $\limsup_{n\to\infty}{x_{n+1}\over x_n} = -2 < 1$.
There are several flaws in the proof:
You'll have to require that $\limsup_{n\to\infty} \left|x_{n+1}\over x_n\right| < 1$ instead. Then (as José already pointed out), $$ 0 \le |x_n| \le c^{n-n_0} |x_{n_0}| $$ for some $c \in [0, 1)$ and $n \ge n_0$, and $x_n \to 0 $ follows.