[Math] Irreducibility of polynomials in ring

abstract-algebrafield-theoryring-theory

In text book "A course in abstract algebra" by author Khanna & bhambri" it is given that,

f(x) = 2( x^2) + 2 is irreducible polynomial over Z.

Because they used the definition "let R be an Integral domain with unity then a polynomial f(x) in R[x] of positive degree (i.e. deg ≥ 1) is said to be irreducible polynomial over R if it can not be expressed as product of two polynomials of positive degree. In other words, if whenever f(x) = g(x)• h(x)
Then deg g = 0 or deg h = 0.

Here f(x) = 2(x^2) + 2 = 2(x^2 + 1)
Clearly deg g = deg(2) = 0.
So f(x) is irreducible polynomial over Z by above definition.

But in book "Contemporary abstract algebra" by "Joseph A. Gallian", they used the definition,

"Let D be an integral domain. A polynomial f(x) in D[x] that is neither a zero polynomial nor unit in D[x] is said to be irreducible over D if, whenever
f(x) = g(x) • h(x) with, g(x) & h(x) from D[x], then g(x) OR h(x) is unit in D[x]."

Now here f(x) = 2(x^2) + 2 = 2( x^2 + 1)

Clearly neither 2 nor x^2 + 1 in Z[x] are unit. So that f(x) is reducible by definition of book by "Joseph A. Gallian".

So one book says, it is irreducible over Z but other says it is reducible over Z.
Please suggest me which one I should prefer? .

Best Answer

To dramatize the flaw in the definition given in the text by "Khanna & Bhambri" (K &B), consider the polynomials $$x,\;2x,\;3x,\;6x$$ By K&B's definition, the above polynomials are all irreducible in $\mathbb{Z}[x]$. Moreover, since none of them is a unit factor times one of the others, they would be regarded as distinct irreducibles (i.e., none is an "associate" of any of the others).

But then the polynomial $6x^2$ factors in $\mathbb{Z}[x]$ in two different ways

$$6x^2 = (2x)(3x)\qquad\text{and}\qquad 6x^2 = (x)(6x)$$

as a product of irreducible elements, thus breaking "unique factorization".

As I mentioned in my prior comment, it appears that the K&B text (perhaps accidentally) conflated irreducibility in $\mathbb{Z}[x]$ with irreducibility in $\mathbb{Q}[x]$.

I would regard it as an error, and use the standard definition instead (e.g., Gallian's definition), but check to make sure your teacher agrees.

In any case, good catch!