Polynomials over subrings. #
Given a field K with a subring R, in this file we construct a map from polynomials in K[X]
with coefficients in R to R[X]. We provide several lemmas to deal with
coefficients, degree, and evaluation of Polynomial.int.
This is useful when dealing with integral elements in an extension of fields.
Main Definitions #
Polynomial.int: given a polynomialPinK[X]whose coefficients all belong to a subringRof the fieldK,P.int Ris the corresponding polynomial inR[X].
def
Polynomial.int
{K : Type u_1}
[Field K]
(R : Subring K)
(P : Polynomial K)
(hP : ∀ (n : ℕ), P.coeff n ∈ R)
:
Polynomial ↥R
Given a polynomial in K[X] such that all coefficients belong to the subring R,
Polynomial.int is the corresponding polynomial in R[X].
Equations
Instances For
@[simp]
theorem
Polynomial.int_leadingCoeff_eq
{K : Type u_1}
[Field K]
(R : Subring K)
(P : Polynomial K)
(hP : ∀ (n : ℕ), P.coeff n ∈ R)
: