Suppose that , $A$ and $B$ are $n\times n$ positive definite matrices and > $I$ be $n\times n$ identity matrix. Then which of the followings are positive definite ?
(i) $A+B$
(ii) $ABA$
(iii) $A^2+I$
(iv) $AB$
I know the definition of positive definite as : $\color{red}{A_{n\times n}}$ $\color{red}{\text{is positive definite if it's quadratic form}} $ $\color{red}{x^TAx>0}$
Since $A$ and $B$ are positive definite so, $x^TAx>0$ and $x^TBx>0$.
Then, $x^T(A+B)x=x^TAx+x^TBx>0.$ So $A+B$ is positive definite.
I am confused about the product.. I saw a lot of questions in this site about the product of positive definiteness. But the answer in those questions it is assume that the matrices are symmetric. For example see the answer of this question. I want to know whether the product of any two arbitrary positive definite matrices is positive definite or NOT with a valid proof or counter example....