[Math] A sequence of vectors $\{a_i\}$ in $\mathbb{R}^n$ is a Cauchy sequence . . . Prove that Cauchy sequences are convergent.

cauchy-sequencesconvergence-divergencereal-analysis

A sequence of vectors $\{a_i\}$ in $\mathbb{R}^n$ is a Cauchy sequence if for each $\epsilon> 0$ there exists $I \in \mathbb{N}$ such that $\|a_i -a_j\| < \epsilon$ for all $i, j \geq I$. Prove that Cauchy sequences are convergent.

I was told I have to show that if the vectors are Cauchy that their elements must also be Cauchy, but I'm not sure how to go about doing this. The rest of the proof should fall into place accordingly.

Could someone show me how this particular part is done?

Best Answer

Hint:

  • Show that every Cauchy sequence is bounded;
  • Then there will be a convergent subsequence (Bolzano-Weierstrass), call it $(x_r)_{r \in \mathbb N'}$. Let $\displaystyle a = \lim_{r \in \mathbb N'} x_r$, then $$ \lim_{r \in \mathbb N'} |x_r - a| = 0 \,\,\,\text{and}\,\,\, \lim_{k \in \mathbb N, r \in \mathbb N'} |x_k - x_r| = 0$$

Now from $|x_k - a| \leq |x_k - x_r| + |x_r- a|$, you may get your result.