How to prove that $x^n+x^{n-1} +⋯+x^2+x−1$ is irreducible over $\mathbb Q$?
Below I show you my (unsuccessful) attempt to prove it using Eisenstein's criterion when $n+1$ is a prime. First, observe
$$\frac{x^{n+1} - 2x + 1 }{ x-1} = x^n + x^{n-1} + \cdots + x^2 + x - 1.$$
Next, substitute $x+1$ for $x$, and obtain
$$ {\frac {(x+1)^{n+1}-2x - 1}{x}}=x^n + {\binom {n+1}{n}}x^{n-1}+\cdots +{\binom {n+1}{2}}x+ (n-1).$$
We need that all coefficients, except the coefficient of $x_n$, be divisible by $n+1$ and $(n+1)^2$ must not divide the constant coefficient $n-1$. But $n+1$ must divide the constant coefficient! And this is not the case...
How to proceed further? What to do in general case?