I have a polynomial $f(x) =x^6+2x^3-1$ in $\Bbb Q[x]$ I want to check that if this is reducible over $\Bbb Q[x]$. There is classical and long way of checking that by assuming it is factorizable and trying to factorize our polynomial with the degree 1,2,3 monic polynomials in $\Bbb Z[x]$ with constant terms divides -1. But I tried to sending my polynomial to $\Bbb {F_3}[x]$ and tried to show it is not factorizable over that field. Now $f(x)=x^6+2x^3+2$ and apply Eisenstein's criterion. The thing is we need to find a "prime" number to apply Eisenstein but in fields there is no such thing called prime number. But when thinking factorization of 2 I got stuck since 2 is only generator of $\Bbb {F_3^*}$, it can be only written as $2=2 \times 1$ it seems very prime to me. Because of this applying Eisenstein's criterion seems not that wrong to me. I want to know how wrong this prove is can you guide me?
Asked
Active
Viewed 89 times
1
-
2There is no Eisenstein criterion over fields. (since there are no primes, as you said correctly) – Mark Dec 18 '23 at 22:43
-
2If you call $y=x^3$ you can find the complex roots explicitely and see if it is factorizable over the rationals – Marco Dec 18 '23 at 22:50
-
1I find $x= \zeta_3^n \sqrt[3]{-1\pm \sqrt{2}}$ where $\zeta_3$ is third root of unity and n ranges 0 to 2 and they are all distinct roots of the polynomial. Since they are root of the polynomial some of them must also root of $g(x)$ where $f(x)=g(x)h(x)$. So the rest can be handle with ease thanks to third root of unity term in roots. Also beginning of this question was to find minimal polynomial of $\sqrt[3]{-1+\sqrt{2}}$. – sknasmd Dec 18 '23 at 23:14
-
2Hint: Modulo $7$ it factors as $(x^3-2)(x^3-3)$ and modulo $3$ (by Freshman's dream) as $(x^2+2x-1)^3$. Check that the above factors are irreducible modulo the respective primes. Putting all that data together, what can you deduce about the putative factors in $\Bbb{Z}[x]$? – Jyrki Lahtonen Dec 19 '23 at 08:26
-
I had a recollection of working out a case of a polynomial with all the terms of degrees a multiple of three only. It was a degree nine polynomial. Don't know if that is relevant to you, as the calculations are very specific to that polynomial. Linking it anyway, because this reminded me of that earlier example. – Jyrki Lahtonen Dec 19 '23 at 09:41
-
1I wasn't familiar with the hint you gave me but after doing some googling, as I understand it is enough to show that if a polynomial $f(x)$ factorizable in $\Bbb F_p[x]$ as $f(x) = g_1(x)h_1(x)$ where $g_1(x)$ and $h_1(x)$ are irreducible in $\Bbb F_p[x]$, and there also exists a factorization in $\Bbb F_q[x]$ namely $f(x) = g_2(x)h_2(x)$, we should compare degrees of $g_1(x),g_2(x),h_1(x),h_2(x)$ if they don't correspond same integer partition of $deg(f(x))$ we say $f(x)$ is irreducible in $\Bbb Z[x]$ hence in $\Bbb Q[x]$. Is that correct? – sknasmd Dec 19 '23 at 10:27
-
2@sknasmd: yes that's the idea. If the polynomial is reducible over $\mathbb{Z} [x] $ then applying modulo prime $p$ there should be similar (as far as degrees of factors) factorization in $\mathbb{F} _p[x] $. – Paramanand Singh Dec 19 '23 at 10:32
-
1Yes, that was the idea. If $f(x)=g(x)h(x)$ in $\Bbb{Z}[x]$, all the factors monic, then modulo $p$ we have $\overline{f}(x)=\overline{g}(x)\overline{h}(x)$ with $\deg g=\deg \overline{g}$ et cetera. The first factorization (if you can show that the cubics are irreducible) shows that we must have $3\mid \deg g$. Similarly the second implies that $2\mid \deg g$, and these are incompatible, so no proper factorization can exist. – Jyrki Lahtonen Dec 19 '23 at 14:07
1 Answers
3
Collecting a few sporadic thoughts on the theme of the question.
- As others explained, Eisenstein's criterion cannot be used after you move away from a coefficient ring that is a PID. Here you replaced $\Bbb{Z}$ with $\Bbb{F}_3$ by applying the reduction modulo three -homomorphism. But in $\Bbb{F}_3$ there are no primes, which ruins Eisenstein based ideas. Even if we could call $2$ a prime, the divisibility will never work that way. In $\Bbb{F}_3$ everything is divisible by $2$, and consequently also by $2^2$. Here $2=2^3$ by Little Fermat, so $2^2\mid 2$, and that second assumption in Eisenstein fails. But, really, we fell totally outside the scope of Eisenstein by moving to $\Bbb{F}_3$. Check out Wikipedia on Eisenstein's criterion for a most general setting, where Eisenstein can be applied.
- Reduction modulo various primes is still a very useful tool in studying irreducibility of polynomials in $\Bbb{Z}[x]$. Which is good here, because Gauss's lemma and friends explain why irreducibility over $\Bbb{Q}$ is reduced to irreducibility over $\Bbb{Z}$. As the polynomial $f(x)$ is monic, in any factorization $f(x)=g(x)h(x)$, $g,h\in\Bbb{Z}[x]$, we can always arrange the putative factors $g$ and $h$ to be monic also (the product of their leading coefficients is $=1$, so those coefficients both need to equal to $\pm1$, and we can adjust their signs if necessary). This has the important consequence that irrespective of the choice of a prime number $p$, reduction modulo $p$ gives us a factorization $$ \overline{f}(x)=\overline{g}(x)\overline{h}(x) $$ in $\Bbb{F}_p[x]$ with $\deg g=\deg \overline{g}$ and $\deg h=\deg\overline{h}$.
- At this point the game becomes one of finding suitable primes $p$ allowing us to conclude. WARNING: This is not a universal tool, there are polynomials irreducible over $\Bbb{Q}$ such that we can never deduce the irreducibility from modular data (in a way that I explain below). A well known example is $x^4+1$.
- Let's work on the case of $f(x)=x^6+2x^3-1$. Assume contrariwise that it factors in $\Bbb{Z}[x]$ non-trivially as $f=gh$. In this case an obvious prime to use $p=3$ because by Freshman's dream in $\Bbb{F}_3[x]$ it factors like $$\overline{f}(x)=(x^2+2x-1)^3.$$ The quadratic here is irreducible in $\Bbb{F}_3[x]$ because it has no zeros (hence no linear factors) in $\Bbb{F}_3$, and this suffices for polynomials of degree $\le3$. By uniqueness of factorization in $\Bbb{F}_3[x]$ we can conclude that we must have $\overline{g}(x)=(x^2+2x-1)^k$ with $k=1$ or $2$. Therefore we must have $\deg g=\deg\overline{g}\in\{2,4\}$.
- It is possible to show that with the choice $p=5$ the resulting polynomial $\overline{f}$ actually is irreducible in $\Bbb{F}_5[x]$. The algorithm for checking this is not very complicated, but it needs a bit more theory, and is a bit taxing to carry out in an exam setting when you are pressed for time. Let's try something else. Staring at $f(x)$ long and hard we see that if $p$ is a prime such that $x^2+2x-1=(x-\alpha)(x-\beta)$ in the ring $\Bbb{F}_p[x]$, then we also have $$\overline{f}(x)=(x^3-\alpha)(x^3-\beta).$$ It would be grand, if we could further show that (with an intelligent choice of $p$), the polynomials $x^3-\alpha$ and $x^3-\beta$ are both irreducible in $\Bbb{F}_p[x]$. Should that be the case we could then conclude that we must have $\deg\overline{g}=3$, contradicting the conclusion in item 4, and hence arriving at the desired conclusion. How to find a suitable prime $p$? A guiding point is that unless $p\equiv1\pmod3$, a polynomial of the form $x^3-\alpha\in\Bbb{F}_p[x]$ cannot be irreducible! This is because $3\nmid p-1$, implying that cubing is a bijection from $\Bbb{F}_p$ to itself, and hence such a polynomial will always have a zero in $\Bbb{F}_p$. So the smallest possibility is $p=7$. Our luck is in, as modulo $7$ we have $$x^2+2x-1=x^2-5x+6=(x-2)(x-3).$$ Furthermore, we easily verify that the only cubes in $\Bbb{F}_7$ are $0$ and $\pm1$. Thus $x^3-2$ as well as $x^3-3$ are irreducible in $\Bbb{F}_7[x]$, the idea works, and we are done.
So not much to it. All of the above has been explained on the site many times over, but not all of it in the same thread (if you find a suitable duplicate target, I'm all ears). Usually the choice of primes $p$ is left to sequential checking and/or glossed over. Here the argument from item 5 fit like a glove, so I wanted to include it.

Jyrki Lahtonen
- 133,153
-
To an uncomfortable degree I posted this answer only to prove that I can be a good boy for the purposes of this discussion. – Jyrki Lahtonen Dec 22 '23 at 08:44
-