Find all entire functions such that $\Re f + \Im f$ is bounded.
So there exists $M \ge 0$ such that $\Re f + \Im f \lt M$. We now try to find $g$ such that the given bounded expression is similar to the modulus of $g$.
Let $$g(z) = e^{f(z)} \cdot e^{-if(z)}$$ $$\vert g(z) \vert = e^{\Re f} \cdot e^{\Im f} = e^{\Re f + \Im f}$$
But since we have $\Re f + \Im f \lt M$, $$\implies e^{\Re f + \Im f} \lt e^M$$
Now it is evident that $g$ is an entire function (being a composition of entire functions) and it is bounded so by Liouville's theorem $g(z) = const \implies f(z)-if(z) = f(z) (1-i) = const \implies f=const$
Is this correct?