Let $f(x)=e^{-1/x}$ for $x>0$ and $f(x)=0$ for $x\leq 0$. Prove that $f^{(n)}(0)=0$ for all $n\in \Bbb N$.
I'm reading the solution, and I understand how to prove that all derivates must be of the form:
$$f^{(n)}(x)=e^{-1/x}\left[\sum_{k=0}^{2n} \frac{a_k}{x^k}\right]$$
After this, the solution manual begins to prove $f^{(n)}(0)=0$ for $n\in \Bbb N$ by induction.
Assume that $f^{(n)}(0)=0$ for some $n\geq 0$. We need to prove $$\lim_{x\to 0} \frac{f^{(n)}(x)-f^{(n)}(0)}{x-0}=0$$
I don't understand why they do this. Isn't easier to just prove that for $n\in \Bbb N$, $f^{(n)}(x) \to 0$. I would think that using l'hopitale this must be possible.