[Math] Proving a Complex Function As Analytic

complex-analysis

I took a Complex Analysis Exam a few days ago and my grade unfortunately wasn't to expectation. I lost most of my points to the following question, but I'm still not sure how to prove it.

"Let $f: \mathbb{C}\to \mathbb{C}$ be an analytic function.

Prove whether $ g(z) = \overline{f(\bar{z})}^2$ is analytic."

What I initially did was state that $f(z) = z$, but I'm under the impression that was my mistake; though, I'm honestly not sure. As far as what I did after, I plugged it into the formula to find $\bar{f(\bar{z})}^2 = \bar{\bar{z}^2} = $, which I eventually broke into the components $\bar{\bar{z}^2} = z^2 = x^2-y^2+i2xy$. I then showed that the Cauchy-Riemann Equations were satisfied at every point, therefore the function was analytic.

My Professor crossed off what I wrote after the $z^2$, but he didn't write what was wrong; so I'm at a loss of what to do. Any help would be appreciated.

Best Answer

You've correctly identified your problem: The fact that $f$ is analytic doesn't imply that $f(z) = z$ (certainly $e^z$, $z^2$, $\cos z$ are analytic). Of course, if you were coming up with a counterexample, it would be perfectly fine to let $f(z) = z$ (or whatever the counterexample should be) and prove the statement false. However, the statement actually is true, so this approach is hopeless.

One way to do this is to use the fact that $f$ is analytic if it's equal to its Taylor series. Now using the continuity of the operation of complex conjugation is analytic (together with the fact that $\overline z^k = \overline{z^k}$), so if

$$f(z) = \sum_{k = 0}^{\infty} a_k z^k$$

we have

\begin{align*} \overline{f({\overline z})} &= \overline{\sum_{k = 0}^{\infty} a_k \overline z^k} \\ &= \sum_{k = 0}^{\infty} \overline{a_k \overline z^k} \\ &= \sum_{k = 0}^{\infty} \overline{a_k} z^k \end{align*}

Now since $|a_k| = |\overline{a_k}|$, both series have the same (infinite) radius of convergence, so $\overline{f(\overline z)}$ is simultaneously analytic with $f$. Now the square of an analytic function is analytic, and we're done.