Matrix Decompositions - Deep Dive
Mathematical Foundations
Rigorous treatment of SVD and positive definite matrices.
Singular Value Decomposition
Existence Theorem
Theorem: Every m×n matrix A has a singular value decomposition A = UΣVᵀ.
Proof: (To be completed)
Properties
- Singular values are square roots of eigenvalues of AᵀA
- Best low-rank approximation theorem
Geometric Interpretation
(To be completed)
Positive Definite Matrices
Characterizations
Theorem: The following are equivalent for symmetric A:
- A is positive definite
- All eigenvalues are positive
- All pivots are positive
- xᵀAx > 0 for all x ≠ 0
Proof: (To be completed)
Applications
(To be completed)
Minimum Principles
Rayleigh Quotient
Theorem: For symmetric A with eigenvalues λ₁ ≥ λ₂ ≥ ... ≥ λₙ:
min (xᵀAx)/(xᵀx) = λₙ max (xᵀAx)/(xᵀx) = λ₁
Proof: (To be completed)
Matrix Factorization Theory
Comparison of Factorizations
(To be completed)
Exercises
(Advanced problems to be completed)