I want to see if my solution to the following problem in Ahlfors' Complex Analysis text is correct. The problem reads:
Let $\Omega$ be a doubly connected region whose complement consists of the components $E_1, E_2$. Prove that every analytic function $f(z)$ in $\Omega$ can be written in the form $f_1(z)+f_2(z)$ where $f_1(z)$ is analytic outside of $E_1$ and $f_2(z)$ is analytic outside of $E_2$.
(Note that this is a generalization of the familiar Laurent expansion in an annulus.)
Here is my attempt at the proof:
Firstly, we will prove the statement for a bounded region $\Omega$:
It is given that $\Omega^c=E_1 \cup E_2$, where the complement is taken in the Riemann sphere. Exactly one of these components contains $\infty$, and the other one is hence bounded. Suppose WLOG that $E_1$ is bounded and $\infty \in E_2$.
The boundary of $\Omega$ is $$\partial \Omega=\partial (\Omega^c)=\partial \left(E_1 \cup E_2 \right)=\overline{E_1 \cup E_2} \setminus \text{int}(E_1 \cup E_2)=E_1 \cup E_2 \setminus (\text{int}E_1 \cup \text{int} E_2)=(E_1 \cup E_2) \cap [(\text{int} E_1)^c \cap (\text{int} E_2)^c]\\=(E_1 \cap (\text{int} E_1)^c \cap (\text{int} E_2)^c) \cup (E_1 \cap (\text{int} E_1)^c \cap (\text{int} E_2)^c) \\ =\partial E_1 \cap (\text{int} E_2)^c \bigcup \partial E_2 \cap (\text{int} E_1)^c=\partial E_1 \cup \partial E_2.$$
where I have used information from this question.
Next, given $\delta>0$ we cover the plane by the net of squares of side $\delta$, induced by the lines $x=m \delta,y=n \delta$, and we denote by $Q_j, j \in J$ the closed squares in the next which are contained entirely in $\Omega$; because $\Omega$ is bounded $J$ is finite, and if $\delta$ is sufficiently small $J$ is not empty.
Denote the distance between $\partial E_1,\partial E_2$ by $\rho$. It is clear that $\rho>0$, and therefore for $\delta<\frac{\rho}{\sqrt{2}}$ the closed squares of the net are partitioned into three groups:
- The squares contained entirely in $\Omega$, $Q=\{Q_j: j \in J \}$.
- The squares which meet $E_1$ (exclusively), $R=\{R_k: k \in K \}$.
- The squares which meet $E_2$ (exclusively), $S=\{S_l: l \in L \}$.
Furthermore, if $\delta<\frac{\rho}{2\sqrt{2}}$ two squares from $R$ and $S$ can't be adjacent to each other. It is proven in the text that $$ f(z)=\frac{1}{2 \pi i} \oint_{\partial Q} \frac{f(\zeta)}{\zeta-z} \mathrm{d} \zeta,$$ for all $z \in \text{int} Q$. We can prove once more that $\partial Q=\partial R \cup \partial S$, so that $$f(z)=\frac{1}{2\pi i}\oint_{\partial S} \frac{f(\zeta)}{\zeta-z} \mathrm{d} \zeta+\frac{1}{2 \pi i}\oint_{\partial R} \frac{f(\zeta)}{\zeta-z} \mathrm{d} \zeta=:f_1(z)+f_2(z)$$ with the suitable orientation. This will work for any $z \in \Omega$ provided that we take $\delta$ sufficiently small, such that $z \in \text{int} Q$.
Finally, if $\Omega$ is not bounded, and $z \in \Omega$, repeat this proof in the restricted domain $\Omega'=\Omega \cap \{\zeta: |\zeta|<|z|+1 \}$.
Is this correct?