7

Can someone prove that two similar matrices have the same rank?

Thanks a lot.

ncmathsadist
  • 49,383
bob
  • 1,256

3 Answers3

3

Let $A$ be an $m\times n$ matrix.

Hint 1: If $G$ is an invertible $n\times n$ matrix, then $A$ and $AG$ have the same column space

Hint 2: If $F$ is an invertible $m\times m$ matrix, then $A$ and $FA$ have the same rank (because $F$ induces an isomorphism from the column space of $A$ to the column space of $FA$)

egreg
  • 238,574
3

Suppose that $A$ and $B$ are congruent, so $A=S^TBS$. Notice that since $S$ is invertible, so too is $S^T$.Since $S$ is invertible we know that $Im(B)=Im(BS)$. Hence we also have the rank of $B$ and the rank of $BS$ are the same.Likewise, since $S^T$ is invertible, we know that $Ker(S^T(BS))=Ker(BS)$. Applying the rank nullity theorem and the equality between images , we therefore have $rank(A)=rank(S^TBS)=n-dim(Ker(BS))=n-dim(Ker(B))=rank(B)$

3SAT
  • 7,512
  • I still have one question. Can you explain this a bit more please :" Since S is invertible we know that Im(B)=Im(BS)". Thanks

    – bob Jun 03 '15 at 20:41
  • 1
    Lemma: Suppose that $C$ and $D$ are matrices. Then $Im(CD)\subseteq Im(C)$ , withequality if $C$ is invertible. – 3SAT Jun 03 '15 at 20:53
3

Use $\text{rank}(AB) \le \text{rank}(A)$, and $\text{rank}(AB) \le \text{rank}(B)$.

user37238
  • 4,017