I have these 4 inequalities:
$$a+b\geqslant c$$ $$a+c\geqslant b$$ $$b+c\geqslant a$$
and $$0\leqslant b\leqslant N$$
How do I solve this? I need to go from $$|a-b|\leqslant c\leqslant a+b$$to $$a-N\leqslant c\leqslant a+N$$ but I don't know how to get to that answer.
It is not clear what the "this" is that you are trying to "solve".
But the conclusion $a - N \le c \le a +N$ follows easily from:
$b \le N \implies a - N \le a - b $ and $a+b \le a + N$, while $b\ge 0\implies a-b \le a \le a+b$. So we have $a - N \le a - b\le a+b \le a+N$.
As $a+b \ge c$ we know $c \le a+b$. And as $b+c \ge a$ we know $c \ge a-b$.
So we have $a-N \le a-b \le c \le a+b \le a+N$.