- #1
jumbogala
- 423
- 4
Homework Statement
A is a mxn matrix, and P is an invertible nxn matrix.
So I want to prove that the bases of null(A) and null(AP) have the same number of elements.
Homework Equations
The Attempt at a Solution
I was going to start off by assuming that {X1, X2, ... Xm} is a basis of null(A). This is my first issue. Can I really just assume that?
So AXi = 0, following the definition of null space. Then V-1Xi is in null(AV), since AV(V-1Xi) = 0. Somehow I need to get from that to the fact that {V-1X1, V-1X2, ... V-1Xm} is independent. But how?
I can prove that {V-1X1, V-1X2, ... V-1Xm} spans null(A), I just need to know that it's independent for it to be a basis. And if it is, then it has m elements and so does null(A)'s basis.