0

Let $\{x_n\}$ be a sequence. Suppose that there are two convergent subsequences $\{x_{n_{\Large{i}}} \}$ and $\{x_{m_{\Large{i}}} \}$. Suppose that $\lim\limits_{i\to\infty} x_{n_{\Large{i}}} = a$ and $\lim\limits_{i\to\infty} x_{m_{\Large{i}}} = b$, where $a \ne b$. Prove that $\{x_n\}$ is not convergent.

I have to prove this without using the idea that subsequences are convergent if the sequence is convergent and their limits are equal. I have no idea where to go with this problem and have been stuck on it for quite some time now.

Oleg567
  • 17,295
user72195
  • 1,557
  • 3
  • 18
  • 30

1 Answers1

4

Let $\epsilon=\dfrac{|b-a|}3,$ and note that $\epsilon>0$.

Now, show that for all $N,$ there exist $m,n\ge N$ such that $|x_n-x_m|\ge\epsilon$. Thus, the sequence is not Cauchy, and so not convergent. Hint: If $|x_{n_i}-a|\le\epsilon$ and $|x_{m_i}-b|\le\epsilon,$ what can we say about $|x_{n_i}-x_{m_i}|$ in light of the fact that $|b-a|=3\epsilon$?

Cameron Buie
  • 102,994