Let $G\subset \mathbb{C}$ be a non-empty open set and $f$ be a function holomorphic on $G$. Let $g: G\times G\to \mathbb{C}$ be a function defined as $$g(z,w)= \begin{cases} \frac{f(z)-f(w)}{z-w}, & z\ne w \\ f'(z), & z=w \end{cases}$$
I need to prove that $g$ is continuous on $G\times G$.
My approach:
Let $\varepsilon > 0$. Then $\exists \delta_1, \delta_2>0$ such that $\| (z,w)-(z_0,w_0) \|^2\le|z-z_0|+|w-w_0|<\delta_1+\delta_2$ implies that $|f(z)-f(z_0)|<\epsilon$, $|f(w)-f(w_0)|<\epsilon$, since $f$ is continuous on $G$.
Now, $\| g(z,w)-g(z_0,w_0) \|=\left| \frac{f(z)-f(w)}{z-w} - \frac{f(z_0)-f(w_0)}{z_0-w_0} \right|\le \left| \frac{f(z)-f(w)}{z-w}\right| + \left|\frac{f(z_0)-f(w_0)}{z_0-w_0} \right|$
Since $f$ is holomorphic on $G$, it is continuous on $G$, thus $\exists \delta'>0$ such that $| {f(z)-f(w)}|<\varepsilon'|z-w|<\varepsilon'\delta'$ whenever $|z-w|<\delta'$.
And here's where I'm stuck, because it's not clear how to deal with $\left|\frac{f(z_0)-f(w_0)}{z_0-w_0} \right|$, because $z_0, w_0$ are fixed points, so we can't just make them approach each other. Of course, my first thought was to somehow rearrange the inequality in such a way as to obtain $\left| \frac{f(z)-f(z_0)}{z-z_0}\right| + \left|\frac{f(w)-f(w_0)}{w-w_0} \right|$, but I don't see how to do so.
Your help would be appreciated.