I read about this function which is strictly increasing on [0,1] but with infinitely many critical points in [0,1].
$$f(x)=\begin{cases} x\left(2-\cos\log x - \sin\log x\right) &, 0<x\leq1,\\ 0&,x=0. \end{cases}$$
It's easy to show that this function has infinitely many critical points, but I am finding it difficult to show that it's strictly increasing using simple inequalities.
I think I'm close.. but here is my progress so far:
I know I need to show that if $a<b$, then $f(a)<f(b)$.
I have shown that if $x>0$, then $f(x)>0$. (To do this, I write, for $x\neq0$, $f(x)=x\left(2-\sqrt2\sin(\log x+\pi/4)\right)$).
It may help to note that $\int2 \cos \log t dt=x(\sin\log x+\cos\log x)$, but I wonder if this can be proved without using integrals.
Any suggestions would be appreciated. Thank you.