Let $f : \mathbb{R} \rightarrow \mathbb{R}$ be a $4$ times differentiable function and let $f(0) = 0$, $f'(0) = 0$, $f''(0) = 0$, $f'''(0) = 6$. Prove that there exists an interval $I = [a,b]$ such that $0 \in (a,b)$ and for all $x \in I$: $$ f''(x) > 0 $$ for $x >0$, $$f''(x) < 0$$ for $x < 0$.
I tried using the formula of Taylor. For every $x \in I\setminus \{0\}$ there is a $c \in (0,x)$ such that $$f(x) = \frac{f(0)}{0!} x^0 + \frac{f'(0)}{1!}x^1 + \frac{f''(0)}{2!}x^2 + \frac{f'''(0)}{3!}x^3 + \frac{f''''(c)}{4!}x^4 = x^3 + \frac{f''''(c)}{4!}x^4$$
From this follows:
$$f'(x) = 3x^2 + \frac{f''''(c)}{3!}x^3,$$ and $$f''(x) = 6x + \frac{f''''(c)}{2!}x^2. $$
I am not sure if I can use this in my proof.
Well, I'll give it a shot. Use Taylor for $f''$ centered at 0, hence, for $h >0$:
$$f''(h) = f''(0) + hf'''(0) + \frac{h^2 f''''(0)}{2} + o(h^2)$$ $$\therefore$$ $$\frac{f''(h)}{h^2} = \frac{6h}{h^2} + \frac{h^2 f''''(0)}{2h^2} + \frac{o(h^2)}{h^2}$$
So, there exists a small enough $h$ such that $\frac{6h}{h^2} > \frac{h^2 f''''(0)}{2h^2} + \frac{o(h^2)}{h^2} \implies f''(h) >0$.
Finally, apply the same for $-h$: $$f''(-h) = f''(0) - hf'''(0) + \frac{h^2 f''''(0)}{2} + o(h^2)=-6h + \frac{h^2 f''''(0)}{2} + o(h^2)$$ $$\therefore$$ $$\frac{f''(-h)}{h^2} = -\frac{6h}{h^2} + \frac{h^2 f''''(0)}{2h^2} + \frac{o(h^2)}{h^2}$$
Again, make $h$ small enough, and we have $f''(-h)<0$.
Since the interval is centered at 0, then $f(0) = 0$ belongs to it.