A question about unitary matrix

1.1k Views Asked by At

We know that a complex square matrix $V$ is unitary if

\begin{eqnarray} VV^{*} = V^{*} V = I \end{eqnarray}

I want to write matrix $V$ into block matrix form, say $V = [V_1, V_2]$. My question is whether matrix $V_1$ and $V_2$ will also satisfy the same unitary condition mentioned above?

Thank you very much for your help.

2

There are 2 best solutions below

1
On BEST ANSWER

I am supposing that by "block form" you mean "block diagonal form", with diagonal square blocks $V_1,V_2$, and off-diagonal blocks $0$ that you forgot to write. Otherwise your question does not seem to make sense.

Although you have difficulty explaining what you want to allow doing with the matrix, I think what you want to allow is some form of change of basis. An arbitrary change of basis will possibly destroy the unitary property. However a unitary change of basis (conjugating by a unitary basis, which means changing from the standard basis to another orthonormal basis) will preserve the unitary property. This is easy to see, since unitary matrices form a group, so even an isolated left or right multiplication will preserve the unitary property (such isolated operation are not what you want to allow, since they do not correspond to a change of basis; however conjugation is made up of two such multiplications).

The question arise whether unitary conjugation suffices to bring you unitary matrix into block form. This is the case, and even more: unitary conjugation suffices to completely diagonalise your matrix, which is certainly block-diagonal.

3
On

Certainly not. The size of $V_iV_i^\ast$ is larger than the size of $V_i^\ast V_i$, so the two matrix products cannot compare in the first place. And $V_iV_i^\ast$ is bound to have deficient rank, so it cannot be equal to $I$. Yet you do have $V_i^\ast V_i=I$ because the columns of $V$ are orthonormal.