5

Let $f: \mathbb{C} \rightarrow \mathbb{C}$ be an entire function such that $|f(z)| = 1$ for all $z \in \mathbb{R}$. The problem is to show that $f$ does not vanish on $\mathbb{C}$.

Here's my attempt: Note that $1/\overline{f(\overline{z})}$ is holomorphic in the open set $U = \{z \in \mathbb{C}: f(\overline{z}) \neq 0\}$. Furthermore, for $z \in\mathbb{R}$, $1/\overline{f(\overline{z})} = 1/\overline{f(z)} = f(z)$. Since $f$ is holomorphic on $U$, $1/\overline{f(\overline{z})} = f(z)$ for all $z \in U$. Thus $1/\overline{f(\overline{z})}$ extends to an entire function.

For $z \not\in U$, then $f(\overline{z}) = 0$. Since zeros are isolated, there exists a sequence $z_{n} \in U$ such that $z_{n} \rightarrow z$. Then $f(\overline{z_{n}}) \rightarrow f(\overline{z}) = 0$.

Does this imply that $1/\overline{f(\overline{z_{n}})} \rightarrow \infty$ as $n \rightarrow \infty$? More specifically, is the function $F(z)$ defined by $$F(z) = \begin{cases}1/\overline{f(\overline{z})} & \text{ if } z \in U\\f(z) & \text{ if }z \not\in U\end{cases}$$ entire?

2 Answers2

3

You solved this earlier than you think.

Since $f$ is holomorphic on $U$, $1/\overline{f(\overline{z})} = f(z)$ for all $z \in U$. Thus $1/\overline{f(\overline{z})}$ extends to an entire function.

... a nonvanishing entire function, since the numerator is nonzero (the denominator is continuous, so it won't go to infinity anywhere). And this function is $f$, as you already saw.

1

I think your proof can be reformulated more efficiently as follows. Since $f$ is entire, so is $z\mapsto\overline{f(\bar z)}$ and therefore so is the product $z\mapsto f(z)\overline{f(\bar z)}$. The hypothesis that $|f(z)|=1$ for all real $z$ implies that this product is identically $1$ on the real axis. Therefore the product is identically $1$ everywhere by permanence of functional equations. But then $f$ can't vanish at any $z$ since that would make the product vanish at that $z$.

Andreas Blass
  • 71,833