Consider a function $f \colon[0, 1] \rightarrow [0, 1]$. Suppose that $f$ is continuous, strictly increasing, strictly concave on $[0, c]$ where $c \in (0, 1)$, strictly convex on $[c, 1]$, and has three fixed points: $x = 0$, $x = \hat{x} \in (0, 1)$ and $x = 1$. I want to prove that $f(x) > x$ for $x \in (0, \hat{x})$ (i.e. $f$ is always above the 45 degree line between zero and the interior fixed point). However, my proof seems a bit convoluted. Is there any easier way to see this?
Here is my proof:
First case: suppose that $c \geq \hat{x}$. Then $f$ is concave over the full interval $[0, \hat{x}]$. One may then confirm that $f(x) > x$ for all $[0, \hat{x}]$ as claimed (I will skip details).
Second case: suppose that $c < \hat{x}$. Then it remains true that $f(x) > x$ for all $x \in [0, c]$. In particular, $f(c) > c$. Furthermore, if there existed some $x' \in (c, \hat{x})$ such that $f(x') \leq x'$, then either $f(x') = x'$ (impossible since $\hat{x}$ is the only interior fixed point) or else $f(x') < x'$. But if $f(x') < x'$, there would need to exist some $x'' \in (z, x')$ such that $f(x'') = x''$ (by the intermediate value theorem); which is again impossible since $\hat{x}$ is the only interior fixed point. Either way, then, we conclude that $f(x) > x$ for all $x \in (0, \hat{x})$.
As I say, it's a bit convoluted! Is there an easier way? The intuitive idea is that $f$ starts out above the 45 degree line. Also, it is a continuous function and has exactly one fixed point. So it must be above the fixed point to the left of it.