[Math] Proof about Holomorphic functions in the unit disc

analyticitycomplex-analysis

We want to prove the following:

If $f$ is a holomorphic function on the unit disc $\mathbb{D}$ s.t. $f(z) \neq 0$ for $z \in \mathbb{D}$, then there is a holomorphic function $g$ on $\mathbb{D}$ such that $f(z)=e^{g(z)}$ for all $z \in \mathbb{D}$.

For such a $g$, we have that $\frac{f'(z)}{f(z)}=g'(z)$ on $\mathbb{D}$ since $f$ has non-zero derivative.

Perhaps then we define $g(z)=\int_\gamma \frac{f'(z)}{f(z)}dz$ where $\gamma$ is a path in $\mathbb{D}$ from $0$ to $z$.

Does this work?

Best Answer

As far as I am able to tell, your idea is correct. You can define $g$ by: $$ g(z) = \int_\gamma \frac{f'(z)}{f(z)} dz$$ because $\mathbb{D}$ is simply connected and the integral does not depend on the path. Or even more simply, just expand $\frac{f'(z)}{f(z)} = \sum_{n} a_nz^n$ and put $g(z) = \sum_{n} \frac{a_n}{n+1} z^{n+1}$. In any case, you find a holomorphic $g$ such that $g'(z) = \frac{f'(z)}{f(z)}$.

Put $h(z) = e^{g(z)}$; this is again holomorphic. Then $\frac{h'(z)}{h(z)} = \frac{f'(z)}{f(z)}$ by a simple computation. Let $r(z) := \frac{f(z)}{h(z)}$; one can compute that: $$ r'(z) = \frac{f'(z)h(z) - h'(z)f(z)}{h(z)^2} = 0 $$ Hence, $r(z)$ is a constant function. As a consequence, $f(z) = c h(z)$ for some constant $c$. Writing $c = e^{\alpha}$ (which is always possible) you get: $$ f(z) = e^{\alpha + g(z)} $$ so $\tilde{g}(z) := \alpha + g(z)$ is the sought function.