Let $a_n$, $b_n$ be two series, such that for every $\epsilon>0$ exists an natural N such that for every $n,m>N$ $|a_n-b_m|<\epsilon$ . Prove that both series converge and to the same limit.
I've been trying to show that they are both Cauchy sequences with the triangle inequality, but it doesn't seem to work. I think I know how to show the converge to the same limit but that only works assuming they both converge which I haven't managed to do. Any help would be appreciated.
Let $\epsilon > 0$. There is a $N \in \mathbb N$, such that for all $n, m \geq N$ we have $$ |a_n - b_m| < \frac{\epsilon}{2} \; . $$ Using the triangle inequality, we get that for all $n, m \geq N$ we have $$ |a_n - a_m| \leq |a_n - b_N| + |b_N - a_m| < \frac{\epsilon}{2} + \frac{\epsilon}{2} = \epsilon \; , $$ so $(a_n)_n$ is Cauchy. We can use the same argument to show that $(b_n)_n$ is Cauchy. Now we know that these two sequences converge, so there is a limit $a$ for the sequence $(a_n)_n$ and a limit $b$ for the sequence $(b_n)_n$. We need to show, that $a = b$. Let's do that by using a contradiction argument. So assume that $a \neq b$, and let $\epsilon := |a-b| > 0$. There exists a $N \in \mathbb N$, such that for each $n, m \geq N$, the following three conditions hold: $$ \begin{align*} |a - a_n| &< \frac{\epsilon}{3} \; ,\\ |b - b_m| &< \frac{\epsilon}{3} \; ,\\ |a_n - b_m| &< \frac{\epsilon}{3} \; . \end{align*} $$ By using the triangle inequality two times, we get $$ \epsilon = |a - b| \leq |a-a_N| + |a_N - b_N| + |b_N - b| < \epsilon \; , $$ which is a contradiction, so we deduce that $a = b$.