tinytheorems - about groups - rings - modules - models atom/rss

Exploration 5: Irreducibility

.

Questions:


Recall that in a UFD, every element factors into a unique product of irreducible elements. For instance, in the ring of integers Z\ZZ, element uniquely factor into positive factors. In the polynomial ring R[x]R[x], elements uniquely factor into monic factors.

In an arbitrary UFD, there is no general way to identify such elements (like “positive” or “monic”), but we can do something else: call two elements associate (denoted aba\sim b) if they differ by a unit.

Theorem: Only the units are associate to 11.

If an element rr is associate to 11, it means r=1ur=1u for some unit uu, which implies rr is that unit.

Then instead of saying that a factorization is unique up to multiplication by units, we can equivalently say factorization is unique up to associates.

Here are some properties of associate elements:

Theorem: In an integral domain, two nonzero elements are associate iff each generates the other.

Corollary: In an integral domain, two nonzero elements are associate iff they divide each other.

This is because if two nonzero elements a,ba,b generate each other, then a=bxa=bx and b=ayb=ay implying aba\mid b and bab\mid a.

Theorem: In an integral domain, if aa divides bb, so do all the associates of aa.

Assume aba\mid b. If cc is an arbitrary associate of aa (cac\sim a), then a=uca=uc for some unit uu, thus: abucbuc=bd for some dc=b(u1d)cb\begin{aligned} a&\mid b\\ uc&\mid b\\ uc&=bd&\text{ for some }d\\ c&=b(u^{-1}d)\\ c&\mid b \end{aligned}

In this section, we define GCD and LCM and their implications for UFDs.

The greatest common divisor (GCD) of two elements gcd(a,b)\gcd(a,b) is a “greatest” element in the ring that divides both aa and bb, in the sense that any other divisor of both aa and bb divides a GCD.

Similarly, the least common multiple (LCM) of two elements lcm(a,b)\lcm(a,b) is a “least” element in the ring that is a multiple of both aa and bb, in the sense that a LCM divides any other multiple of both aa and bb.

Note that this notion of “least” and “greatest” rely on some divisibility partial order, which only exists in some rings. gcd(a,b)\gcd(a,b) is a greatest element among all divisors of both aa and bb, and lcm(a,b)\lcm(a,b) is a least element among all multiples of both aa and bb.

Also note that there can exist multiple GCDs and LCMs in a ring, a fact that we’ll deal with immediately:

Theorem: In an integral domain, GCD and LCM are uniquely determined up to associates, if they exist.
  • Recall that elements that divide each other are associate.
  • If there are two GCDs, then by definition they divide each other and are thus associates.
  • Similarly, if there are two LCMs, then by definition they are a multiple of each other, meaning they divide each other, and are thus associates.

The GCD is very powerful, as the rest of this exploration will demonstrate. But first we need this important property of the GCD:

Theorem: gcd(ca,cb)cgcd(a,b)\gcd(ca,cb)\sim c\cdot\gcd(a,b)
  • It is enough to prove that the two sides divide each other.
  • gcd(ca,cb)cgcd(a,b)\gcd(ca,cb)\mid c\cdot\gcd(a,b): any divisor of both aa and bb must divide gcd(a,b)\gcd(a,b), by definition of GCD. Multiplying by cc, any divisor of both caca and cbcb must divide cgcd(a,b)c\cdot\gcd(a,b). But gcd(ca,cb)\gcd(ca,cb) is such a divisor.
  • cgcd(a,b)gcd(ca,cb)c\cdot\gcd(a,b)\mid\gcd(ca,cb): since gcd(a,b)\gcd(a,b) divides both aa and bb, multiply by cc to find that cgcd(a,b)c\cdot\gcd(a,b) divides both caca and cbcb. Therefore it also divides their greatest common divisor, gcd(ca,cb)\gcd(ca,cb).

Using this we can prove that, in fact, the existence of GCDs in a factorization domain is equivalent to saying that every irreducible is prime.

