Question : Let $p(z)$ be a polynomial of degree n satisfying $|p(z)|\leq 1$ for all $z, |z| \leq 1$. Show that then $|p(z)| \leq |z|^n$ for all $z, |z| >1$.
This is what I could get done :- Let $p(z) = \sum_{k=0}^{n-1} c_k z^k + z^n $. Given $|p(z)| \leq 1$ when $|z|=1$. Then by Cauchy's estimates , $|c_k| = \frac{|p^{(k)}(0)|}{k!} \leq 1$ for all $k$. Therefore, $|p(z)| \leq \sum_{k=0}^{n-1} |c_k| |z|^k + |z|^n \leq \sum_{k=0}^{n-1} |z|^k + |z|^n \leq \dfrac{|z|^{n+1}-1}{|z|-1}$. From this we can say that when $|z| >> 1$, then $|p(z)| \leq |z|^n$. But how do I complete the argument for all $z \in \{|z|>1 \} $?