True or False?
Let $f$ be a differentiable function on $\mathbb{R}$. If $ f \circ f \circ f $ is increasing and $f \circ f$ is decreasing, then $f$ is decreasing.
Here's what I got:
If $f \circ f$ is decreasing then $(f \circ f)' \le 0$
If $f \circ f$ is increasing then $(f \circ f \circ f)' \ge 0$
$$(f \circ f \circ f)' = f'(f \circ f) \cdot (f \circ f)'$$
From this I conclude that
$$f'(f \circ f) \le 0$$
Is this enough for me to prove that $f$ is decreasing?