Theorem: In a factorization domain, every irreducible is prime iff GCDs exist.
  • (\to)
    • Since every irreducible is prime in a factorization domain, it’s a UFD (proof) and therefore every element has a unique factorization into prime elements.
    • Then to get the GCD, you can just take the unique product of all the common factors of two elements, which means taking the minimum exponent of each common prime power factor.
    • (Note that you can similarly get the LCM by taking the unique product of all the common multiples of two elements, which means taking the maximum exponent of each common prime power factor.)
  • (\from)
    • Given irreducible pp, WTS it is prime.
    • If pabp\mid ab, then d=gcd(a,p)d=\gcd(a,p) is a divisor of pp.
    • Since pp is irreducible, either dpd\sim p or d1d\sim 1.
    • If dpd\sim p, we already know that dad\mid a by definition of GCD. Since associates of divisors are also divisors (proof), we have pap\mid a.
    • Otherwise, d1d\sim 1 means gcd(a,p)1\gcd(a,p)\sim 1. Multiply by bb on both sides to get gcd(a,p)bb\gcd(a,p)b\sim b. Then by the lemma, gcd(ab,pb)b\gcd(ab,pb)\sim b, and therefore abbab\mid b. Recalling that pabp\mid ab, this implies pbp\mid b.
    • So either pap\mid a or pbp\mid b, meaning irreducible pp is prime.

Corollary: A factorization domain is a UFD iff GCDs exist.

This is because a factorization domain is a UFD iff every irreducible is prime, which we just proved is equivalent to saying GCDs exist.

In this section, we introduce the Bézout identity relating GCDs to elements in the ring.

We know that fields and Euclidean domains permit division by some division algorithm. Observe that both also have GCDs:

r_field R  is a field r_ed R  is a Euclidean domain r_field->r_ed (proof) r_pid R  is a PID r_ed->r_pid (proof) r_ufd R  is a UFD r_pid->r_ufd (proof) r_gcd R  has GCDs r_ufd->r_gcd (proof)

The existence of GCDs in a Euclidean domain imply support for what is called the extended Euclidean algorithm in Euclidean domains. This algorithm calculates the GCD of some given ff and nonzero gg as a linear combination of ff and gg, resulting in the Bézout identity gcd(f,g)=af+bg\gcd(f,g)=af+bg.

Theorem: For every ff and nonzero gg in a Euclidean domain RR, their GCD can be expressed gcd(f,g)=af+bg\gcd(f,g)=af+bg for some a,bRa,b\in R.
  • If we divide some fRf\in R by some nonzero gRg\in R, we have f=gq1+r1f=gq_1+r_1 for some q1,r1F[x]q_1,r_1\in F[x] (where either r1=0r_1=0 or deg r1<deg g\deg r_1<\deg g.)
  • If r1=0r_1=0, we are done: then gcd(f,g)=f\gcd(f,g)=f and we have gcd(f,g)=1f+0g\gcd(f,g)=1f+0g.
  • Otherwise, dividing gg by r1r_1 gives g=r1q2+r2g=r_1q_2+r_2.
  • If r2=0r_2=0, we are done: then gcd(f,g)=r1\gcd(f,g)=r_1 and f=gq1+r1f=gq_1+r_1 implies gcd(f,g)=1fq1g\gcd(f,g)=1f-q_1g.
  • Otherwise, dividing r1r_1 by r2r_2 gives r1=r2q3+r3r_1=r_2q_3+r_3.
  • If r3=0r_3=0, we are done: then gcd(f,g)=r2\gcd(f,g)=r_2 and g=r1q2+r2g=r_1q_2+r_2 implies gcd(f,g)=gr1q2\gcd(f,g)=g-r_1q_2, which simplifies to gcd(f,g)=gr1q2=g(fgq1)q2 using f=gq1+r1=gfq2+gq1q2=(q2)f+(1+q1q2)g\begin{aligned} \gcd(f,g)&=g-r_1q_2\\ &=g-(f-gq_1)q_2&\text{ using }f=gq_1+r_1\\ &=g-fq_2+gq_1q_2\\ &=(-q_2)f+(1+q_1q_2)g\\ \end{aligned}
  • Otherwise, the idea is to continue doing this until you get rk=0r_k=0, thus gcd(f,g)=rk1\gcd(f,g)=r_{k-1} and you can backsubstitute each rir_i to express the GCD as a linear combination gcd(f,g)=af+bg\gcd(f,g)=af+bg for some a,ba,b.

