Let $A, B, W \in \mathbb{R}^{n \times n}$ be three positive definite matrices, and assume $A - B$ is positive definite as well. Let $\{\lambda_{i}\}_{i=1}^{n}$ and $\{u_{i}\}_{i=1}^{n}$ be the eigenvlaues of matrices $A$ and $B$, respectively, sorted in decreasing order.
I wish to prove the three properties on top of page 109 of the convex optimization textbook:
- $tr(WA) \geq tr(WB)$,
- $tr(A^{-1}) = \sum_{i=1}^{n}\frac{1}{\lambda_i} \leq \sum_{i=1}^{n}\frac{1}{u_i} = tr(B^{-1})$,
- $det(A) = \Pi_{i=1}^{n} \lambda_i \geq \Pi_{i=1}^{n} u_i\geq det(B)$.
I have no idea how to prove 1. For 2 and 3, I feel we need to prove $\lambda_i \geq u_i$ for any $i \leq n$? Any ideas?