For invertible matrix $B$, does always apply $\operatorname{rank}(AC)=\operatorname{rank}(ABB^{\dagger}C)$?

48 Views Asked by At

For invertible complex matrix $B$, for $B^{\dagger}$ the Hermitian conjugate, does for all compatible complex matrices $A,C$ necessarily apply $\operatorname{rank}(AC)=\operatorname{rank}(ABB^{\dagger}C)$?

1

There are 1 best solutions below

0
On BEST ANSWER

Let $$A=\begin{pmatrix} 1 & 0 \\ 0 & 0 \\ \end{pmatrix} ;C= \begin{pmatrix} 0 & 0\\ 1 & 0\\ \end{pmatrix} ;B= \begin{pmatrix} i & 0\\ 1 & -i\\ \end{pmatrix}. $$ Then $$B^*=\begin{pmatrix} -i & 1 \\ 0 & i \\ \end{pmatrix} ;AC= \begin{pmatrix} 0 & 0\\ 0 & 0\\ \end{pmatrix} ;ABB^*C= \begin{pmatrix} i & 0\\ 0 & 0\\ \end{pmatrix}. $$

It is clear, that $rank(B)=2$ thus $B$ is invertible, but $0 = rank(AC) \ne rank(ABB^*C) = 1$, so we constructed a counterexample.