Skip to Content
Math4302Modern Algebra (Lecture 35)

Math4302 Modern Algebra (Lecture 35)

Rings

Field Extension

Recall from last time, if FF is a field and f(x)F[x]f(x)\in F[x]. There is an extension FEF\subset E such that f(x)f(x) has a zero in EE.

Proof

If f(x)f(x) is irreducible, then I=(f(x))I=(f(x)) is maximal in F[x]F[x], and E=F[x]/(f(x))E=F[x]/(f(x)), then EE is a field.

f(x)f(x) has a zero in EE: x+Ix+I.

Example of field extensions

Let f(x)=x2+1R[x]f(x)=x^2+1\in \mathbb R[x], I=(x2+1)R[x]I=(x^2+1)\in \mathbb R[x].

ER[x]/I=(x2+1)CE\coloneqq \mathbb R[x]/I=(x^2+1)\simeq \mathbb C is a field.

Let ϕ\phi be the function that take a+bi(a+bx)+Ia+bi\mapsto (a+bx)+I.

  • Addition is trivial
  • For multiplication:
    • (aabb+(ab+ab)x)+I=aa+bbx2+(aa+bb)x+I(aa'-bb'+(a'b+a'b)x)+I=aa'+bb'x^2+(aa'+bb')x+I, note that bbx2(bb)=bb(x2+1)Ibb'x^2-(-bb')=bb(x^2+1)\in I, so the two cosets are equal.

Therefore, ϕ\phi is injective.

Then we need to show that ϕ\phi is bijection:

  • ϕ\phi is injective: if ϕ(a+bi)=0\phi(a+bi)=0, then (a+bx)+I=I(a+bx)+I=I, so a+bxI=(x1+1)={p(x)(x2+1)p(x)R[x]}a+bx\in I=(x^1+1)=\{p(x)(x^2+1)|p(x)\in \mathbb R[x]\}
  • ϕ\phi is surjective: if g(x)+Ig(x)+I is in R[x]/I\mathbb R[x]/I, then divide g(x)g(x) by x2+1x^2+1 to get g(x)=q(x)(x2+1)+r(x)g(x)=q(x)(x^2+1)+r(x), then degr(x)1\deg r(x)\leq 1. So g(x)r(x)Ig(x)-r(x)\in I, therefore g(x)+I=r(x)+Ig(x)+I=r(x)+I.

f(x)=x2+xZ+1Z2[x]f(x)=x^2+xZ+1\in \mathbb Z_2[x] ahs no zero in Z2[x]\mathbb Z_2[x], so it is irreducible.

Let I=(x2+x+1) Z2[x]I=(x^2+x+1)\subset\ \mathbb Z_2[x] being the maximal ideal.

E=Z2[x]/IE=\mathbb Z_2[x]/I is a field. By the theorem belows, we have 44 cosets

  • 0+I0+I
  • 1+I1+I
  • x+Ix+I
  • (x+1)+I(x+1)+I

For higher degree polynomials, (x3)+I=1+I(x^3)+I=1+I, since x3=(x+1)(x2+x+1)+1=x3+1x^3=(x+1)(x^2+x+1)+1=x^3+1.

The additive group is Klein 4, the multiplicative (removing 0) is Z3\mathbb Z_3.

Theorem: Irreducible generates the factor ring

If f(x)F[x]f(x)\in F[x] is irreducible by element of F[x]/IF[x]/I can be written uniquely as g(x)+Ig(x)+I such that g=0g=0 or degg<degf\deg g<\deg f.

Proof

Existnce: By division algorithm, if p(x)+IF[x]/Ip(x)+I\in F[x]/I, then divide pp by ff: p(x)=f(x)q(x)+r(x)p(x)=f(x)q(x)+r(x), r=0r=0 or degr<degf\deg r<\deg f

Uniqueness: If g1(x)+I=g2(x)+Ig_1(x)+I=g_2(x)+I, with degg1,g2<degf\deg g_1,g_2<\deg f, or (g1(x)=0g_1(x)=0 or g2(x)=0g_2(x)=0), then g1(x)g2(x)Ig_1(x)-g_2(x)\in I, so f(x)g1(x)g2(x)f(x)|g_1(x)-g_2(x). g1(x)g2(x)g_1(x)-g_2(x) can only be zero.

So g1(x)=g2(x)g_1(x)=g_2(x).

Last updated on