Let $I \subseteq \mathbb{R}$ open interval and $f: I \to \mathbb{R}$ twice differentiable with continuous second derivative in a open neighborhood of $x \in I$. Show that there are positive constants $\delta$ and $c$ such that
$$\left\lvert f'(x) - \dfrac{f(x+h)-f(x)}{h}\right\rvert\le ch,$$
for every $0 \lt h \lt \delta$. Show that constant $c$ can be chosen independently from $h$.
My take: I tried to approximate $f(x+h)$ and $f(x-h)$ by Taylor approximation and then sum the terms or take their difference, but I wasn't able to find the desired result. Any thoughts? Thanks!
Let $x \in I$ and $U_{x}$ be an open neighborhood of $x$ such that $f$ is twice differentiable with continuous derivatives in $U_{x}$. Since $U_{x}$ is a non-empty open set, $\exists \delta \gt 0:(x-\delta,x+\delta) \subseteq U_{x}$ and $f$ is twice differentiable on $[x-\delta,x+\delta]$.
Let $h \in \mathbb{R}:0 \lt h \lt \delta$. Notice that $f$ is differentiable in $[x-\delta,x+\delta]$ with $f'$ continuous in this interval and that $f''$ exists in $(x-\delta,x+\delta)$.
By Taylor's Theorem, $\exists \xi \in (x,x+h)$ such that:
$f(x+h) = f(x) + f'(x)h + \frac{f''(\xi)h^{2}}{2}$
$\frac{f(x+h)-f(x)}{h}=f'(x)+\frac{f''(\xi)h}{2}$
$\bigg|f'(x) - \frac{f(x+h)-f(x)}{h}\bigg|=\bigg|f''(\xi)\bigg|\frac{h}{2}$
Since $f''$ is continuous in $[x-\delta,x+\delta]$, which is a compact set, its image is also compact, therefore, limited. Hence, $\exists c \gt 0:|f''(y)| \leq 2c, \forall y \in [x-\delta,x+\delta]$. Since $(x,x+h) \subseteq [x-\delta,x+\delta]$, we have:
$\bigg| f'(x)-\frac{f(x+h)-f(x)}{h} \bigg| = |f''(\xi)|\frac{h}{2} \leq 2c\frac{h}{2}=ch$