Exercise: If $f(z)$ is a polynomial of degree $n \geq 1$ and $M$ is an arbitrary positive real number, show that there exists a positive real number $R$ such that $|f(z)| > M$ for all $|z| > R$.
Claim: For $R > \frac{M}{\min_{0 \leq j \leq n} \{ |a_{j}| \}}$ with $R, M \in \mathbb{R}_{\geq 0}$ and $n \geq 1$ we have $|f(z)| > M$ for all $|z| > R$.
Proof of claim: $$R > \frac{M}{\min_{0 \leq j \leq n} \{ |a_{j}| \}} \implies \min_{0 \leq j \leq n} \{ |a_{j}| \} \cdot R > M \implies \min_{0 \leq j \leq n} \{ |a_{j}| \} \sum_{j=0}^{n} R^{n} > M \\ \implies \sum_{j=0}^{n} |a_{j}| R^{n} > M \implies \sum_{j=0}^{n} |a_{j}| |z|^{n} > M.$$ But now I can't use the triangle inequality to conclude that for a polynomial $f(z) = \sum_{j=0}^{n} a_{j}z^{j}$ of degree $n \geq 1$ to conclude that $|f(z)| > M$ for all such $z$.
So is this claim true at all or how to find a $R$ such that we know that $|f(z)| > M$ for all $|z| > R$?
If $f(z)=\sum\limits_{k=0}^{n} a_kz^{k}$ with $a_n \neq 0$ then $f(z)/z^{n}=(\sum\limits_{k=0}^{n} a_kz^{k-n}) \to a_n$ as $|z| \to \infty$. Hence, there exists $R$ such that $|f(z)/z^{n}| >\frac {|a_n|} 2$ and $|f(z)| >R^{n} \frac {|a_n|} 2>M$ if $|z|>R$.