Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

Motivated by this problem, and KCd's comment on my answer, I am left with the following question:

Question: Suppose that $n\not \equiv 2\pmod{3}$. Is $$x^n+x+1$$ irreducible over $\mathbb{Q}$?

I am not sure how to solve this, any thoughts are appreciated.

share|improve this question
This is clearly false, we have $x^{4}+x+1=(x+1) \left(x^3-x^2+x+1\right)$ – user32240 Dec 25 '12 at 6:53
1  
Your RHS is $x^4+2x+1$. I verified this for $n\leq 100$ in sage. – JSchlather Dec 25 '12 at 6:54
3  
@user32240 What you have is incorrect. $(-1)^4 + (-1) + 1 = 1$ – user17762 Dec 25 '12 at 6:55
I see. But I believe now I found one. – user32240 Dec 25 '12 at 6:56
2  
Sorry ignored the modulo condition given. – user32240 Dec 25 '12 at 6:58

1 Answer

up vote 12 down vote accepted

Yes, it is true. See the second claim of Theorem 1 on page 289.

share|improve this answer
1  
I found this by Googling "x^n+x+1 irreducible" which led me to this mathoverflow link. – alex.jordan Dec 25 '12 at 7:41
Very nice, thank you. – Eric Dec 25 '12 at 7:50
6  
+1. Improvement suggestion: Add the word "Yes" to the answer. – user3533 Dec 25 '12 at 9:21

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.