Finally, two elements are coprime if their GCD is a unit, i.e. the GCD is associate to 11.

Corollary: If ff or gg are coprime in a Euclidean domain RR, 1=af+bg1=af+bg for some a,bRa,b\in R.

Coprime means the GCD is associate to 11, so gcd(f,g)=af+bg\gcd(f,g)=af+bg becomes 1=af+bg1=af+bg.

Corollary: If ff is prime, then for every nonzero gg, gcd(f,g)\gcd(f,g) must be either 11 or ff.

Since ff is prime, its only nonunit divisor is ff. Therefore gcd(f,g)=f\gcd(f,g)=f if fgf\mid g, and gcd(f,g)=1\gcd(f,g)=1 otherwise.

Theorem: In a PID, nonzero prime ideals (p)(p) are maximal.

(p)(p) (being a nonzero principal ideal) contains every element with a factor of pp, so any element rRr\in R outside of (p)(p) must be coprime to pp. Since adding any outside element rr to (p)(p) makes it equal to (p,r)=(gcd(p,r))=(1)=R(p,r)=(\gcd(p,r))=(1)=R, i.e. not a proper ideal anymore, (p)(p) must be maximal.

Theorem: Every quotient of a Euclidean domain RR by a prime ideal is a Euclidean domain.

Since Euclidean domains are PIDs, and nonzero prime ideals (p)(p) are maximal in PIDs, either (p)(p) is zero or a maximal ideal. If (p)(p) is zero then R/(p)RR/(p)\cong R results in the same ring, which is a Euclidean domain. If (p)(p) is maximal, then R/(p)R/(p) is a field and therefore a Euclidean domain.

In this section, we revisit the relationship between rings and polynomial rings defined over them.

We already have enough to prove an interesting fact about polynomial rings that are also PIDs:

Theorem: If R[x]R[x] is a PID, RR is a field.
rx_pid R [ x ] is PID rx_ufd R [ x ] is UFD rx_pid->rx_ufd all PIDs are UFDs rx_gcd R [ x ] has a GCD rx_ufd->rx_gcd all UFDs define a GCD x_prime x  is prime rx_gcd->x_prime every irreducible is prime iff GCDs exist x_maximal ( x ) is maximal x_prime->x_maximal primes generate maximal ideals in PIDs rxx_field R [ x ]/( x ) is field x_maximal->rxx_field quotient by maximal ideal is field r_field R  is field rxx_field->r_field (proof)

Corollary: If R[x]R[x] is a PID, then it is also a Euclidean domain.

Now just like we did in rings in general, we call a non-constant polynomial fR[x]f\in R[x] irreducible if it can’t be factored into two non-units. However, there are a number of facts about polynomials that help us determine whether a polynomial is irreducible.

First, since xx has no inverse, the units in a polynomial ring can only be the units in RR as constant (deg 0\deg 0) polynomials.

Second, the inability to factor into two non-units is a hard property to prove in general, but there is a shortcut for polynomial rings:

Theorem: For polynomials with degree 2\ge 2, irreducibility implies having no roots.

According to the factor theorem, having a root aa means f=(xa)qf=(x-a)q, where deg q\deg q is at least 11 since deg f\deg f is at least 22. But that means you just factored into two non-unit factors (xa)(x-a) and qq, meaning that ff is reducible.

This means saying a polynomial is irreducible is one way to say it has no roots. Take the contrapositive, and you get a way to check irreducibility: if a polynomial has roots, then the polynomial is reducible.

The converse is not true in general, but it is true for degree 22 and 33 polynomials:

Theorem: For degree 2,32,3 polynomials, having no roots implies irreducibility.

