Subsection 5.4.1 Hermitian Positive Definite matrices
ΒΆHermitian Positive Definite (HPD) are a special class of matrices that are frequently encountered in practice. A matrix \(A \in \C^{n \times n} \) is Hermitian positive definite (HPD) if and only if it is Hermitian (\(A^H = A\)) and for all nonzero vectors \(x \in \C^n \) it is the case that \(x ^H A x \gt 0 \text{.}\) If in addition \(A \in \R^{n \times n} \) then \(A \) is said to be symmetric positive definite (SPD).
Definition 5.4.1.1. Hermitian positive definite matrix.
Example 5.4.1.2.
Consider the case where \(n = 1 \) so that \(A \) is a real scalar, \(\alpha \text{.}\) Notice that then \(A \) is SPD if and only if \(\alpha \gt 0 \text{.}\) This is because then for all nonzero \(\chi \in \R \) it is the case that \(\alpha \chi^2 \gt 0 \text{.}\)
Let's get some practice with reasoning about Hermitian positive definite matrices.
Homework 5.4.1.1.
Let \(B \in \C^{m \times n} \) have linearly independent columns.
ALWAYS/SOMETIMES/NEVER: \(A = B^H B \) is HPD.
Homework 5.4.1.2.
Let \(A \in \C^{m \times m} \) be HPD.
ALWAYS/SOMETIMES/NEVER: The diagonal elements of \(A \) are real and positive.
Homework 5.4.1.3.
Let \(A \in \C^{m \times m} \) be HPD. Partition
ALWAYS/SOMETIMES/NEVER: \(A_{22} \) is HPD.
ALWAYS
Now prove it!
We need to show that \(x_2^H A_{22} x_2 \gt 0 \) for any nonzero \(x_2 \in \C^{m-1}\text{.}\)
Let \(x_2 \in \C^{m-1} \) be a nonzero vector and choose \(x = \left( \begin{array}{c} 0 \\ x_2 \end{array} \right) \text{.}\) Then
We conclude that \(A_{22} \) is HPD.