I was looking at a proof that every sequence in $\mathbb{R}$ converges if and only if it is a Cauchy sequence.
It starts like this:
Suppose a sequence ($a_n$) converges to $A$, fix $\epsilon > 0$, then there exists an $N$ s.t. for every $n,m \ge N$, the inequalities $|a_n - A| < \epsilon/2$ and $|a_m - A| < \epsilon/2$ hold.
I got hung up on this part:
$$|a_n - a_m| \le |a_n - A| + |a_m - A| < \epsilon.$$
Can someone explain this inequality please?
Simply the triangle inequality. Note $|a-b|=|b-a|$.`