When we factor a polynomial ff into a product abab, we have f=abf=ab implies deg f=deg a+deg b\deg f=\deg a+\deg b. If deg f\deg f is 22 or 33 and has no roots (i.e. linear (deg 1\deg 1) factors, by the factor theorem), necessarily one of deg a\deg a and deg b\deg b must be 00, meaning ff is irreducible.

Otherwise, determining irreducibility in polynomial rings R[x]R[x] can be largely reduced to finding roots. For instance, x2+1x^2+1 has no roots in R\RR but does in C\CC, so it’s irreducible in R[x]\RR[x] but reducible in C[x]\CC[x].

If we’re in Q[x]\QQ[x] or Z[x]\ZZ[x] we could think about using the Rational Roots Theorem to classify all the rational roots of the polynomial. However, finding these roots is also an enumerative task, and we’d like to avoid that.

There is a theorem that leads to fast irreducibility checking for polynomials in Z[x]\ZZ[x], and it relies on the reduction homomorphism, which applies mod p\bmod~p (pp prime) to coefficients of an integer polynomial fZ[x]f\in\ZZ[x]. This gives you the reduction of ff modulo pp, written fˉ\bar{f}. (Formally: ffˉ=iaixiaˉixi:Z[x]Zp[x]f\mapsto\bar{f}=\sum_i a_ix^i\mapsto\sum\bar{a}_ix^i:\ZZ[x]\to\ZZ_p[x].)

Modular Irreducibility Test: For a nonzero polynomial fZ[x]f\in\ZZ[x], suppose there is a prime pp where

  1. pp doesn’t divide the leading coefficient of ff
  2. reduction fˉ mod p\bar{f}\mod p is irreducible in Zp[x]\ZZ_p[x].
Then ff is irreducible in Q[x]\QQ[x].
  • Towards contradiction, assume ff is not irreducible in Q[x]\QQ[x]. Then there is a proper factorization f=ghf=gh, where deg g<deg f\deg g<\deg f.
  • We know that deg gˉdeg g\deg\bar{g}\le\deg g since it’s possible that the leading coefficient of gg gets mapped to 00, decreasing its degree. This isn’t possible for fˉ\bar{f} since it’s given that pp doesn’t divide the leading coefficient of ff. So overall, we have deg gˉdeg g<deg f=deg fˉ\deg\bar{g}\le\deg g<\deg f=\deg\bar{f}
  • Similarly for hh, deg hˉdeg h<deg f=deg fˉ\deg\bar{h}\le\deg h<\deg f=\deg\bar{f}
  • But since f=ghf=gh, we know fˉ=gˉhˉ\bar{f}=\bar{g}\bar{h} where deg gˉ<deg fˉ\deg\bar{g}<\deg\bar{f} and deg hˉ<deg hˉ\deg\bar{h}<\deg\bar{h}, implying there is a proper factorization for ff in Zp[x]\ZZ_p[x]. But this contradicts our second assumption.

Example: x3+4x2+6x+2x^3+4x^2+6x+2 is irreducible in Q[x]\QQ[x].

The rational roots theorem works, but reduction mod 3\bmod~3 is much easier. Reduction becomes x3+x2+2x^3+x^2+2 in Z3[x]\ZZ_3[x]. Trying each of x=0,1,2x=0,1,2 shows that this has no root, therefore irreducible, therefore the original polynomial is irreducible.

Example: x4+2x3+2x2x+1x^4+2x^3+2x^2-x+1 is irreducible in Q[x]\QQ[x].

Reduction mod 2\bmod~2 gives x4+x2+1x^4+x^2+1 in Z2[x]\ZZ_2[x]. Trying each of x=0,1x=0,1 shows that this has no root, so to be irreducible it must factor into two quadratics with no root. The only quadratic with no root in Z2[x]\ZZ_2[x] is x2+x+1x^2+x+1 (Example 5) so that must be the factor. But (x2+x+1)2=x4+2x3+3x2+2x+1(x^2+x+1)^2=x^4+2x^3+3x^2+2x+1 which is not ff. So there is no proper factorization of x4+x2+1x^4+x^2+1 in Z2[x]\ZZ_2[x], so x4+2x3+2x2x+1x^4+2x^3+2x^2-x+1 is irreducible in Q[x]\QQ[x].

