Everything I did to solve this problem matches the book, except for the last bit.
Use the following to verify the statement $|\sin x| \leq |x|$.
a) Show that for all $x \geq 0$, $f(x)=x-\sin x$ is non-decreasing.
$f'(x) = 1-\cos x$. Since $-1 \leq \cos x \leq 1$, we have $f'(x) \geq 0$ so that $f(x)$ is non-decreasing. Since $f(x)=0$ when $x=0$, we have $f(x)>0$ whenever $x>0$, and hence $\sin x \leq x$ when $x\geq 0$.
The book then says: And $|\sin x|=\sin x\leq x=|x|$. How can we say that $|\sin x|=\sin x$?