Requirements on fields for determinants to bust dependence.

Being very much used to working on $\mathbb R^n$ $\mathbb C^n$ I just played around a bit with

$$M = \left[\begin{array}{cc} 2&1\\ 1&2 \end{array}\right]$$

If the elements are in "integers mod $3$" field, then $$\det(M) = 2\cdot 2-1\cdot 1=4-1=3\equiv 0 (\mod3)$$

Being so used to real matrices I would at first glance guess they were linearly independent. But if I double first column I actually get $[4,2]^T \equiv [1,2]^T (\text{mod } 3)$. So they actually are dependent anyway?

My real question is: will determinants being $0$ tell us linear dependence for all finite fields in the same way they do if we work over $\mathbb R$ or $\mathbb C$ or is there some special requirement on the field for determinants to bust dependence?


Solution 1:

In any field, the determinant is non-zero if and only if the matrix is invertible (which is true if and only if the columns are linearly independent).

One direction is obvious: if $A$ has determinant zero, then $\det(AB)$ will be zero for any matrix $B$, which means that there can be no "inverse" $B$. That is, we can't have $\det(AB) = \det(I) = 1$

For the other direction, it suffices to consider the formula $$ A \operatorname{adj}(A) = \det(A)I $$ because this formula holds over the integers and requires no division, it will also hold over any field. If $\det(A)$ is non-zero, then it has a multiplicative inverse, so we have $$ A \frac{\operatorname{adj}(A)}{\det(A)} = I $$ which means that $A$ has inverse $\frac{\operatorname{adj}(A)}{\det(A)}$.

Solution 2:

The determinant always gives dependence, yes. To see that, we have to notice that a linear dependence of the columns of a matrix $A$ is equivalent to a non-zero vector in the kernel of said matrix.

It is now not that hard to prove that a matrix has determinant zero if and only if it has non-zero elements in the kernel. If the determinant is non-zero, then the matrix is invertible (using its adjoint) and hence has no non-trivial kernel. If the determinant is zero, we use that over a field we have the reduced row echelon form, that then also has determinant zero. As this will be a triangular matrix, it is then easy to see that we have non-trivial elements in the kernel.

In fact, one can show for every commutative ring that the kernel of a matrix is trivial if and only if the determinant is neither zero nor a zero-divisor, but the proof gets more complicated as soon as we loose the integral domain (and thus the chance to work in the quotient field).