I am trying to show that if $p-1$ is not divisible by $5$ then $1$ is the only root in $f=x^5 -1 \in \mathbb{F}_p[x]$, where $p$ is a prime.
I can see that $f = (x-1)(x^4 + x^3 + x^2 + x + 1)$ so it suffices to show that if $p-1$ is not divisible by $5$ then $x^4 + x^3 + x^2 + x + 1 \in \mathbb{F}_p[x]$ has no roots.
I wanted to show that $x^4 + x^3 + x^2 + x + 1$ is irreducible when $p-1$ is not divisible by $5$ (if $p-1$ is divisible by $5$ then $x^4 + x^3 + x^2 + x + 1$ is not always irreducible, e.g. for $p=11$ then $x=3$ is a root), but got stuck. How can I proceed? Any hints are much appreciated.
Suppose $a\in \mathbb F_p$ is a root, then $a^5=1$. You also have $a^{p-1}=1$ in $\mathbb F_p$ and if $5$ and $p-1$ are coprime this implies $a=1$.