Documentation
FormalBook
.
Chapter_21
Search
Google site search
return to top
source
Imports
Init
Mathlib.Tactic
Mathlib.Topology.Algebra.Polynomial
Mathlib.Analysis.SpecialFunctions.Pow.Complex
Imported by
Polynomial
.
constant
fundamental_theorem_of_algebra
The fundamental theorem of algebra
#
TODO
#
compare analysis.complex.polynomial
statment
proof
(A)
(B)
(C)
Lemma
proof
source
def
Polynomial
.
constant
(f :
Polynomial
ℂ
)
:
Prop
Equations
f
.constant
=
(
0
<
f
.degree
)
Instances For
source
theorem
fundamental_theorem_of_algebra
(f :
Polynomial
ℂ
)
(h :
¬
f
.constant
)
:
∃ (
z
:
ℂ
),
f
.IsRoot
z