Cauchy sequence Convergence on real numbers

106 Views Asked by At

Suppose $\{a_n\}$ and $\{b_n\}$ are Cauchy sequences of $\mathbb{R}$. Show that $\{a_n+b_n\}$ is also Cauchy sequences.

My proof is like this. Since this is a Cauchy sequences of $\mathbb{R}$, $\{a_n\}$ and $\{b_n\}$ converges. Thus, $\{a_n+b_n\}$ converges. Since every convergent sequences is Cauchy sequences, $\{a_n+b_n\}$ is Cauchy sequence.

Is it okay to prove like this instead of using definition of Cauchy sequence to prove it?

1

There are 1 best solutions below

0
On

Whether or not it is 'okay' really depends on who you're doing this work for. Nobody here can answer that for you.

I will say, though, that you've used a really heavy piece of machinery (that any Cauchy sequence in $\mathbb{R}$ converges) when it is completely unnecessary for the problem at hand.

It is very straight-forward to prove this fact directly. Take an $\epsilon>0$, and use the fact that $(a_n)$ and $(b_n)$ are Cauchy to show that both $\lvert a_n-a_m\rvert$ and $\lvert b_n-b_m\rvert$ can be made small for all $n,m\geq N$, for some $N\in\mathbb{N}$. Then use the triangle inequality to consider $\lvert (a_n+b_n)-(a_m+b_m)\rvert$ when $n,m$ exceed that same $N$.