Define $ \Phi: G \times G \to \mathbb{C} $ by $ \Phi(z,w) = [f(z)-f(w)]/[z-w] $ if $ z \neq w$ and $ \Phi(z,z) = f'(z) $. Show that $\Phi(z,w)$ is continuous.
I want to try to show the function is continuous for $ z \neq w $.
I saw this question ask somewhere on here, but the answer usually skips this part since they state that it is very easy, but I don't see why since I don't have much experience with function of several variable.
Suppose $ z \neq w $. For $\epsilon > 0$, I need to show there exist $ \delta >0$ such that $ || \vec{z}-\vec{z_o}|| = \sqrt{ |z-z_o|^2+|w-w_o|^2} < \delta$ implies $| \Phi(\vec{z})-\Phi(\vec{z_o}) | < \epsilon ~$ where $\vec{z}=(z,w), \vec{z_o}=(z_o,w_o)$.
Now, $$| \Phi(\vec{z})-\Phi(\vec{z_o}) | = \bigg| \frac{f(z)-f(w)}{z-w}-\frac{f(z_o)-f(w_o)}{z_o-w_o} \bigg|$$
By controlling the size of $|z-z_o|,|w-w_o|$, I can control $|f(z)-f(z_o)|,|f(w)-f(w_o)|$. But in the norm for $\Phi$, I need to control the size of $|f(z)-f(w)|,|f(w)-f(w_o)|$ though. I try combine the two fraction together but I end up with messier equation. Did I do something wrong or did I get the def of continuity wrong?? thank you.