Let $A$ be an $n \times m$ matrix with each entry equal to $\pm1,0$ such that every column has exactly one $+1$ and exactly one $-1$. Which one of the following is true?
- $\text{rank}(A) \leq (n-1)$
- $\text{rank}(A) \leq m$
- $n\le m$
- $n-1\le m$
Show that 1. is the correct alternative.
The rank is the dimension of the image of $A$. You can verify, that the image lies in the orthogonal complement of $\mathrm{span}(\begin{pmatrix} 1 \\ \vdots \\ 1 \end{pmatrix})$, which has dimension $n-1$.