1.4 Review of polynomial rings

Let FF be a field.

1.5

The ring F[X]F[X] of polynomials in the symbol (or “indeterminate” or “variable”) XX with coefficients in FF is an FF-vector space with basis 11, XX, … , XnX^{n}, … , and with the multiplication

(iaiXi)(jbjXj)=k(i+j=kaibj)Xk.\left(\sum\nolimits_{i}a_{i}X^{i}\right)\left(\sum\nolimits_{j}b_{j}X^{j}% \right)=\sum\nolimits_{k}\left(\sum\nolimits_{i+j=k}a_{i}b_{j}\right)X^{k}.

The FF-algebra F[X]F[X] has the following universal property: for any FF-algebra RR and element rr of RR, there is a unique homomorphism of FF-algebras α:F[X]R\alpha\colon F[X]\rightarrow R such that α(X)=r\alpha(X)=r.

1.6

Division algorithm: given f(X)f(X), g(X)F[X]g(X)\in F[X] with g0g\neq 0, there exist q(X)q(X), r(X)F[X]r(X)\in F[X] with r=0r=0 or deg(r)<deg(g)\deg(r)<\deg(g) such that

f=gq+r;f=gq+r;

moreover, q(X)q(X) and r(X)r(X) are uniquely determined. Thus F[X]F[X] is a Euclidean domain with deg\deg as norm, and so it is a unique factorization domain.

1.7

Let fF[X]f\in F[X] be nonconstant, and let aFa\in F. The division algorithm shows that

f=(Xa)q+cf=(X-a)q+c

with qq\in F[X]F[X] and cFc\in F. Therefore, if aa is a root of ff (that is, f(a)=0f(a)=0), then XaX-a divides ff. From unique factorization, it now follows that ff has at most deg(f)\deg(f) roots (see also Exercise 1-3).

1.8

Euclid’s algorithm: Let f(X)f(X), g(X)F[X]g(X)\in F[X]. Euclid’s algorithm constructs polynomials a(X)a(X), b(X)b(X), and d(X)d(X) such that

a(X)f(X)+b(X)g(X)=d(X),deg(a)<deg(g),deg(b)<deg(f)a(X)\cdot f(X)+b(X)\cdot g(X)=d(X),\quad\deg(a)<\deg(g),\quad\deg(b)<\deg(f)

and d(X)=gcd(f,g)d(X)=\gcd(f,g).

Recall how it goes. We may assume that deg(f)deg(g)\deg(f)\geq\deg(g) since the argument is the same in the opposite case. Using the division algorithm, we construct a sequence of quotients and remainders

f\displaystyle f
=q0g+r0\displaystyle=q_{0}g+r_{0}
g\displaystyle g
=q1r0+r1\displaystyle=q_{1}r_{0}+r_{1}
r0\displaystyle r_{0}
=q2r1+r2\displaystyle=q_{2}r_{1}+r_{2}
\displaystyle\cdots
rn2\displaystyle r_{n-2}
=qnrn1+rn\displaystyle=q_{n}r_{n-1}+r_{n}
rn1\displaystyle r_{n-1}
=qn+1rn\displaystyle=q_{n+1}r_{n}

with rnr_{n} the last nonzero remainder. Then, rnr_{n} divides rn1r_{n-1}, hence rn2r_{n-2},…, hence gg, and hence ff. Moreover,

rn=rn2qnrn1=rn2qn(rn3qn1rn2)==af+bgr_{n}=r_{n-2}-q_{n}r_{n-1}=r_{n-2}-q_{n}(r_{n-3}-q_{n-1}r_{n-2})=\cdots=af+bg

and so every common divisor of ff and gg divides rnr_{n}: we have shown rn=gcd(f,g)r_{n}=\gcd(f,g).

Let af+bg=daf+bg=d. If deg(a)deg(g)\deg(a)\geq\deg(g), write a=gq+ra=gq+r with deg(r)<deg(g)\deg(r)<\deg(g). Then

rf+(b+qf)g=d,rf+(b+qf)g=d,

and b+qfb+qf has degree <deg(f)<\deg(f) because (b+qf)g=drf(b+qf)g=d-rf, which has degree <deg(g)+deg(f)<\deg(g)+\deg(f).

PARI knows how to do Euclidean division: typing divrem(13,5) in PARI returns [2,3][2,3], meaning that 13=2×5+313=2\times 5+3, and gcd(m,n) returns the greatest common divisor of mm and nn.

1.9

Let II be a nonzero ideal in F[X]F[X], and let ff be a nonzero polynomial of least degree in II; then I=(f)I=(f) (because F[X]F[X] is a Euclidean domain). When we choose ff to be monic, i.e., to have leading coefficient one, it is uniquely determined by II. Thus, there is a one-to-one correspondence between the nonzero ideals of F[X]F[X] and the monic polynomials in F[X]F[X]. The prime ideals correspond to the irreducible monic polynomials.

1.10

As F[X]F[X] is an integral domain, we can form its field of fractions F(X)F(X). Its elements are quotients f/gf/g, ff and gg polynomials, g0.g\neq 0.