Polar decomposition, positive-definiteness

893 Views Asked by At

The polar decomposition says that any matrix $A$ can be decomposed as $A = WP$ where $W$ is unitary, and $P$ is positive-semidefinite.
In proving the existence of a polar decomposition, one uses the fact that $V\Sigma V^{*} $ obtained from the singular value decomposition of $A$ is positive-semidefinite. This also uses the fact that $\Sigma$ is positive-semidefinite.
However, $\Sigma$ is not even a square matrix, how can it be positive-semidefinite?

2

There are 2 best solutions below

0
On BEST ANSWER

A unitary matrix is square, by definition. A positive-definite matrix is Hermitian, so also square by definition.

Thus, one can talk about the polar decomposition only for square matrices. And then $\Sigma$ is square too.


If $A$ is any square matrix, it has a SVD $A=U\Sigma V^*$, where $U$ and $V$ are unitary. Then, setting $W=UV^*$ and $P=V\Sigma V^*$, we have that $A=WP$, $W$ is unitary, and $P$ is positive-semidefinite, because $\Sigma$ is diagonal with non negative entries by definition.

0
On

In the singular value decomposition, $\Sigma$ is not positive semi-definite as a matrix. It is positive semi-definite in the sense that its diagonal entries are real and non-negative.