[Math] Row reduced matrix $\Leftrightarrow$ vectors (rows) are linearly independent.

gaussian eliminationlinear algebramatricesvector-spaces

Let $A$, a row-reduced matrix (after applying Gaussian elimination). Show that all rows which are different from $V_0$ (zero vector), are linearly independent.

We learned this as sort of an axiom, but I am curios how to prove it.

Best Answer

Take the first row with a leading non-zero entry (say this entry is $a_1$), all entries in the column below it is zero, so that no linear combination of the rows below it can produce the entry $a_1$: \begin{equation}(a_1, \ldots, a_n)\neq x_1(0,\ldots,b_n)+x_2(0,\ldots,c_n)+\cdots.\end{equation}

So this establishes that row 1 is linearly independent from all other rows in $A$. Now simply repeat the same argument for row 2 together with the rows below it, and then for row 3, etc. for all non-zero rows.