[Math] Show that if $\{x_n\}$ converge and $\{y_n\}$ diverge then $\{ax_n + by_n\}$ diverge, for $b \ne 0$

calculusconvergence-divergenceepsilon-deltalimitssequences-and-series

Let $\{x_n\}$ be a convergent sequence and $\{y_n\}$ a divergent sequence. Prove that $\{ax_n + by_n\}$ diverges for $b\ne 0$.

Intuitively this is obvious to me, however i want a formal proof.

Using the definition of a limit we know that:

$$
\lim_{n\to \infty}ax_n = A \stackrel{\text{def}}{\iff} \{\forall \varepsilon > 0\ \exists N \in \mathbb N : \forall n \ge N \implies |ax_n – A| < \varepsilon\}
$$

On the other hand we know that $y_n$ diverges, thus:
$$
\lim_{n \to \infty}by_n = \exists! \stackrel{\text{def}}{\iff} \{\exists \varepsilon >0 \ N \in \mathbb N : \exists n \ge N \implies |by_n – B| \ge \varepsilon\}
$$

Choose some $\varepsilon$:
$$
\begin{cases}
|ax_n – A| < {\varepsilon \over 2} \\
|by_n – B| \ge {\varepsilon \over 2}
\end{cases}
$$

or:
$$
\begin{cases}
|ax_n – A| < {\varepsilon \over 2} \\
-|by_n – B| \le -{\varepsilon \over 2}
\end{cases}
$$

This is where I got stuck. It feels like i have to use some sort of triangular inequality (either direct or reverse) and find a contradiction. How do I proceed from this point?

Best Answer

There's more than one way to skin a cat.

The easiest way to prove your point is by knowing another fact, that is:

If $\{a_n\}$ converges and $\{b_n\}$ converges and $\alpha, \beta\in\mathbb R$, then $\{\alpha a_n + \beta b_n\}$ also converges.

Using this, you can easily construct a proof by contradiction. That is, you can, assuming that $\{x_n\}$ converges and $\{ax_n + by_n\}$ converges, prove that $\{y_n\}$ must also converge, since $$y_n = \frac{1}{b}\left(ax_n + by_n\right) + \left(-\frac{a}{b}\right)x_n$$


However, if you insist on going by definitions, then you shouldn't just "choose some $\epsilon$." The fact that $\{y_n\}$ does not converge gives you a place where you can start to build your $\epsilon$. In particular, choosing some $B$, you can take the $\epsilon_y$ which satisfies the property that $\forall N\in\mathbb N\exists n>N: |y_n - B|>\epsilon$.

You can then use this to prove that $a\cdot A + b\cdot B$ cannot be a limit, and since every number can be written as $aA+bB$ for some value $B$, this proves the sequence doesn't converge.