Let $(a, b)$ be an open interval on the real line, let $f \colon (a, b) \rightarrow \mathbb{R}$ be a convex function, and let $c \in (a, b)$. Then how to show rigorously that the right- and left-hand derivatives given respectively by $$ f_+^\prime(c) \colon= \lim_{x \to c+ 0} \frac{ f(x) - f(c) }{ x-c } $$ and $$ f_-^\prime(c) \colon= \lim_{x \to c - 0} \frac{ f(x) - f(c) }{ x-c } $$ exist in $\mathbb{R}$?
Here is a post of mine on a Baby Rudin problem on the continuity of a convex function.
My Attempt:
As $f$ is convex on $(a, b)$, so we have the inequality $$ f \big( (1-\lambda) x + \lambda y \big) \leq (1- \lambda) f(x) + \lambda f(y) $$ whenever $a < x < b$, $a < y < b$, and $0 \leq \lambda \leq 1$.
First, let us take $x$ such that $c < x < b$. Let $d$ be such that $x < d < b$. Then $$ x = (1- \lambda) c + \lambda d $$ for $$ \lambda = \frac{ x-c}{d-c}. $$
What next? How to proceed from here?
Or, is there some alternative approach that will lead to the desired proofs?
I would of course like rigorous proofs using elementary enough ideas.