I would like to show that if $K$ is a field with $p^n$ elements then its characteristic has to be $p$, $p$ prime. I'm not sure where to start. It's clear to me that I can construct a field of order $p^n$ if I have a ring of characteristic $p$ by taking the ring of polynomials and quotienting it by an irreducible polynomial of degree $n$. But this doesn't help here.
Many thanks for your help!
First of all, thanks for your help. I used your helpful posts to come up with this:
claim: $|K|=p^n \Rightarrow char(K)=p$
proof:
Consider the additive group of $K$. Then $\forall g \in K: \hspace{2mm} |g| \Big | p^n$. In particular, $|1| \Big | p^n$. Now let $k$ be the smallest integer such that
$$ 0 = \sum_{i=1}^{p^k}1 = (1 + \dots + 1)\cdot \dots \cdot(1 + \dots +1) = \bar{p} \cdot \dots \cdot \bar{p}$$
$k$ times, where we define $\bar{p} = \sum_{i=1}^p1$. By definition, this is the characteristic of $K$. But if $$ 0 = \bar{p}^{k} = \bar{p}\bar{p}^{k-1}$$ then either $\bar{p} = 0$ or $\bar{p}^{k-1} = 0$. If $\bar{p} = 0$ then we're done since then the characteristic is $p$. If $\bar{p}^{k-1} = 0 = \bar{p}\bar{p}^{k-2}$ then we repeat the argument until we reach $\bar{p} = 0$ and hence $char(K) = p$.