Let $f_2(x) = \sin(\sin x),$ and define $f_n(x) = \sin(f_{n-1}(x))$ for $n \geq 3.$ (So $f_n$ has sine nested $n$ times.) I am asked to prove that $$f_n(x) > \frac{f_2(x)}{n-1}$$ for $n \geq 3$ and $0 < x < \pi,$ but I'm having a hard time doing so.
At first, I considered the function $F(x) = (n-1)f_n(x) - f_2(x).$ Now sine is symmetric in the interval $[0,\pi],$ so it suffices to show that $F(x) > 0$ for $x \in (0, \frac{\pi}{2}).$ Furthermore, $F(0) = 0,$ so we will be done if we show that $F'(x) > 0$ in the interval $(0, \frac{\pi}{2}).$ Now $$F'(x) = (n-1)\cos(f_{n-1}(x))f'_{n-1}(x) - f'_2(x)$$ which is equal to $$F'(x) = (n-1)\cos(f_{n-1}(x))\cos(f_{n-2}(x))\cdots \cos(f_2(x))f'_2(x) - f'_2(x).$$ However, I'm not sure how I can show that this is positive in the interval given above.
I also tried using induction. If we can show that $$f_n(x) > \frac{n-2}{n-1}f_{n-1}(x),$$ then we will be done. I tried using the same method as above, but again, the derivative looks too complicated for me to decide whether it is positive or negative.
The previous part of the question also asks us to prove that $\sin x > x - \frac{x^3}{6},$ and I have tried to make use of this fact as well, but to no avail.
Any help will be much appreciated!