Let $f:(a,b) \to \mathbb{R}$ be a differentiable and strictly convex function
I tried to explore some of the properties of such a function. For all $x,y \in (a,b)$ with $x \neq y$ I could apply the mean value theorem to such a function and I would obtain that: $$f(x) > f(y) + f'(y)(x-y) \tag{*} $$ because by the MVT $$\frac{f(x)-f(y)}{x-y}= f'(\xi), \text{ where } \xi \in (y,x) \\ \implies f(x)-f(y)=f'(\xi)(x-y) > f'(y) (x-y), \text{ because } f \text{ is strictly convex} $$ making use of $f$ strictly convex implying that $f'$ is strictly monotone increasing.
(*) is nice because now if $x_0 \in (a,b)$ such that $f'(x_0)=0$ this would show that $x_0$ is a minimum of $f$ on $(a,b)$ and also due to the strict convexity of $f$ such a minimum would be unique.
My Problem: Assuming that the first derivative $f':(a,b) \to \mathbb{R}$ is also continuous shouldn't it then be possible by using (*) to also show that $f$ is strictly monotone increasing, monotone decreasing or both when dividing $(a,b)$ into two subintervals with unique root $x_0$ such that $f$ is strictly decreasing $(a,x_0)$ and strictly increasing on $(x_0,b)$. This seems possible because the convexity of a function is a very strong condition.
I would have to check four three cases to check, namel $f'>0$, $f'<0$ for all $(a,b)$ or the mixed case with the unique root $x_0$. (Edited as suggest by Michael Grant)
Note: I am aware that for a continuous function $f:(a,b) \to \mathbb{R}$ with $f'>0$ on said interval implies that $f$ is strictly monotone increasing. My idea was to show this property only using (*) which may or may not even be possible. For example for $f'<0$ on $(a,b)$ I cannot use $(*)$ to show that $f(x)<f(y)$ for $y<x$