I am trying to solve the following exercise:
Find all entire functions $f$ such that $|f(z)| \leq |\sin(z)|$, $\forall z \in \mathbb{C}$
I think Liouville's Theorem is the way to go.
Liouville's Theorem states that:
Every bounded entire function must be constant.
Since $\cos(z)=0$ for $z=\frac{2k+1}{2} \pi$,
my answer would be that the only entire function is the zero function $g\equiv 0$.
Am I correct?
Edit: I got a little bit confused, because in $\mathbb{R}$, sin is bounded with $|\sin(x)|<1$. Because of this I thought that I only need to search constant functions f, such that $|f(z)| \leq |\sin(z)|$.
This is why I thought that the Zero-Function is the only option.
Considering the comments, $f(z):= a \sin(z)$ with $|a| \leq 1$ also fullfill the condition wanted.
How can I proof that these are all function?