Tuesday, October 8, 2019

linear algebra - How to prove textRank(AB)leqmin(textRank(A),textRank(B))?




How to prove Rank(AB)min(Rank(A),Rank(B))?


Answer




I used a way to prove this, which I thought may not be the most concise way but it feels very intuitive to me.
The matrix AB is actually a matrix that consist the linear combination of A with B the multipliers. So it looks like...
AB=[a1a2...an][b1b2...bn]=[Ab1Ab2...Abn]
Suppose if B is singular, then when B, being the multipliers of A, will naturally obtain another singular matrix of AB. Similarly, if B is non-singular, then AB will be non-singular. Therefore, the rank(AB)rank(B).




Then now if A is singular, then clearly, no matter what B is, the rank(AB)rank(A). The rank(AB) is immediately capped by the rank of A unless the the rank of B is even smaller.



Put these two ideas together, the rank of AB must have been capped the rank of A or B, which ever is smaller. Therefore, rank(AB)min(rank(A),rank(B)).



Hope this helps you!


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...