3

Let $f$ be an entire function such that $\Re(f(z))*\Im(f(z))\ge0$ for all $z$ then $f$ is constant. Prove or give contradicting example. I know about Louisville's theorem and Cauchy–Riemann equations but I don't see how to use them in this situation. I've tried to bound $|f(z)|$ but I could only show that $|f(z)|\le\Re(f(z))+\Im(f(z))$. I would like a hint.

Gyt
  • 1,197

2 Answers2

5

Write $f(z) = u(z) + iv(z)$, so that $u=\Re(f)$ and $v = \Im(f)$. The trick to many of these problems is to find a suitable auxiliary function: as Daniel Fischer mentioned, a good candidate would be a function whose real or imaginary part is $uv$. How about $g(z) = f(z)^2 = u(z)^2-v(z)^2 + 2i\,u(z)v(z)$? By hypothesis, $\Im(g(z))\geq 0$ for all $z$ . . .

user134824
  • 12,694
  • Do we know that if $f(z)^2$ is constant, then $f(z)$ has to be constant, too? – el_tenedor Mar 02 '17 at 07:43
  • @el_tenedor Since $f(z)^2$ is constant, $f(z)$ takes on at most two values. But since $f$ is continuous, it takes on exactly one of these values -- that is, $f$ is constant. Does that make sense? – user134824 Mar 04 '17 at 16:01
  • This argument should work as long as $f$ is defined on a domain, since if the space is connected, every locally constant continuous function is globally constant. $f$ is entire, so there should be no problems, thanks! – el_tenedor Mar 04 '17 at 16:10
2

You don't need anything as strong as Picard's Theorem. The fact that the image of a non-constant entire function must be dense will suffice. This fact is a simple consequence of Liouville's Theorem.

how to show image of a non constant entire function is dense in $\mathbb{C}$?

  • Is it possible to prove this for the special case where $\mathbf{Re}(f(z))*\mathbf{Im}(f(z)) = 0$ using the Cauchy-Riemann equations only? – ignoramus Aug 25 '15 at 05:05