Transfer algebraic properties from dense subfields #
In this file, we prove that algebraically closedness of a complete normed field of characteristic
zero can be inherited from its dense subfields. Let K be a dense subfield of a complete normed
field L.
Main results #
IsAlgClosed.of_denseRange: IfKis an algebraically closed dense subfield of a complete nonarchimedean normed fieldLof characteristic zero, thenLis also algebraically closed.
TODO #
Show that
- if
Kis perfect, thenLis perfect; - if
Lis separably closed, thenKis separably closed; - upgrade
IsAlgClosed.of_denseRangeto: IfKis separably closed, thenLis algebraically closed.
2 and 3 will be easy to implement once we establish the result that every polynomial can be approximated by a separable polynomial.
Reference #
Notes by Brian Conrad.
Tags #
Normed field, algebraically closedness
theorem
IsAlgClosed.of_denseRange
{K : Type u_1}
{L : Type u_2}
[Field K]
[NontriviallyNormedField L]
[CompleteSpace L]
[CharZero L]
[IsUltrametricDist L]
[Algebra K L]
(hi : DenseRange ⇑(algebraMap K L))
[IsAlgClosed K]
:
If K is an algebraically closed dense subfield of a complete nonarchimedean normed field L
of characteristic zero, then L is also algebraically closed.