2

Given that $A,B$ are positive definite matrix, are they also PD?

  1. $A+B$

  2. $AB$

  3. $A^2 +I$

  4. $ABA^{*}$

$x^TAx>0, x^TBx>0$ so $1$, is correct, could you tell me about the 2, 3,4?

Myshkin
  • 35,974
  • 27
  • 154
  • 332

1 Answers1

2

Mex

in 4. we can argue as follows:

$\langle x, ABA^* x\rangle = \langle A^*x, BA^* x\rangle = \langle B^*A^*x, A^* x\rangle = \langle B Ax, A x\rangle = \langle B y, y\rangle >0 $, where $y=Ax$ and in the two last equalities we use that positive matrix are self-adjoint and since they do not have $0$ as eigenvalue then $Ay\neq 0$.

for 3. the argument is similar.

Leandro
  • 2,410