This is for homework in my complex analysis class, and I think there may be a mistake. I wanted to make sure I didn't miss anything obvious before I bring it up to the professor. The problem asks to show that the function $$ f(z) = \begin{cases} e^{-\frac{1}{z^4}}, & \text{if } z \neq 0 \\ 0, & \text{if } z = 0 \end{cases} $$ is not holomorphic at $z = 0$. The definition of holomorphic that we are using is:
A function $f$ is holomorphic at $z_0$ if $\lim_{z \to z_0} \frac{f(z) - f(z_0)}{z - z_0}$ exists.
For the $f$ I defined above, I found that (and WolframAlpha agrees) $$ \lim_{z \to 0} \frac{e^{-\frac{1}{z^4}}}{z} = 0, $$ implying the function is indeed holomorphic at 0. Did I miss anything obvious, or should I bring this to the professor's attention?