I need to prove that if a sequence is convergent, it has exactly one limit point.
I have started proving this by contradiction, but can't seem to come to an equation that is obviously wrong. Please help.
I need to prove that if a sequence is convergent, it has exactly one limit point.
I have started proving this by contradiction, but can't seem to come to an equation that is obviously wrong. Please help.
Suppose $\;|l_1-l_2|=\epsilon>0\;$ . Now:
$$\begin{cases}a_n\xrightarrow[n\to\infty]{}l_1\implies\;\exists\,N_1\in\Bbb N\;\;s.t.\;\;n>N_1\implies |a_n-l_1|<\frac\epsilon3\\{}\\a_n\xrightarrow[n\to\infty]{}l_2\implies\;\exists\,N_2\in\Bbb N\;\;s.t.\;\;n>N_2\implies |a_n-l_2|<\frac\epsilon3\end{cases}$$
So take $\;m>\max\{N_1,N_2\}\;$ , and then
$$\epsilon=|l_1-l_2|=|l_1-a_m+a_m-l_2|\le|l_1-a_m|+|l_2-a_m|<\frac23\epsilon...\text{contradiction.}$$