Let $A= a(i,j)$ and $B= b(i,j)$ be ($n\times n$) matrices that are positive definite such that $a(i,j) < b(i,j)$ .Let $C= c(i,j)= a(i,j) - b(i,j)$, then $C$ is also positive definite. Why or why not?
what i know is $x^T(C)x= x^T (A-B) x = x^T(A)x - x^T(B)x$. Now both terms on right-hand side are greater than $0$ as $A$ and $B$ are positive definite. Also $a(i,j) < b(i,j)$. But in such case the sign of $x^T(C)x$ being positive or negative will also depend on the value of elements of vector $x$. So, we can't assure that $x^T(C)x < 0$ always or that $C$ is not positive definite.
Am i right about this?