Show $x-1$ is irreducible in $\mathbb{Z}_8[x]$

560 Views Asked by At

How can I show that the polynomial $x-1$ is irreducible in $\mathbb{Z}_8[x]$?

$\mathbb{Z}_8[x]$ is not an integral domain so we cannot use degree considerations. I have tried reducing the problem mod 2 to conclude a factorization of $x-1$ must be of form $(1+a_1x+a_2x^2+...+a_mx^m)(1+b_1x+b_2x^2+...+b_nx^n)$ where $a_i,b_i$ are even, except $b_1$ is odd. I also tried using induction on the degrees $m,n$ but to no avail.

Any help is appreciated!

EDIT: Upon trial and error I have discovered $(2x^2-x-1)(4x^2-2x+1)=x-1$ in $\mathbb{Z}_8[x]$, however this does not disprove anything because we do not know if the 2 polynomials on the left are units or not...

2

There are 2 best solutions below

2
On BEST ANSWER

Aha, together we have the necessary pieces! You've remarked (by looking modulo $2$) that any factorization of $x-1$ in $\Bbb Z_8[x]$ must look like $$ x-1 = (1-x+2f(x))(1+2g(x)). $$ However, $1+2g(x)$ is a unit, since its reciprocal is $1-2g(x)+4g(x)^2$. Therefore $x-1$ is indeed irreducible in $\Bbb Z_8[x]$.

2
On

First of all I have to admit that I don't know what's an irreducible polynomial over a non-integral domain.
But if I understand well the OP wants to show that $X-1$ can't be written as a product of two non-invertible polynomials (of degree at least one).
Suppose the contrary, and write $X-1=fg$ with $\deg f\ge1$, $\deg g\ge1$.
If we work over a ring $R$ having only one prime ideal $\mathfrak p$ (as it is $\mathbb Z/8\mathbb Z$), then we arrive to a contradiction immediately: in $R/\mathfrak p$ we have $X-\overline 1=\overline f\overline g$ hence $\deg\overline f=0$ and $\deg\overline g=1$ (or vice versa). Then all coefficients of $f$, excepting $f_0$, belong to $\mathfrak p$, so they are nilpotent. But obviously $f_0$ is invertible, so $f$ is invertible.

Remark. We showed that $X-1$ is "irreducible" over any commutative ring having only one prime ideal (in particular for $\mathbb Z/p^n\mathbb Z$ with $p$ prime, $n\ge1$). One can't generalize this to commutative rings with at least two prime ideals: in $(\mathbb Z/6\mathbb Z)[X]$ we can write $X-1=(3X-1)(2X+1)$.