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?
2026-03-25 19:01:10.1774465270
Polar decomposition, positive-definiteness
893 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
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.