To print higher-resolution math symbols, click the Hi-Res Fonts for Printing button on the jsMath control panel.
No jsMath TeX fonts found -- using image fonts instead.
These may be slow and might not print well.
Use the jsMath control panel to get additional information.
This Sectionisa Draft, Subjectto Changes Needs Numerical Examples
Positive semi-definite matrices (and their cousins, positive definite matrices)
are square matrices which in many ways behave like non-negative (respectively,
positive) real numbers. Results given here are employed in the decompositions of
Section SVD, Section SR and Section PD.
Subsection PSM: Positive Semi-Definite Matrices
Definition PSM Positive Semi-Definite Matrix A square matrix A
of size n is positivesemi-definite if A is
Hermitian and for all x∈ℂn,
Axx≥0.
△
For a definition of positive definite replace the inequality in the definition
with a strict inequality, and exclude the zero vector from the vectors
x
required to meet the condition. Similar variations allow definitions of negativedefinite and negative semi-definite. Our first theorem in this section gives us
an easy way to build positive semi-definite matrices.
Theorem CPSM Creating Positive Semi-Definite Matrices Suppose that A is
any m × n matrix. Then
the matrices {A}^{∗}A
and A{A}^{∗} are positive
semi-definite matrices. □
Proof We will give the proof for the first matrix, the
proof for the second is entirely similar. First we check that
{A}^{∗}A is
Hermitian,
which is the second criteria in the definition of a positive semi-definite matrix (Definition PSM).
■
A statement very similar to the converse of this theorem is also true. Any
positive semi-definite matrix can be realized as the product of a square matrix,
B, with its
adjoint, {B}^{∗}.
(See Exercise PSM.T20 after studying this entire section.) The matrices
{A}^{∗}A and
A{A}^{∗} will
be important later when we define singular values (Section SVD).
Positive semi-definite matrices can also be characterized by their eigenvalues,
without any mention of inner products. This next result further reinforces the
notion that positive semi-definite matrices behave like non-negative real
numbers.
Theorem EPSM Eigenvalues of Positive Semi-definite Matrices Suppose that A is a
Hermitian matrix. Then A
is positive semi-definite matrix if and only if whenever
λ is an
eigenvalue of A,
then λ ≥ 0.
□
Proof Notice first that since we are considering only Hermitian matrices in this
theorem, it is always possible to compare eigenvalues with the real number zero, since
eigenvalues of Hermitian matrices are all real numbers (Theorem HMRE). Let
n denote the
size of A.
( ⇒) Let
x\mathrel{≠}0 be an
eigenvector of A
for λ. Then by
Theorem PIP we know \left \langle x,\kern 1.95872pt x\right \rangle \mathrel{≠}0.
So
By Theorem PIP, \left \langle x,\kern 1.95872pt x\right \rangle > 0 and by
Definition PSM we have \left \langle Ax,\kern 1.95872pt x\right \rangle ≥ 0.
With λ
expressed as the product of these two quantities, we have
λ ≥ 0.
( ⇐) Suppose
now that {λ}_{1},\kern 1.95872pt {λ}_{2},\kern 1.95872pt {λ}_{3},\kern 1.95872pt \mathop{\mathop{…}},\kern 1.95872pt {λ}_{n}
are the (not necessarily distinct) eigenvalues of the Hermitian matrix
A, each of which is
non-negative. Let B = \left \{{x}_{1},\kern 1.95872pt {x}_{2},\kern 1.95872pt {x}_{3},\kern 1.95872pt \mathop{\mathop{…}},\kern 1.95872pt {x}_{n}\right \}
be a set of associated eigenvectors for these eigenvalues. Since a Hermitian
matrix is normal (Definition HM, Definition NM), Theorem OBNM allows
us to choose this set of eigenvectors to also be an orthonormal basis of
{ℂ}^{n}. Choose
any x ∈ {ℂ}^{n} and
let {a}_{1},\kern 1.95872pt {a}_{2},\kern 1.95872pt {a}_{3},\kern 1.95872pt \mathop{\mathop{…}},\kern 1.95872pt {a}_{n}
be the scalars guaranteed by the spanning property of the basis
B such
that
With non-negative values for each eigenvalue
{λ}_{i},
1 ≤ i ≤ n, and
each modulus squared, it should be clear that this sum is non-negative.
Which is exactly what is required by Definition PSM to establish that
A is positive
semi-definite. ■
As positive semi-definite matrices are defined to be Hermitian, they are then
normal and subject to orthonormal diagonalization (Theorem OD). Now
consider the interpretation of orthonormal diagonalization as a rotation
to principal axes, a stretch by a diagonal matrix and a rotation back
(Subsection OD.OD). For a positive semi-definite matrix, the diagonal matrix
has diagonal entries that are the non-negative eigenvalues of the original
positive semi-definite matrix. So the “stretching” along each axis is never a
reflection.
Subsection EXC: Exercises
T20 Suppose that A
is a positive semi-definite matrix of size
n. Prove that there
is a square matix B
of size n
such that A = B{B}^{∗}.
Contributed by Robert Beezer