What is a way to prove the existence of a limit of the difference of two Cauchy sequences? What is a general definition that can be used to prove that a limit exists?
2026-04-03 22:05:05.1775253905
Proving existence of limit
487 Views Asked by user120494 https://math.techqa.club/user/user120494/detail At
2
Working over $\mathbb{R}$, let $(x_n)$ and $(y_n)$ be two Cauchy sequences. Since $\mathbb{R}$ is complete, both sequences have limits, say $x$ and $y$, respectively. Now, consider the sequence $(x_n - y_n)$. Let $\varepsilon > 0$. We then have the following: \begin{equation} |(x_n - y_n) - (x-y)| = |(x_n - x) + (y - y_n)| \leq |x_n - x| + |y_n - y| \end{equation} Since both sequences converge, there exists an $N \in \mathbb{N}$ such that if $n \geq N$, we have $|x_n - x|, |y_n - y| < \varepsilon/2$, and therefore $|x_n - x| + |y_n - y| < \varepsilon$ for sufficiently large $n$. We may conclude that $|(x_n - y_n) - (x - y)|< \varepsilon$ for sufficiently large $n$. Hence, the sequence of differences is convergent, and thus Cauchy, in $\mathbb{R}$.
edit: we have of course shown that the limit of the sequence of differences is the difference of the limits, $x-y$.