If $A \in M_n$, $A \succeq 0$ is positive semidefinite, and $a_{ii} a_{jj} = |a_{ij}|^2$, then why $A$ is a non-invertible matrix?
Thank you in advance
p.s.: this problem is in "Matrix Analysis" by Horn and Johnson, second edition (please see [7.1.P1] page 434).
Not true. $$ \det\pmatrix{1&1&-1\\ 1&1&1\\ -1&1&1}=-4. $$
Edit. Under the new assumption that $A$ is positive semidefinite, the problem statement is true. Note that the $2\times2$ principal submatrix $A(\{i,j\},\,\{i,j\})$ is singular. Therefore, there exists some nonzero vector $v\in\mathbb C^2$ such that $v^\ast A(\{i,j\},\,\{i,j\})v=0$. In turn, by embedding $v$ in a longer zero vector, there exists a nonzero vector $x$ such that $x^\ast Ax=0$. Hence $A$ is singular.