[Math] A question about unitary matrix

block matriceslinear algebramatricesunitary-matrices

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.

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.

Related Question