$\forall\epsilon>0, \exists N\in\Bbb N$ such that $\forall n>m\ge N, a_n-a_m<\epsilon$. Prove that $a_n$ converges to a real limit or to $-\infty$

443 Views Asked by At

Assume $(a_n)_{n=1}^\infty$ has the following property: For all $\epsilon>0$ exists some $N\in\Bbb N$ such that for every $n>m\ge N$, $a_n-a_m<\epsilon$. We want to prove that $a_n$ converges to a real limit or to $-\infty$.

This condition implies that $a_n$ is bounded above. So, I tried to show what happens if it's bounded below or unbounded below. When bounded below, by Bolzano-Weierstrass $a_n$ has some convergent subsequence, $a_{n_k} \rightarrow L$, so for all $k\ge K$ for some $K\in \Bbb N$, $|a_{n_k}-L|<\epsilon \iff -\epsilon<a_{n_k}-L<\epsilon$ .

I tried to use this to prove the convergence of the entire sequence but it didn't work - I tried to take some $n>n_k>max(N, n_K)$, $a_n-L=a_n-a_{n_k}+a_{n_k}-L <2\epsilon$, but now I can't get the left inequality right. This makes me question my entire process. Maybe I should've gone about this a different way?

1

There are 1 best solutions below

7
On BEST ANSWER

Your approach is fine.

If $(a_n)_{n\in\mathbb N}$ is undounded below, Take $M<0$. The inequality $a_n<M-1$ holds infinitely often and there is a $N\in\mathbb N$ such that $$n>m\geqslant N\implies a_n-a_m<1.$$Therefore, if $n\gg1$, $a_n<(M-1)+1=M$. This proves that $\lim_{n\to\infty}a_n=-\infty$.

Otherwise, let $L=\liminf_na_n$. Take $\varepsilon>0$. Then the inequality $|a_n-L|<\frac\varepsilon2$ hold infinitely often and $a_n>L-\frac\varepsilon2$ if $n\gg1$. Now, take $N\in\mathbb N$ such that$$n>m\geqslant N\implies a_n-a_m<\frac\varepsilon2.$$Then, if $n\gg1$, $|L-a_n|<\varepsilon$.