Let a homogeneous system be given by:
$$\left(\begin{matrix} 0 & \pm1 & \pm1 & \ldots & \pm1 \\ \pm1 & 0 & \pm1 & \ldots & \pm1 \\ \pm1 & \pm1 & 0 & \ldots & \pm1 \\ &&\ldots \\ \pm1 & \pm1 & \pm1 & \ldots & 0 \\ \end{matrix}\right){\bf{x}}={\bf{0}}$$
Where this matrix is $n\times n$, where $n$ is odd, and the sum of each row is zero - that is, there are exactly $(n-1)/2$ ones, $(n-1)/2$ minus ones, and one zero in each row.
I wish to prove that the solution set is the set of vectors $\bf{x}$ with all elements of $\bf{x}$ being equal. Is there a nice matrix based way of proving this? I think this may be proved using induction, but a non-inductive method would be preferable.
We only have to show that the matrix (let's call it $M$) has rank $n-1$. Then the vectors with identical components are the only solutions, there cannot be any other solutions which are linearly independent of those. If we can show that one of the diagonal minors is invertible, we are done. We use the fact that the invertibility of $A$ in $\mathbb{Q}^{m\times m}$ follows from the invertibility of the matrix in $\mathbb{F}_2^{m\times m}$. (Assume that $A$ is singular in $\mathbb{Q}^{m\times m}$. Then there must be a vector $v\neq 0$ with integer elements such that $Av=0$. We can assume that there is at least one odd element in this vector, otherwise we could divide all elements by $2$. If we interpret the elements of this vector and the elements of $A$ as elements of $\mathbb{F}_2$, we have obviously found a non-trivial vector for which $Av=0$ in $\mathbb{F}_2^m$. Therefore $A$ is also singular in $\mathbb{F}_2^{m\times m}$) Now we only have to show that the diagonal minors are invertible in $\mathbb{F}_2^{(n-1)\times (n-1)}$ if $n$ is odd. This is easy, because they are all their own matrix inverse.