Approximate roots and polynomials in a normed field #
In this file, we prove several approximation lemmas on a normed field.
Main results #
Polynomial.exists_roots_norm_sub_lt_of_norm_coeff_sub_lt: Continuity of Roots. Letfandgbe two monic polynomials such thatgsplits. If the coefficients of two polynomialsfandgare sufficiently close, then every root offhas a corresponding root ofgnearby.Polynomial.exists_monic_and_natDegree_eq_and_norm_map_algebraMap_coeff_sub_lt: LetKbe a dense subfield of a normed fieldL. Every monic polynomial inLcan be approximated by a monic polynomial inKof the same degree.
TODO #
Use the fact that f.discr is polynomial of the coefficients of f to show that
every polynomial f can be approximated by a separable polynomial. This result can be used
to show that the completion a separably closed field is algebraically closed, upgrading the
current theorem IsAlgClosed.of_denseRange.
Tags #
Approximation, polynomial, normed field, continuity of roots
Continuity of Roots. Let f and g be two monic polynomials with g splits.
If the coefficients of two polynomials f and g are sufficiently close, then every root of f
has a corresponding root of g nearby.
Continuity of Roots. A variation of
Polynomial.exists_roots_norm_sub_lt_of_norm_coeff_sub_lt allowing roots of g lives in a
field extension.
If K is a dense subfield of L, then every monic polynomial in L can be
approximated by a monic polynomial in K of the same degree.