Infer from the theorem of Rouché that every non-constant polynomial does have a zero point in $\mathbb{C}$ (Fundamental Theorem of Algebra).
Consider the polynomial $$ p(z)=\sum_{i=0}^{n}a_iz^i, a_i,z\in\mathbb{C}, a_i\neq 0. $$ In order tu use Rouché, set $$ f(z):=a_nz^n,~~~~~~~~~~g(z):=\sum_{i=0}^{n-1}a_i z^i. $$ Because of the holomorphism of polyniomials, these functions are holomorphic and for each $r>0$ it is $$ f(z)\neq 0~\forall z\in\mbox{rg}(\gamma_r),\\ \gamma_r\colon [0,2\pi]\to\mathbb{C}, t\longmapsto r\exp(it). $$
Because of $$ \frac{\lvert z\rvert^i}{\lvert z\rvert^n}\to 0\mbox{ for }\lvert z\rvert\to\infty, i<n $$ it follows that $$ \lim\limits_{\lvert z\rvert\to\infty}\frac{\lvert g(z)\rvert}{\lvert f(z)\rvert}\leq\lim\limits_{\lvert z\rvert\to\infty}\frac{\sum_{i=0}^{n-1}\lvert a_i\rvert\cdot\lvert z^i\rvert}{\lvert a_n\rvert\cdot\lvert z^n\rvert}=\frac{1}{\lvert a_n\rvert}\lim\limits_{\lvert z\rvert\to\infty}\sum_{i=0}^{n-1}\lvert a_i\rvert\cdot\lvert z\rvert^{i-n}=0. $$ So there exists an $\varepsilon>0$, so that $$ \frac{\lvert g(z)\rvert}{\lvert f(z)\rvert}<1~\forall z\in\mbox{rg}(\gamma_{\varepsilon}). $$ So let $\gamma_{\varepsilon}$ be the curve tracing the open circular disk with radius $\varepsilon$. The theorem of Rouché then says that the number of zero points of $p$ within that circular disk is the same as the number of zero points of $f$ within that circular disk. And within that disk, it is $f(z)=0$ for $z=0$ (and nowhere else). So $p$ indeed has a zero point in $\mathbb{C}$.
Do you agree? Is my proof okay?