Question: Let $f\colon D_3(0) \to \mathbb{C}$ be analytic where $D_r(0) = \{z \in \mathbb{C} \colon |z| < r\}$. Let $D = D_2(0)$.
- (i)Show that $f(D)$ is open and connected in $\mathbb{C}$.
- (ii) Show that $\partial \overline{f(D)} = f(\partial D)$ if $f$ is injective on $\overline{D}$.
- (iii) Let $w_0 \in f(D)$ and suppose there exists unique $z_0 \in D$ so that $f(z_0) = w_0$. If $ f'(z_0) =0, f''(z_0) \neq 0$, show that for all $w \in f(D)$, there are exactly two complex numbers $z \in D$ counting multiplicity so that $f(z) = w$.
My attempt:
-(i) Follows directly from open mapping theorem and continuous image of connected set is connected in any metric space.
- (ii) For the forward inclusion: Let $w \in \partial \overline{f(D)}$ so $w \in \overline{f(D)} \setminus f(D)$ and there exists a sequence of $z_n \in D$ so that $\lim_n f(z_n) = w$. As $D$ is bounded set in $\mathbb{C}$ then there exists subsequence $\{z_{n_k}\}$ so that $z_{n_k} \to z_0 \in \overline{D}$ as $k \to \infty$. By uniqueness of limit, $$w = \lim_n f(z_n) = \lim_k f(z_{n_k}) = f(z_0)$$ so $w \in f(\partial D)$ as $w \notin f(D)$.
- For the reverse inclusion, suppose $f$ is injective in $\overline{D}$ and let $w = f(z) \in f(\partial D)$. If for a contradiction that $f(z) = w \in f(D)$ then there exists $z_0 \in D$ so that $f(z) = w = f(z_0)$ contradicting the injectivity hypothesis.
As for part (iii), it was hinted to use argument principle. However, I am not sure how to use the argument principle to show that for all $w \in f(D)$ we have $$\frac{1}{2\pi i} \int_{D} \frac{f'(\zeta)}{f(\zeta) - w} \, d \zeta = 2.$$ Is there any way to approach this question without involving the winding numbers?
Any hints/solutions are appreciated.
Why can't the result follow directly from here?
– L-JS Aug 01 '23 at 05:41