Is the polynomial $t^6-3$ irreducible over $\mathbb{Z}/7\mathbb{Z}$? How would you prove that without doing all the computations? Is there a general method for this? Thank you.
Asked
Active
Viewed 405 times
3
-
Use little Fermat's theorem: $x^{p-1}\equiv 1 \mod p$ when $p\nmid x$ – Diego Apr 29 '13 at 02:23
-
3I think that, using Little Fermat's Theorem, we can only prove that this polynomial has no roots in $\mathbb{Z}/7\mathbb{Z}$, but this doesn't show that it is irreducible, right? – Frank Zermelo Apr 29 '13 at 02:30
-
I am sorry, you are right. I got confused! – Diego Apr 29 '13 at 03:19
1 Answers
4
A general method is based on identifying the cardinality of the field containing any of the roots. In the case of finite fields the multiplicative order of an element determines the field the element generates. Remember that the non-zero elements of the field $\mathbb{F}_q$ of $q$ elements have order that divides $q-1$.
This suggests the following approach:
- Show that $3$ is of order six, i.e. a primitive element in the field $\mathbb{F}_7=\mathbb{Z}/7\mathbb{Z}$.
- Show that any root $z$ of the polynomial $x^6-3$ (residing in some extension field of $\mathbb{F}_7$) is of order $36$. That is, $z^{36}=1$, but no exponent smaller than $36$ will do. As usual (Lagrange's theorem) ruling out proper divisors of $36$ suffices (and is not too difficult given step 1).
- Show that $n=6$ is the smallest exponent with the property $7^n\equiv1\pmod{36}$.
- Show that any root $z$ of your polynomial belongs to the field $\mathbb{F}_{7^6}$ but doesn't belong to any smaller field.
- Conclude that the minimal polynomial of any root of your polynomial has degree six, and hence your polynomial is irreducible.

Jyrki Lahtonen
- 133,153
-
A catch in (a generalization of) step 2 is that it does not follow that the zeros of, for example, $x^5-3$ would all be of order 30. In fact one of the roots of that polynomial is of order 6, and thus that polynomial has a lineaar factor. Here the prime factors of 36 are already factors of 6, and things go smoothly. – Jyrki Lahtonen Apr 29 '13 at 05:41
-