I am looking at the proof that differentiability implies continuity:
$0 = 0 \cdot f' ( z_0) = \lim_{z \to z_0} (z - z_0) \cdot \lim_{z \to z_0}\dfrac {f(z) - f(z_0)}{z - z_0} = \lim_{z \to z_0} (z - z_0) \dfrac {f(z) - f(z_0)}{z - z_0} = \lim_{z \to z_0} [f(z)- f(z_0)]$
The proof stops here, after proving that $\lim_{z \to z_0} [f(z)- f(z_0)] = 0$. However, the definition of continuity that is given in my book is $\lim_{z \to z_0} f(z) = f(z_0)$. We could easily arrive that this is we know that $\lim_{z \to z_0} f(z)$ exists, because then we can split up the limits. However, I am not sure how to prove that $\lim_{z \to z_0} f(z)$ exists.