I want to prove that $f(x)=1+x+x^2+ \dots +x^6 $ is irreducible over $\mathbb{Q}[x]$.
My approach, by contradiction:
First, I define $\alpha = \dfrac{m}{n}$ could be a rational root of $f$. Now, if this is satisfied, I observed that $m|1$ and $n|1$. In consecquence, $m= \pm 1$ and $n = \pm 1$. Thus, the possible rational roots of $f$ are $\alpha = \dfrac{m}{n} = \pm 1$.
Nonetheless, $$ f(-1)= 1 \not=0 \quad \text{and} \quad f(1) = 7 \not=0$$ So $f$ does not have rational roots over.
Later on, $x^7-1 = (x-1)(x^6+x^5+\dots+1)$ which means that $f$ roots are the same as $(x^7-1)$. Also, by using binomial theorem, $(x-1)^7 = \sum_{i=0}^7 \binom{7}{i} x^i (-1)^{7-i} $ and I got stuck in here.
I appreciate any kind of help or hint. Thank you.