Proofs of the Fundamental Theorem of Algebra
published by Luca Wellmeier on Jan 26, 2025
This is just an example page that demonstrates the features of gh:lcwllmr/scimd - a tool for scientific writing with markdown.
Contents:
- Notation and statement
- Proofs
- Liouville via a global minimum of ∣p∣
Notation and statement
Denote by C[z] the ring of univariate polynomials with complex coefficients.
Let p∈C[z] be non-constant of degree n≥1 with coeficients
p(z)=anzn+an−1zn−1+⋯+a1z+a0
and an=0.
Then p has a complex root.

Proofs
Liouville via a global minimum of ∣p∣
Write
p(z)=anzn(1+anan−1z1+⋯+ana0zn1).
The bracket tends to 1 as ∣z∣→∞, so there exists R>0 and c>0 such that for ∣z∣≥R,
∣p(z)∣≥c∣z∣n→∞.
On the closed disk BR={z∣∣z∣≤R}, the continuous function z↦∣p(z)∣ attains a minimum m by compactness.
For ∣z∣>R, ∣p(z)∣>∣p(0)∣≥m by taking R large enough, hence this minimum on BR is also the global minimum on C.
Choose z0 with ∣p(z0)∣=m.
If m>0, then p(z)=0 for all z, hence
f(z)=p(z)1
is entire.
Also ∣p(z)∣≥m for all z, so ∣f(z)∣≤1/m: f is bounded.
By Liouville’s theorem,
a bounded entire function is constant, so f is constant, hence p is constant - contradiction.
Therefore m=0, i.e. ∣p(z0)∣=0, so p(z0)=0.
□