Let $F_n$ be a finite field of $n$ elements, where $n$ is a power of a prime.
Now, let $F_n^k$ be the set of all row vectors of length $k$ over $F_n$.
Is it true that the sum of all of the none zero vectors is equal to the zero vector?
I have experimented with small cases and this seems to be true, but I can’t prove the general result?
It is true. Suppose $n$ is not a power of 2. There are $n$ possible first entries for a vector. Note, the sum of all $n$ elements in the finite field is $0$ when $n$ isn't a power of $2$. Further, for each choice of a first entry, except $0$, there are the same number of non-zero vectors with this first entry. Thus, the sum of all the non-zero vectors will have first entry equal to $0$. The same logic shows the other entries will also sum to $0$.
If $n$ is a power of $2$ and $k>1$, there will be $n^{k-1}$ vectors with a given non-zero first entry. This is because there are $n$ choices for every other entry. The result follows once one multiplies the first entry by $n^{k-1}$.
If $k=1$ and $n$ is a power of $2$, then the result doesn't hold.