Real Symmetric Matrices#
The Spectral Theorem
Every real symmetric matrix is diagonalizable and eigenvectors which belong to different eigenvalues are always orthogonal.
Proof
TODO
Theorem: Spectral Norm of Real Symmetric Matrices
If a real square matrix is symmetric, then its spectral norm is the maximum of the absolute values of its eigenvalues:
Proof
TODO
Theorem: Definiteness Criteria
A real symmetric matrix \(M \in \mathbb{R}^{n \times n}\) is
- positive definite if and only if all of its eigenvalues are positive;
- positive semi-definite if and only if all of its eigenvalues are non-negative;
- negative definite if and only if all of its eigenvalues are negative;
- negative semi-definite if and only if all of its eigenvalues are non-positive;
- indefinite if and only if it has both positive and negative eigenvalues.
Proof
TODO
Theorem: Symmetry and Bounds
Let \(M \in \mathbb{R}^{n \times n}\) be a real symmetric matrix with eigenvalues \(\lambda_n \ge \cdots \ge \lambda_1\).
For all \(\boldsymbol{x} \in \mathbb{R}^n\), we have:
Proof
By the spectral theorem, we know that \(M\) can be diagonalized into
where \(Q\) is orthogonal. Therefore:
Let \(\boldsymbol{y} = Q^{\mathsf{T}}\boldsymbol{x}\). We get:
Since \(\Lambda\) is diagonal with \(\Lambda = \operatorname{diag}(\lambda_1, \dotsc, \lambda_n)\), we get:
For the bounds in terms of \(\boldsymbol{y}\):
Therefore:
Express \(||\boldsymbol{y}||^2\) in terms of \(\boldsymbol{x}\):
We thus get:
Since \(\boldsymbol{x}^{\mathsf{T}}M\boldsymbol{x} = \boldsymbol{y}^{\mathsf{T}} \Lambda \boldsymbol{y}\), we get: