1

I am having some troubles understanding the proof for a statement. The question is:

Suppose R is the polynomial ring $\mathbb{Z}_2[x]$. Let $(x^4+x+1)$, I, be the principal ideal of this ring. Therefore, the quotient ring $\frac{\mathbb{Z}_2[x]}{I}$, F, is a field as $x^4+x+1$ is irreducible.

Then, the question asks to prove that:

every quadratic polynomial over $\mathbb{Z}_2[x]$ has a root in F.

It is easy to prove for reducible quadratic polynomial because they have roots $I+0$ or $I+1$. So, what we only need to consider is the polynomial $x^2+x+1$, which is irreducible over $\mathbb{Z}_2[x]$.

The proof directly says that $I+x^5 \in F$ is such a root of $x^2+x+1$. It is not clear for me why $I+x^{10}+x^5+1 = I$ in this case. This is confusing for me. Please give me some help on this part, thanks!

Plus, the proof before states that ''if $\alpha \in F$, then $\alpha^{15}=1$'', which I understand but don't know how to use.

1 Answers1

1

In the following GF(q) indicates the unique finite field or order q.

Use degrees and the uniqueness of finite fields of a given order. Since $x^4+x+1$ is irreducible, $GF(2)[x]/I$ has degree 4 over $GF(2)$ and thus has order $2^4=16$, and so is $GF(16)$. Irreducible quadratic polynomials over $GF(2)$ split in a degree 2 extension, which has order $2^2=4$ and thus is $GF(4)$. By uniqueness of Galois fields, any degree 2 extension of $GF(4)$ must be $GF(16)$ since $4^2=16$. Thus $GF(4) \subset GF(16)=F$ and any quadratic over $GF(2)$ splits over $GF(4)$, so we are done.

$a^{15}=1$ for all $a\in F$ since the multiplicative group of $F$ has order $16-1=15$

C Monsour
  • 8,228