In this section, we draw an equivalence between irreducibility in Z[x]\ZZ[x] and in Q[x]\QQ[x].

In Z[x]\ZZ[x], we can look at the GCD of every coefficient of a polynomial. For instance, if f=3x3+6x+9f=3x^3+6x+9, then let c(f)=gcd(3,6,9)=3c(f)=\gcd(3,6,9)=3. c(f)c(f) is the content of ff. In general, content is defined for any ring that defines a GCD, including UFDs.

Gauss’ Lemma: In a UFD, c(fg)c(f)c(g)c(fg)\sim c(f)c(g) for nonzero polynomials f,gf,g.
  • If aia_i and bjb_j are the coefficients of ff and gg respectively, then every coefficient of fgfg is some sum aibj\sum a_ib_j.
  • But c(fg)c(fg), being the GCD of every coefficient aibj\sum a_ib_j, contains exactly the irreducible factors common to all aibja_ib_j.
  • In a UFD, factorization is unique (up to associates), so containing all irreducible factors common to all aibja_ib_j implies containing all irreducible factors common to all aia_i (=c(f)=c(f)) along with all irreducible factors common to all bjb_j (=c(g)=c(g)).
  • This implies c(fg)c(fg) and c(f)c(g)c(f)c(g) have the same unique factorization up to associates, and are therefore associate.

If c(f)1c(f)\sim 1 (i.e. is a unit) then call ff a primitive polynomial.

Corollary: In a UFD, products of primitive polynomials are primitive.

Lemma: Any polynomial ring R[x]R[x] over a UFD RR is a UFD.
  • We need to prove that (1) the ACCP holds in R[x]R[x] and (2) all irreducible elements of R[x]R[x] are prime.
  • Since RR is a UFD, it satisfies ACCP, and therefore R[x]R[x] satisfies ACCP.
  • WTS irreducibles are primes. Say we have some irreducible pp. Then, note that the quotient R[x]/(p)R[x]/(p), polynomials where pp is sent to 00, is isomorphic to Rp[x]R_p[x], polynomials where coefficents are mod pp.
  • Then for every irreducible pRp\in R:
rufd R  is a UFD pr p  is prime in R rufd->pr in UFDs, all irreducibles are prime rpid R p  is an integral domain pr->rpid rings mod prime are integral domains rpxid R p [ x ] is an integral domain rpid->rpxid making a polynomial ring preserves integral domain property iso rxmodpid R [ x ]/(  p ) is an integral domain prx p  is prime in R [ x ] rxmodpid->prx rings mod prime are integral domains

Theorem: R[x]R[x] is a UFD iff RR is a UFD.
  • This requires proving the converse of the above: R[x]R[x] is a UFD implies RR is a UFD.
  • Take any constant polynomial cR[x]c\in R[x]. Since R[x]R[x] is a UFD, there is a unique factorization of cc into irreducibles in R[x]R[x]. Since for c=abc=ab we must have deg c=deg a+deg b\deg c=\deg a+\deg b, and deg c=0\deg c=0, the degree of every factor in the factorization of cc must be 00. This implies that any factorization of cc involves only constant polynomials R\in R, and therefore if it’s unique in R[x]R[x], it’s unique in RR.
  • Then we need only prove that the units of R[x]R[x] are the units of RR, and that the irreducibles in R[x]R[x] are also irreducible in RR.
    • If rR[x]r\in R[x] is a unit, then rr1=1rr^{-1}=1 by the same degree argument means both rr and r1r^{-1} must be constant polynomials, and therefore units in RR.
    • Any aRa\in R reducible in RR is reducible in R[x]R[x]. Taking the contrapositive, any aRa\in R irreducible in R[x]R[x] is irreducible in RR.
  • Therefore, the unique factorization of cc into irreducibles in R[x]R[x] (up to associates in R[x]R[x]) is also a unique factorization of cc into irreducibles in RR (up to associates in RR). Since this is true for every cRc\in R, RR is a UFD.

