Suppose a metric $d$ is defined on the space of entire functions as follows:
$$d(f, g)=\sum_{n=1}^{\infty} \min \left\{\frac{1}{2^{n}}, \max _{|z| \leq n}|f(z)-g(z)|\right\}$$ Is the operator of differentiation (the operator sending $f$ to $f^\prime$) continuous on this metric space of functions? Explain why or why not.
Here is my try with Cauchy's Integral Formula.
For $|z|<n$,
$$\begin{aligned}|f^\prime(z)-g^\prime(z)|&=
|\frac{1}{2\pi i}\int_{|w|=n}\frac{f(w)-g(w)}{(w-z)^2} dw|\\
&\leq \frac{1}{2\pi} \max_{|w|\leq n}|f(w)-g(w)| \int_{|w|=n} \frac{1}{(w-z)^2} dw.
\end{aligned}$$
Since $z$ can be very closed to the boundary, $|w-z|$ can be very small. I don't know how to bound the integral in the inequality.
Any idea to solve this question?