Let the function $f:\mathbb{R}\rightarrow\mathbb{R}$ be differentiable at $x=0$. Prove that $\lim_{x\rightarrow 0}\frac{f(x^2)-f(0)}{x}=0$.
The result is pretty obvious to me but I am having a difficult time arguing it precise enough for a proof. What I have so far is of course that since $f$ is differentiable; $$f'(0)=\lim_{x\rightarrow 0}\frac{f(x)-f(0)}{x}$$ exists.
Any help would be greatly appreciated.
Recall the chain rule, $$ \left(f(g(x))\right)'=f'(g(x))g'(x) $$ here $g(x)=x^2$, and $$ \lim_{x\to 0}\frac{f(g(x))-f(g(0))}{x}=f'(g(0))(g'(0))=f'(0)\cdot 0=0 $$