Let $p$ be an odd prime number and $n$ be a positive integer. Use the binomial theorem to show that $(1+p)^{p^{n-1}} \equiv 1 \mod p^n$ but $(1+p)^{p^{n-2}} \ne 1 \mod p^n$ Deduce that $(1+p)$ is an element with order $p^{n-1}$ of the multiplicative group $(\mathbb{Z}/p^n\mathbb{Z})^{\times}$
I started with $\sum_{k=0}^{p^{n-1}} {p^{n-1} \choose k} 1^k p^{p^{n-1}-k}$
Writing out terms looks like $(1)p^{p^{n-1}-0} + (1)p^{p^{n-1}-1} + (1)p^{p^{n-1}-2} + ... + (1)p^{p^{n-1} - p^{n-1}}$ is this the correct way to write this sum?
$p^{p^{n-1}} + p^{p^{n-1}}p^{-1} + p^{p^{n-1}}p^{-2} + ... + p^{p^{n-1}}p^{-p^{n-1}}$ reduces to $p^{p^{n-1}}(p^{-1} + p^{-2} + ... + p^{-p^{n-1}})$ somehow evaluates to $1 \mod p^n$
Any help appreciated, thanks!
$$\sum_{k=0}^{p^{n-1}} {p^{n-1} \choose k}p^{k}={p^{n-1} \choose 1}p^0+{p^{n-1} \choose 2}p^1+\cdots+{p^{n-1} \choose p^{n-1}}p^{p^{n-1}}$$
– pancini Jul 11 '16 at 17:47