Show that if $|a-5| < \frac{1}{2}$ and $|b-8| < \frac{1}{2}$, then $|(a+b) - 13| < 1$
It looks like you just "add" the inequalities together, but what are the rules for doing that?
For reference, this is from Rogowski Calculus ET 3e, Section 1.1 #29.
$|(a+b)-13|=|(a-5)+(b-8)| \le |a-5|+|b-8| < \frac{1}{2}+\frac{1}{2}=1$
(triangle inequality !)