If you have an $m \times n$ matrix and the rows are linearly independent, are the columns linearly independent too?
I know that it's the case for $n \times n$ matrices.
I've yet tried to think about it, and I think the answer is yes, for example the matrix: $\begin{bmatrix} 1 & 2 & 3 \\ a & 2a & 3c \end{bmatrix}$ has linearly dependent rows and columns, but I'm not sure that it works for every $m \times n$ matrix.