I have been struggling with problem number 2 from Homework 2 and was hoping for some hints or suggestions about how to approach this problem....I am stumped.
The problem states:
Suppose that $(x_n)$ and $(y_n) $ are sequences with $x_n \rightarrow L$ and $\left|x_n - y_n\right| < \frac{1}{n} $ for all $n$. Show that $y_n \rightarrow L$.
I have toyed around with adding and subtracting L and then using the triangle inequality to say:
$$\left|x_n - y_n\right| =\left|x_n-L+L- y_n\right| \leq \left|x_n-L\right|+\left|L-y_n\right| = \left|x_n - L\right| + \left|y_n - L\right|$$
Since I know that $x_n \rightarrow L$, then $\left|x_n -L\right| < \epsilon.$ But how can I use any of this to show $$\left|y_n - L\right| < \epsilon?$$
Any tips or hints or pointers in the right direction?