Let $p$ be a prime.
a) Show that $f$ has no roots in $\Bbb{F}_p$.
Let $F^*$ be the multiplicative group of $\Bbb{F}_p$. Then, by lagrange's thoerem for all nonzero $\alpha \in \Bbb{F}_p$, $\alpha^{p-1} = 1 \implies \alpha^p=\alpha \implies \alpha^p-\alpha=0$. Of course $0^p=0$, so this is true for all elements of $F$ and not just the nonzero ones. But then $\alpha^p - \alpha - 1 = -1$ for all $\alpha \in \Bbb{F}_p$ and so it must have no roots in $\Bbb{F}_p$. I could have also done this using the Frobenius automorphism, right?
b) Let $\alpha$ be a root of $f$ (in some algebraic closure of $\Bbb{F}_p$). Show that $\alpha + s$ is also a root for all $s \in \Bbb{F}_p$.
Let $\alpha^p - \alpha -1 =0$. Let $E$ be an algebraic closure of $\Bbb{F}_p$. Since $E$ has characteristic $p$, $(\alpha + s)^p = \alpha^p + s^p$. So we have,
$$(\alpha + s)^p - (\alpha + s) -1 = \alpha^p + s^p - \alpha -s -1 = s^p - s = 0.$$
c) Conclude that $f$ is irreducible over $\Bbb{F}_p$, for every $p$.
By b) and the fact that $\Bbb{F}_p$ has $p$ distinct elements, we know that the roots of $f$ are $\alpha, \alpha+1, ... , \alpha + p-1$. So if $K$ is a splitting field, we have $$x^p - x -1 = (x-\alpha)(x-(\alpha+1))...(x-(\alpha+p-1)).$$
Now let's assume that $f$ is reducible over $\Bbb{F}_p$. Then $f=gh$ for some $g$ and $h$ with degrees less than that of $f$. So $g$ and $h$ must be of the form $(x-(\alpha+s_1))...(x-(\alpha+s_k))$ where k is less than n. Let's say that g has degree 2, because the other cases are similar.
So $g =(x-(\alpha + s_i))(x-(\alpha + s_j))$ and the constant term for $g$ is,
$$(\alpha + s_i)(\alpha + s_j) = \alpha^2 + s_is_j\alpha + s_is_j.$$
Since $\Bbb{F}_p$ is a field, if $\alpha s_is_j$ is an element of $\Bbb{F}_p$ , then so is $((\frac{1}{s_is_j})(\alpha s_is_j) = \alpha$, a contradiction.
We can show by induction that if we multiply $(x-(\alpha+s_1))...(x-(\alpha+s_k)$, we get a term that looks like $s_1s_2...s_k\alpha$. So this is also true for $k>2$.
Do you think that my answer is correct?
Thank you in advance