From my knowledge of the properties of absolute value inequalities, I'm failing to see why:
$$|f(x)-A|<1 \rightarrow |f(x)|<|A| + 1$$
The only approach I know is to split up the two possible cases:
$$ (1) : f(x) - A> -1$$
and
$$(2) : f(x) - A < 1$$
So $f(x) < A+1$, but how does this imply $|f(x)|<|A| + 1$ ?
The triangle inequality says $|a+b|\leq |a|+|b|$. From this, setting $a=(x-y)$ and $b=y$, we get $$|x| \leq |x-y|+|y|$$ from which we deduce $$|x|-|y|\leq |x-y|.$$ This inequality gives you the result you want: $$|f(x)|-|A| \leq |f(x)-A| \lt 1$$ so from $|f(x)|-|A| \lt 1$ you immediatly get $$|f(x)|\lt |A|+1.$$ In fact, the following holds: try to verify it: $$\Bigl| |x|-|y|\Bigr| \leq |x\pm y| \leq |x|+|y|.$$