Assume $f$ is twice continuously differentiable on $[a, b]$ and there's some $c \in [a, b]$ such that $f'(c) = 0$. Suppose $f''(c) > 0$. Prove that:
- there exists $\delta > 0$ such that $f''(x) > 0$ for all $x \in (c - \delta, c + \delta)$.
(I was able to prove this already, but I'm leaving it here in case it's helpful for 2. and 3., which I haven't had any luck with.)
- $f'(x) < 0$ for $x \in (c - \delta, c)$ and $f'(x) > 0$ for $x \in (c, c + \delta)$.
What I'm confused about here is finding a way to apply $\epsilon-\delta$ continuity (if that is even the right way to approach this part).
- $f(x) > f(c)$ for $x \in (c - \delta, c + \delta)$ such that $x \neq c$.
Thanks in advance.
Hint:
By the mean value theorem since $f'$ is differentiable there exists $\xi$ between $x$ and $c$ such that
$$f'(x) = f'(c) + f''(\xi)(x-c) = f''(\xi)(x-c),$$
and, by what you have already shown, $f''(\xi) > 0$ for any $\xi \in (c-\delta,c+\delta)$