How to prove for any matrix $A \in \Bbb R^{n \times n}$, that the inequality $\det(AA^T) \ge 0$ is true?
How to prove the inequality $\det (AA^T) \ge 0$?
11.4k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail AtThere are 4 best solutions below
On
As has been remarked in other answers, the inequality becomes clear once the fact that ${\rm det}(A^{T}) = {\rm det}(A)$ is established (assuming also that ${\rm det}$ is known to be multiplicative). This is not immediately obvious ( at least by any proof known to me). Here is the (standard) proof using the definition of determinant in terms of signed products, with one term from each row and each column, in case you haven't seen it. So, if $A = [a_{ij}]$ is an $n \times n$ matrix, we have ${\rm det}(A) = \sum_{\tau \in S_{n}} {\rm sign}(\tau)\prod_{i=1}^{n}a_{i \tau(i)} = \sum_{\tau \in S_{n}} {\rm sign}(\tau ^{-1})\prod_{i=1}^{n}a_{\tau^{-1}(i)i}$ since $\tau$ is odd if and only if $\tau^{-1}$ is odd. Now $\tau^{-1}$ runs through $S_{n}$ exactly once as $\tau$ runs over $S_{n},$ so the last sum is $\sum_{\tau \in S_{n}} {\rm sign}(\tau)\prod_{i=1}^{n}a_{\tau(i) i}$,which is ${\rm det}(A^{T}).$
You need to know two properties of determinant:
Then the proof becomes easy.
$\det(AA^T)=\det(A)\det(A^T)=\det(A)^2 \geq 0$