Suppose a matrix $A\in\mathbb{R}^{n\times n}$ is given. Faced with a proof for $$x^TAx>0,$$ for a non-zero vector $x\in\mathbb{R}^{n}$, I was thinking to use the information of the spectrum of $A$ (note that the proof of the above is the proof of positive definiteness of $A$). Namely, it is known that the spectrum of $A$ is strictly positive. Does that mean that $A$ is positive definite? Or, does that mean that only for symmetric $A$, $A$ is positive definite if and only if the spectrum of $A$ is positive?
|
|
Usually, the term "positive definite" refers to any square, Hermitian matrix $A$ such that $x^{H}Ax > 0$ for all nonzero vectors $x$, where the superscript $H$ denotes the Hermitian transpose. An equivalent definition states that a positive definite matrix $A$ is Hermitian and has strictly positive spectrum (this statement is well-posed because Hermitian matrices have real spectra); see Wikipedia. This definition is sometimes extended to include matrices that are not Hermitian, but such extended definitions may be inappropriate for the applications you're considering. It's probably safer to require that $A$ be Hermitian. |
|||||||||||
|
|
According to MathWorld a matrix $A \in \mathbb{R}^{n \times n}$ is positive definite iff $$ (x^T A x) > 0 $$ for all non zero vectors $x\in\mathbb{R}^n$. It is trivial to obtain that $$ x^T\,A\,x = x^T\, \left [ \frac12(A+A^T) \right ]\, x $$ and to recognize that positive definiteness is linked to the spectrum of the symmetric part of matrix $A$. A general real square matrix $A$ is positive definite iff its symmetric part $\frac12(A+A^T)$ has all positive eigenvalues. A positive spectrum for $A$ does not implies that $\frac12 (A+A^T)$ has positive spectrum, as it can seen for $$ A = \begin{pmatrix}a & 1\\ 0 &b\end{pmatrix} $$ If we assume $a>0$ and $b>0$ this matrix has positive spectrum, but $$ \mathrm{det} \frac12 (A+A^T) = ab-\frac14 $$ now if $ab < 1/4$, $\mathrm{det} \frac12(A+A^T)<0$ and $A$ is not positive definite. Bottom line: for unsymmetric matrices $A$, if you are interested in the sign of $x^TAx$ you have to study the eigenvalues of $(A+A^T)/2$. |
|||
|
|