I have a question understanding the proof of Theorem 5.4 in Stein Complex analysis. The statement of the theorem reads:
Let $F(z, s)$ be defined for $(z, s) \in \Omega \times [0, 1]$ where $\Omega$ is an open set in $\mathbb{C}$. Suppose $F$ satisfies the following properties:
- $F(z, s)$ is holomorphic in $z$ for each $s$.
- $F$ is continuous on $\Omega \times [0, 1]$ (jointly continuous).
Then the function $f$ defined on $\Omega$ by $$ f(z) = \int ^1 _0 F(z, s) ds $$ is holomorphic.
I will skip over the unnecessary details. The problem I have is on the following step:
Let $D$ to be any disc whose closure is contained in $\Omega$... A continuous function on a compact set is uniformly continuous, so if $ϵ > 0$ there exists $δ > 0$ such that $$ \sup _{z∈D} |F(z, s_1) − F(z, s_2)| < ϵ \quad \text{whenever} \quad |s_1 − s_2| < δ. $$
I do not understand why this inequality holds for all $z \in D$. In my mind, using the uniform continuity in $s$, the choice of $\delta$ will depend on $z$, so the inequality cannot be claimed holding for all $z$. It could be the case that the uniform continuity in the proof refers to that of $(z, s)$ instead of just $s$, but in that case it is unclear how the norm is even defined.
Any help is appreciated.