Let $f$ be a twice derivable function and $M_i =\sup_{x \in \mathbb{R}} |f^{(i)}(x)|$ and $|M_0|, |M_2|<\infty $. Preferably using the Taylor series on the interval $[x,x+h]$ show the following inequalities:
(a) $$|f'(x)| \le \frac{2M_0}{h} +\frac{hM_2}{2}$$
and
(b) $$M_1 \le 2\sqrt{M_0M_2}$$
Any hints and/or a solution would be appreciated.
P.S. I know that $(b) => (a)$ using the AM-GM inequality.
Using taylor Lagrange :
$$f(x+h)=f(x)+hf'(x)+\frac{h^2}{2}f''(a_h)$$ and $$ f(x-h)=f(x)-hf'(x)+\frac{h^2}{2}f''(b_h) $$
Then, for all $h\ne 0$, we have $$f'(x)=\frac{f(x+h)-f(x-h)}{2h}+\frac{h}{2}(f''(a_h)+f''(b_h))$$
Now you can use the definition of $M_i$ for (a) and variation for (b).