3

I know how to show the inverse of positive definite is positive definite but I don't know how to expand that.

Suppose $A$ is positive definite then $A$ is invertible, so define $y=Ax$ for $x\neq 0$. Then $y^TA^{-1}y=x^TA^TA^{-1}Ax=x^TAx>0$, so the inverse of $A$ is positive definite.

How can I show that for other powers of $A$?

shimura
  • 117

1 Answers1

4

One way to prove this is through eigenvalues. Since $A$ is positive definite, it is a symmetric matrix. $$A \text{ is positive definite } \iff \text{ all eigenvalues are positive. }$$

It is known that for any matrix $M$: $$\lambda \text{ eigenvalue of matrix } M \implies \lambda^k \text{ eigenvalue of matrix } M^k,\quad k=1,2,\ldots$$

Also, you can use the fact that for any invertible matrix $M$: $$\lambda \text{ eigenvalue of matrix } M \implies \dfrac 1{\lambda^k} \text{ eigenvalue of matrix } M^{-k}, \quad k = 1,2,\ldots$$

thanasissdr
  • 6,348