I need to prove the following version of L'Hôpital's rule for complex functions:
Let $f$ and $g$ be analytical at $z_0$ such that $f(z_0)=g(z_0)=0$ and $g$ is not identically zero: so the following limits exist $($whether $\infty$ or finite$)$ and equal: $\displaystyle\lim_{z\to z_0}\frac{f(z)}{g(z)}=\lim_{z\to z_0}\frac{f'(z)}{g'(z)}$ .
I looked up online and found people using it but not a proof. I've found this, which I'm not sure why doesn't work here:
$$\lim_{z\rightarrow z_{0}}\frac{f(z)}{g(z)} =\lim_{z\rightarrow z_{0}}\frac{f(z)-f(z_{0})}{z-z_{0}}\cdot\frac{z-z_{0}}{g(z)-g(z_{0})} =\frac{f'(z)}{g'(z)}$$
My guess it's something with power series.
Thank you.
Assume that $z_0$ is a simple zero of both $f$ and $g$. Then, if$$f(z)=a_1(z-z_0)+a_2(z-z_0)^2+\cdots\text{ and }g(z)=b_1(z-z_0)+b_2(z-z_0)^2+\cdots,$$we have\begin{align}\lim_{z\to z_0}\frac{f(z)}{g(z)}&=\lim_{z\to z_0}\frac{a_1(z-z_0)+a_2(z-z_0)^2+\cdots}{b_1(z-z_0)+b_2(z-z_0)^2+\cdots}\\&=\lim_{z\to z_0}\frac{a_1+a_2(z-z_0)+\cdots}{b_1+b_2(z-z_0)+\cdots}\\&=\frac{a_1}{b_1}\\&=\lim_{z\to z_0}\frac{f'(z)}{g'(z)}.\end{align}Can you do the general case now?