Let $f(z) $ be an entire function such that for some constant $\alpha$, $|f(z)| \leqslant \alpha |z|^3 $ for all $|z| \geqslant 1$ and $f(z)=f(iz)$ for all $z$.
then comment about existence of such function.
My work $f$ will be polynomial of degree at most $3$
so $f(z) = a + bz + cz^2 + dz^3 \tag{1}$
$f(iz) = a + b(iz) + c(iz)^2 + d(iz)^3$
$f(z) = a +ibz - cz^2 -idz^3 \tag{2}$
comparing equation $1$ and $2$ we get $b=c=d=0$
hence $f(z)$ is constant polynomial.
Is this correct?