I'm working through a proof on t-designs and I'm stuck at this part. Let $\mathbb{F}_{p^k}$ be a field of order $p^k$ with $p^k$ = $4n + 3$. Let $\alpha$ be the cyclic generator. Then the set of all the distinct even powers of alpha are $$S = \left \{ 1, \alpha^2, \alpha^4, \alpha^6, ....., \alpha^{p^{k} - 3} \right \}$$
If we have $S_m = \left \{S + m\right \}$ where $m$ is some element of ${F}_{p^k}$, how do we show that there are $p^k$ of these sets (that are distinct)? In other words for $m,n \in {F}_{p^k}$, with $m \neq n$, how do we show $S_m \neq S_n$?
My thoughts on it this far are that if $S_m = S_n$, then for each $\alpha^{2i} + m \in S_m$ there is an $\alpha^{2j} + n \in S_n$ equal to it.
So $\alpha^{2i} + m = \alpha^{2j} + n$ or
$\alpha^{2i} + (m - n) = \alpha^{2j}$ or
$\alpha^{2i} + d = \alpha^{2j}$ with $m - n = d$.
So for every element $\alpha^{2i} \in S$ then ${\alpha^{2i}} + d \in S$ as well.
So I wanted to show that $d=0$ is the only solution, but I'm not getting anywhere with that. If anyone could show why $d=0$ or another way of proving why $S_m \neq S_n$, it would be much appreciated.