Now let’s get into irreducibility in Q\QQ and Z\ZZ.

Imagine taking all the nonzero non-units aa in an integral domain RR and making them units by adjoining all the elements a1a^{-1}. (You can’t do this when aa is a zero divisor, since you can’t invert zero, which is why we require an integral domain.) The result is a field, since every nonzero element is now a unit. We call this the field of fractions of RR. The representative example is that Q\QQ is isomorphic to the field of fractions of Z\ZZ.

Lemma: Taking the field of fractions preserves GCDs.
  • WTS if gcd(a,b)=c\gcd(a,b)=c in RR, then gcd(a1,b1)=c1\gcd(\frac{a}{1},\frac{b}{1})=\frac{c}{1} in FF.
  • Take any common divisor d/fd/f of a1,b1\frac{a}{1},\frac{b}{1} in FF. Since FF is a field, we can consider numerators and denominators separately. The numerators imply dad\mid a and dbd\mid b in RR, and since 11 has only the divisor 11, the denominators imply f=1f=1.
  • WTS d1\frac{d}{1} divides the GCD c1\frac{c}{1}. Since dd is a common divisor of a,ba,b in RR, and cc is the GCD of a,ba,b in RR, dd divides cc. But then d1\frac{d}{1} divides c1\frac{c}{1}. Therefore, c1\frac{c}{1} is also the GCD in FF.

Corollary: The content of polynomials in R[x]R[x] is the same as the content of polynomials in F[x]F[x], where FF is the field of fractions of RR. In particular, if a polynomial is primitive in R[x]R[x], then it is primitive in F[x]F[x].

Theorem: If FF is the field of fractions of the UFD RR, then the factorization for fR[x]f\in R[x] is the same as its factorization in F[x]F[x], but only when ff is primitive.
  • (\to) Let ff be a primitive polynomial in R[x]R[x]. By Gauss’ lemma, which states c(ab)c(a)c(b)c(ab)\sim c(a)c(b), any factors fif_i of ff are also primitive. Since primitive polynomials in R[x]R[x] are primitive in F[x]F[x], fif_i are primitive in F[x]F[x]. That means there are no factors to be pulled out of each fif_i in F[x]F[x], implying the two factorizations are the same (up to associates).
  • (\from) Let ff be a primitive polynomial in F[x]F[x]. Let f=abcdf=\frac{a}{b}\cdot\frac{c}{d} for a,b,c,dR[x]a,b,c,d\in R[x] where b,db,d are nonzero. Then bdf=acbdf=ac, and this equation should also hold true in R[x]R[x]. Since ff is primitive, acac is also primitive (by Gauss’ lemma), and therefore bdbd must be a unit. Therefore f=acf=ac, and the factorizations are the same (up to associates)

Corollary: Primitive polynomials are reducible in R[x]R[x] iff they are reducible in F[x]F[x], since they have the same factorization.

Corollary: Primitive polynomials are irreducible in R[x]R[x] iff they are irreducible in F[x]F[x].

Corollary: A primitive polynomial ff is irreducible in Z[x]\ZZ[x] iff ff is irreducible in Q[x]\QQ[x].

Recall that the representative example of fields of fractions is Q\QQ being the field of fractions of Z\ZZ.

This result leads to a very useful test for irreducibility in Q[x]\QQ[x].

Eisenstein Criterion: For a polynomial fZ[x]f\in\ZZ[x] of degree 1\ge 1, suppose there is a prime pp where

  1. pp divides all coefficients of ff, except
  2. pp does not divide the leading coefficient, and
  3. p2p^2 does not divide the constant coefficient.
