[guided]We must show $\mathbb{F}_{p^n}/\mathbb{F}_p$ is Galois and identify its Galois group.
**Establishing the Galois property.** By the [Equivalent Characterisations of Galois Extensions](/theorems/3310), it suffices to show $\mathbb{F}_{p^n}/\mathbb{F}_p$ is both normal and separable.
Separability: the result [Finite Field Extensions Are Separable](/theorems/1268) states that every algebraic extension of a finite field is separable. The hypothesis is that the base field is finite, which $\mathbb{F}_p$ certainly is. The extension $\mathbb{F}_{p^n}/\mathbb{F}_p$ is finite, hence algebraic, so the theorem applies and $\mathbb{F}_{p^n}/\mathbb{F}_p$ is separable.
Normality: in Part 1 we showed $\mathbb{F}_{p^n}$ is the splitting field of $x^{p^n} - x$ over $\mathbb{F}_p$. By [Normal Equals Splitting Field](/theorems/1269), a finite extension is normal if and only if it is a splitting field of some polynomial. The condition is satisfied, so $\mathbb{F}_{p^n}/\mathbb{F}_p$ is normal.
The [Equivalent Characterisations of Galois Extensions](/theorems/3310) now gives $|\operatorname{Gal}(\mathbb{F}_{p^n}/\mathbb{F}_p)| = [\mathbb{F}_{p^n} : \mathbb{F}_p] = n$.
**Identifying the Galois group.** We claim $\operatorname{Gal}(\mathbb{F}_{p^n}/\mathbb{F}_p)$ is cyclic of order $n$, generated by the Frobenius map $\varphi_p: x \mapsto x^p$.
First, is $\varphi_p$ actually a field automorphism of $\mathbb{F}_{p^n}$? We need three properties:
1. **Ring homomorphism**: $\varphi_p(xy) = (xy)^p = x^p y^p$ (exponentiation distributes over multiplication). For addition, $\varphi_p(x + y) = (x + y)^p = x^p + y^p$. Why? Expanding by the binomial theorem, $(x+y)^p = \sum_{k=0}^p \binom{p}{k} x^k y^{p-k}$. For $0 < k < p$, $\binom{p}{k} = \frac{p!}{k!(p-k)!}$, and since $p$ is prime and $0 < k < p$, $p$ divides the numerator but not the denominator, so $p \mid \binom{p}{k}$. In characteristic $p$, these terms vanish.
2. **Injective**: if $\varphi_p(x) = 0$, then $x^p = 0$, so $x = 0$ (a field has no zero divisors). Hence $\ker \varphi_p = \{0\}$.
3. **Surjective**: an injective map from a finite set to itself is surjective.
Hence $\varphi_p$ is a field automorphism. Does it fix $\mathbb{F}_p$? For $a \in \mathbb{F}_p^\times$, $a^{p-1} = 1$ by [Lagrange's Theorem](/theorems/782) applied to $\mathbb{F}_p^\times$ (which has order $p - 1$), so $a^p = a$. And $0^p = 0$. Thus $\varphi_p$ fixes $\mathbb{F}_p$ pointwise, confirming $\varphi_p \in \operatorname{Gal}(\mathbb{F}_{p^n}/\mathbb{F}_p)$.
**Computing the order of $\varphi_p$.** The $k$-th iterate is $\varphi_p^k: x \mapsto x^{p^k}$. The condition $\varphi_p^k = \operatorname{id}$ means $x^{p^k} = x$ for every $x \in \mathbb{F}_{p^n}$. The polynomial $x^{p^k} - x$ has degree $p^k$ and therefore at most $p^k$ roots in any field. But $\mathbb{F}_{p^n}$ has $p^n$ elements that would all need to be roots. So we need $p^k \geq p^n$, i.e., $k \geq n$.
Conversely, when $k = n$: every element of $\mathbb{F}_{p^n}$ satisfies $x^{p^n} = x$ (since $\mathbb{F}_{p^n}$ is the root set of $x^{p^n} - x$), so $\varphi_p^n = \operatorname{id}$.
Therefore $\operatorname{ord}(\varphi_p) = n = |\operatorname{Gal}(\mathbb{F}_{p^n}/\mathbb{F}_p)|$. A cyclic subgroup $\langle \varphi_p \rangle$ of order $n$ inside a group of order $n$ must be the whole group:
\begin{align*}
\operatorname{Gal}(\mathbb{F}_{p^n}/\mathbb{F}_p) = \langle \varphi_p \rangle \cong \mathbb{Z}/n\mathbb{Z}.
\end{align*}[/guided]