An n × n real symmetric matrix M is positive definite if zTMz > 0 for all non-zero vectors z with real entries (i.e. z ∈ Rn), where zT denotes the transpose of z.
For complex matrices, this definition becomes: a Hermitian matrix is positive definite if z*Mz > 0 for all non-zero complex vectors z, where z* denotes the conjugate transpose of z. The quantity z*Mz is always real because is a Hermitian matrix. For this reason, positive-definite matrices are often defined to be Hermitian matrices satisfying z*Mz > 0. The section Non-Hermitian matrices discusses the consequences of dropping the requirement that M be Hermitian.
| 1. | All eigenvalues of are positive. Recall that any Hermitian M, by the spectral theorem, may be regarded as a real diagonal matrix D that has been re-expressed in some new coordinate system (i.e., for some unitary matrix P whose rows are orthonormal eigenvectors of M, forming a basis). So this characterization means that M is positive definite if and only if the diagonal elements of D (the eigenvalues) are all positive. In other words, in the basis consisting of the eigenvectors of M, the action of M is component-wise multiplication with a (fixed) element in Cn with positive entries. |
| 2. | The sesquilinear form |
| 3. | M is the Gram matrix of some collection of linearly independent vectors for some k. That is, M satisfies: The vectors xi may optionally be restricted to fall in Cn. In other words, M is of the form A*A where A is not necessarily square but must be injective in general. |
| 4. | All the following matrices have a positive determinant (the Sylvester criterion):
In other words, all of the leading principal minors are positive. For positive semidefinite matrices, all principal minors have to be non-negative. The leading principal minors alone do not imply positive semidefiniteness, as can be seen from the example |
| 5. | There exists a unique lower triangular matrix , with strictly positive diagonal elements, that allows the factorization of into
|
For real symmetric matrices, these properties can be simplified by replacing with , and "conjugate transpose" with "transpose."
is a bilinear map such that B(x, y) is always the complex conjugate of B(y, x). Such a function B is called positive definite if B(x, x) > 0 for every nonzero x in V.
for all non-zero (or, equivalently, all non-zero ).
It is called positive-semidefinite if
for all (or ).
It is called negative-semidefinite if
for all (or ).
A matrix M is positive-semidefinite if and only if it arises as the Gram matrix of some set of vectors. In contrast to the positive-definite case, these vectors need not be linearly independent.
For any matrix , the matrix A*A is positive semidefinite, and rank() = rank(A*A). Conversely, any positive semidefinite matrix can be written as M = A*A; this is the Cholesky decomposition.
A Hermitian matrix which is neither positive- nor negative-semidefinite is called indefinite.
A matrix is negative definite if all kth order leading principal minors are negative if k is odd and positive if k is even.
For arbitrary square matrices we write if , i.e. is positive semi-definite. This defines a partial ordering on the set of all square matrices. One can similarly define a strict partial ordering .
| 1. | Every positive definite matrix is invertible and its inverse is also positive definite. If then |
| 2. | If is positive definite and is a real number, then is positive definite. If and are positive definite, then the sum and the products and are also positive definite. If , then is also positive definite. |
| 3. | M=(m_{ij}) > 0 then the diagonal entries are real and positive. As a consequence . Furthermore |
| 4. | A matrix is positive definite, if and only if there is a positive definite matrix , called the square root of B, with . One writes . This matrix is unique (but only under the assumption ). If then . |
| 5. | If then (Here denotes Kronecker product.) |
| 6. | For matrices write for the entry-wise product of and , i.e. the matrix whose entry is . Then is the Hadamard product of and . If then and if are real matrices, the following inequality, due to Oppenheim, holds: |
| 7. | Let and Hermitian. If () then ( ) |
| 8. | If are real matrices then |
| 9. | If is real, then there is a such that where is the identity matrix. |
A real matrix M may have the property that xTMx > 0 for all nonzero real vectors x without being symmetric. The matrix
satisfies this property, because for all real vectors such that ,
In general, we have xTMx > 0 for all real nonzero vectors x if and only if the symmetric part, (M + MT) / 2, is positive definite.
The situation for complex matrices may be different, depending on how one generalizes the inequality z*Mz > 0. If z*Mz is real for all complex vectors z, then the matrix M is necessarily Hermitian. So, if we require that z*Mz be real and positive, then M is automatically Hermitian. On the other hand, we have that Re(z*Mz) > 0 for all complex nonzero vectors z if and only if the Hermitian part, (M + M*) / 2, is positive definite.
In summary, the distinguishing feature between the real and complex case is that, a bounded positive operator on a complex Hilbert space is necessarily Hermitian, or self adjoint. The general claim can be argued using the polarization identity. That is no longer true in the real case.
There is no agreement in the literature on the proper definition of positive-definite for non-Hermitian matrices.