Prove that if A is an mxn matrix then there is an invertible
Prove that if A is an mxn matrix, then there is an invertible matrix c such that CA is in reduced row echelon form.
Solution
Let A be an m x n matrix with reduced row echelon form R.
Now we shall prove that there exists an invertible m x m matrix C with CA = R
We construct C out of the elementary matrices E1 ,. . . E k that reduce A to R via steps 1 through k, in that order. Then R = E k · · · E1A. If we set C = Ek · · · E1 , then C is the invertible matrix such that CA = R, and its inverse is C-1 = E1-1 · · · Ek-1.
