Compute the maximum of $|f(z)|$ when $|z| \leq 1$ and $f(z)=\sin (z)$
So since $f$ is holomorphic on $|z| \leq 1$, we know we'll find the max of $|f(z)|$ on $|z|=1$.
So:
$|f(z)|=|\sin(z)|=|\frac{e^{iz}-e^{-iz}}{2i}|=|\frac{e^{iz}}{2i}-\frac{e^{-iz}}{2i}|\leq |\frac{e^{iz}}{2i}|+|\frac{e^{-iz}}{2i}|=\frac{|e^{iz}|}{2}+\frac{|e^{-iz}|}{2}=\frac{e^{|iz|}}{2}+\frac{e^{|-iz|}}{2}=e$
I'm not so certain about this solution. Is there another way? Is using the triangle inequality safe when looking for a maximum?