Let $f : \mathbb R \to\mathbb R$ be a differentiable function such that $f(0) = 0$, and $f''(0)$ exists and is positive. Prove that there exists $x > 0$ such that $f(2x) > 2f(x)$.
By Taylor's theorem with Lagrange's reminder I can write $$f(x)=xf'(0)+x^2f''(0)/2+x^3f'''(y)/6$$ with $0<y<x$, so if I write $g(x)=f(2x)-2f(x)$ I have $$g(x)=x^2f''(0)+x^3f'''(y).$$ If $f'''$is bounded in $(0,h)$ for some $h>0$, then I have $g(x)/x^2$ tends to $f''(0)>0$ as $x$ tends to 0, and by the limit definition $g(x)>0$ for some $x$ small enough, and we're done. However we don't have conditions for $f'''(x)$ to be bounded near 0, so I don't know how to get $g(x)>0$ near 0.