I'm reading Calculus (by Apostol). There is an exercise (page 133 n°34 Spanish version) that asks:
Prove that $\sin x<x$ if $0<x<\frac{\pi}{2}$, looking that the area of $\Delta OAP$ is less than the area of circle section $OAP$.
The radius of circle is $1$. So the area of triangle $<$ area of circle section
$ \frac{\cos x \sin x}{2}< \frac{x}{2}$
$2\cos x \sin x <2x$
$\sin 2x<2x$ where $0<x<\frac{\pi}{2}$ then $0<2x< \pi$
if I take $y = 2x$ then $\sin y <y$ if $0<y<\pi$
then $\sin x <x$ if $0<x<\frac{\pi}{2}$ because $(0,\frac{\pi}{2}) \subset (0,\pi)$
I think this has an error. Indeed, I don't know if the last step is correct. need some help.