Let $p(z) = a_n z^n + a_{n-1}z^{n-1} + \cdots + a_0$.
My question is: Is there an elementary way to show that for all $r > 0$ $$ \max \limits _{|z| = r} |p(z)| \ge |a_n|r^n$$ without using complex analysis machinery that falls out of the Cauchy integral formula?
One way to do it with the Cauchy integral formula:
$$ |a_n| \le \frac{1}{2 \pi} \Bigg|\int \limits_{|z| = r} \frac{f(\zeta)}{\zeta ^{n+1}}\ \text{ }d\zeta \Bigg| \le \frac{1}{2 \pi} 2 \pi r \max \limits _{|z| = r} \Bigg| \frac{p(z)}{z^{n+1}} \Bigg | = \max \limits _{|z| = r} \Bigg| \frac{p(z)}{z^{n}} \Bigg | $$
(I was looking at a previous post Domination of complex-value polynomial by highest power)
Thanks!