1.4 Review of polynomial rings
Let be a field.
The ring of polynomials in the symbol (or “indeterminate” or “variable”) with coefficients in is an -vector space with basis , , … , , … , and with the multiplication
The -algebra has the following universal property: for any -algebra and element of , there is a unique homomorphism of -algebras such that .
Division algorithm: given , with , there exist , with or such that
moreover, and are uniquely determined. Thus is a Euclidean domain with as norm, and so it is a unique factorization domain.
Let be nonconstant, and let . The division algorithm shows that
with and . Therefore, if is a root of (that is, ), then divides . From unique factorization, it now follows that has at most roots (see also Exercise 1-3).
Euclid’s algorithm: Let , . Euclid’s algorithm constructs polynomials , , and such that
and .
Recall how it goes. We may assume that since the argument is the same in the opposite case. Using the division algorithm, we construct a sequence of quotients and remainders
with the last nonzero remainder. Then, divides , hence ,…, hence , and hence . Moreover,
and so every common divisor of and divides : we have shown .
Let . If , write with . Then
and has degree because , which has degree .
PARI
knows how to do Euclidean division: typing divrem(13,5) in PARI returns
, meaning that , and gcd(m,n) returns the
greatest common divisor of and .
Let be a nonzero ideal in , and let be a nonzero polynomial of least degree in ; then (because is a Euclidean domain). When we choose to be monic, i.e., to have leading coefficient one, it is uniquely determined by . Thus, there is a one-to-one correspondence between the nonzero ideals of and the monic polynomials in . The prime ideals correspond to the irreducible monic polynomials.
As is an integral domain, we can form its field of fractions . Its elements are quotients , and polynomials,