Suppose $\varphi $ is a convex function on the real line. I wonder if the following is true? For $h>0 $
$\frac{\varphi(c)-\varphi(c-h)}{h} \leq \frac{\varphi(c+h)-\varphi(c)}{h}$
This seems like a trivial fact that should follow from convexity if one considers the intuitive meaning of a convex function as having increasing slopes for consecutive points on its graph.
But I got stuck on which numbers to pick and then use in the convex property. Help would be appreciated!
For $h > 0$ we have $$ \begin{align} &\frac{\varphi(c)-\varphi(c-h)}{h} \leq \frac{\varphi(c+h)-\varphi(c)}{h} \\ \iff &\varphi(c)-\varphi(c-h) = \varphi(c+h)-\varphi(c) \\ \iff &\varphi(c) \le \frac 12 \varphi(c-h)+ \frac 12 \varphi(c+h) \end{align} $$ which is exactly the convexity condition for the function $\varphi$ $$ \varphi(\lambda x_1 + (1-\lambda) x_2) \le \lambda\varphi( x_1) + (1-\lambda) \varphi(x_2) $$ with $x_1 = c-h$, $x_2 = c+h$, and $\lambda = \frac 12$.