Given a matrix $G$, let its singular value decomposition be
$$G = Y \Sigma U^H$$
In the Hermitian matrix $G^H = U \Sigma Y^H$, why doesn't $\Sigma ^H$ appear instead of $\Sigma$?
If $G$ is a complex matrix, its singular values should be complex. Or am I wrong?