2

Is it possible to give an intuitive/elementary proof of the theorem that says that the row rank of a (finite-dimensional) square matrix matrix equals its column rank?

kjo
  • 14,334
  • 3
    Here are two: http://en.wikipedia.org/wiki/Rank_(linear_algebra)#Proofs_that_column_rank_.3D_row_rank – vadim123 May 06 '13 at 13:44
  • 1
    The right understanding, I think, is what's in the second proof at the link @vadim123 provided. The point is that multiplying by the matrix $A$ (applying the linear map) gives a one-to-one correspondence between the row space of $A$ and the column space of $A$. – Ted Shifrin May 06 '13 at 14:42

1 Answers1

1

Let $\mathbb F$ be a field and let $T: \mathbb F^n \to \mathbb F^m$ be a linear transformation. Then there exists an $m$ by $n$ matrix $A$ such that $T(x)=Ax.$ Let $A_i \text{ (where }i = 1,...,n)$ be the $i$th column of $A$. Then

$T(x)=A_1x_1+A_2x_2+....+A_nx_n$, so that $\text{rank}(T) = $ dimension of the subspace spanned by the columns of $A$. On the other hand,$\text{rank}(T)+\text{null}(T)=n$ since $T$ is a linear transformation from $\mathbb F^n$ to $\mathbb F^m$.

By definition, the $\text{null}(T)$ is the dimension of the nullspace of $T$, where the nullspace of $T$ is $\{x \in \mathbb F^n : Ax=0\}$. Thus $\text{null}(T)= n- \text{dimension of row space of A}$. By rank nullity theorem, we thus have $\text{column space of A} + n - \text{row space of }A = n$. Thus, dimension of the column space of $A$ is equal to the dimension of the row space of $A$.

Somaye
  • 2,730