Then ff is irreducible in Q[x]\QQ[x].
  • First, we prove that if pp divides all coefficients of fZ[x]f\in\ZZ[x] except the leading coefficient, then ff being reducible in Z[x]\ZZ[x] implies p2p^2 must divide the constant coefficient.
    • If every coefficient of ff but the leading coefficient has a factor pp, then take the reduction mod pp to get fˉ=axnZp[x]\bar{f}=ax^n\in\ZZ_p[x].
    • Since ff is reducible in Z[x]\ZZ[x], it is reducible and therefore has a proper factorization in Zp[x]\ZZ_p[x].
    • pp is prime, so Zp[x]\ZZ_p[x] is a UFD. (proof) Then the unique proper factorization of axnax^n looks like axn=(bxi)(cxj)ax^n=(bx^i)(cx^j).
    • Since the factors bxi,cxjbx^i,cx^j are all zero in their non-leading coefficients, then back in Z[x]\ZZ[x] they both must have a factor pp in all non-leading coefficients.
    • But this implies that the constant coefficient of axn=(bxi)(cxj)ax^n=(bx^i)(cx^j) in Z[x]\ZZ_[x] has a factor p2p^2.
  • Take the contrapositive: if the constant coefficient has no factor p2p^2, then ff is irreducible in Z[x]\ZZ[x].
  • Then use Gauss’ Lemma: ff irreducible over Z[x]\ZZ[x] iff ff irreducible over Q[x]\QQ[x].

Corollary: f(x)f(x) is irreducible if f(x+a)f(x+a) is irreducible.
  • This shift is an automorphism on R[x]R[x], therefore it preserves irreducibility.
  • Combine with Eisenstein to show that if the criterion holds after a shift, the original polynomial is irreducible.
  • TODO explain this better

Corollary: xn±px^n\pm p (for any n1n\ge 1 and prime pp) is always irreducible by Eisenstein.

Here are a couple of examples of applying the Eisenstein criterion on various polynomials.

Example: 2x5+27x318x+122x^5+27x^3-18x+12 is irreducible in Q[x]\QQ[x]

Eisenstein criterion with p=3p=3.

Example: Q[x]\QQ[x] contains an irreducible polynomial of every degree n1n\ge 1.

This polynomial is xn2x^n-2, which is irreducible by the Eisenstein criterion with p=2p=2.

Example: For a prime pp, xn±px^n\pm p is always irreducible, except in characteristic pp.

Eisenstein Criterion: For a polynomial fZ[x]f\in\ZZ[x] of degree 1\ge 1, suppose there is a prime pp where

  1. pp divides all coefficients of ff, except
  2. pp does not divide the leading coefficient, and
  3. p2p^2 does not divide the constant coefficient.

Then ff is irreducible in Q[x]\QQ[x].

TODO

Example: The ppth cyclotomic polynomial Φp=ixpi\Phi_p=\sum_ix^{p-i} is irreducible (for prime pp).

Replace xx with x+1x+1 and apply binomial theorem. TODO

TODO prove that every polynomial ring over any field has at least one nonconstant irreducible polynomial

Summary

In this exploration we touched on a number of ways to determine reducibility and irreducibility for polynomial rings. Here we introduce a grab-bag of methods:

Proving ff not irreducible:

Proving ff irreducible:

Both:

We end with a classification of polynomial rings as integral domains, based on all we’ve proved.

r_field R  is a field r_ed R  is a Euclidean domain r_field->r_ed (proof) rx_ed R [ x ] is a Euclidean domain r_field->rx_ed (proof) rx_pid R [ x ] is a PID r_field->rx_pid (proof) r_pid R  is a PID r_ed->r_pid (proof) r_ufd R  is a UFD r_pid->r_ufd (proof) r_fd R  is a factorization domain r_ufd->r_fd by definition rx_ufd R [ x ] is a UFD r_ufd->rx_ufd (proof) r_id R  is an integral domain r_fd->r_id by definition rx_id R [ x ] is an integral domain r_id->rx_id (proof) rx_field R [ x ] is a field rx_field->rx_ed (proof) rx_ed->rx_pid (proof) rx_pid->rx_ufd (proof) rx_fd R [ x ] is a factorization domain rx_ufd->rx_fd by definition rx_fd->rx_id by definition < Back to category Exploration 5: Irreducibility (permalink)
Exploration 4: Factorization Exploration 5.1: Norm