Is every positive definite matrix also positive semidefinite?

$\begingroup$

I am in trouble with the definitions of positive definite and positive semidefinite matrices. By definition, does the following implication hold?

$$\mbox{positive definite} \implies \mbox{positive semidefinite}$$

I guess yes. Look at the following example. Let

$$A = \begin{vmatrix} 4 &-2& 0\\ -2& 4& -2\\ 0&-2&4 \end{vmatrix}$$

It is a diagonally dominant matrix $(|a_{ii}|\geq \sum_{j\neq i}|a_{ij}|$ for all $i$), so it is semidefinite positive. But, if I compute the eigenvalues, they are all strictly positive which implies actually that it is definite positive.

My question is: everytime I find that a matrix is semidefinite positive, thus I have to use another criterion in order to try to understand if it is "less" that semidefinite positive (i.e. definite positive)? Or am I wrong with something?

Thank you in advance!

$\endgroup$ 5

1 Answer

$\begingroup$

Positive definite means "All eigenvalues are greater than zero."

Positive semi-definite means "All eigenvalues are greater than or equal to zero."

The first of these implies the second.

The second does not imply the first, as the all-zero matrix shows.

$\endgroup$ 2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like