I have the following trace minization problem
$$ \min_{X,S\in \mathbb{R}^{n\times n}} \text{Trace}(XS)\\ \text{subject to } \begin{bmatrix}X&I\\I&S\end{bmatrix}\geqslant 0,\\ ~~~~~~~~~~~~~~~~~~~~~~~~X=X^T,S=S^T $$ Here $I$ denotes the identity matrix of $\mathbb{R}^{n\times n}$.
Seems that the minimum value of the problem is $n$, but I cannot prove it. Any help are appreciated!
Let $$ Z = \begin{pmatrix} A & B \\ B^T & C \end{pmatrix}. $$ The Schur complement characterization of block PSD matrices says that $$ Z \geq 0 \iff A \geq 0 \quad \text{and} \quad C \geq B^T A^{-1} B \quad \text{and} \quad (I-AA^{-1}) B = 0 $$ and $$ Z \geq 0 \iff C \geq 0 \quad \text{and} \quad A \geq B C^{-1} B^T \quad \text{and} \quad (I-CC^{-1}) B^T = 0\, $$ where $A^{-1}$ denotes the generalized inverse if $A$ is not invertible.
In the setting of your question the $(I-AA^{-1}) B = 0$, $(I-CC^{-1}) B^T = 0$ conditions imply that $X$ and $S$ are invertible and so $X>0$ and $S>0$, i.e., $X$ and $S$ are both positive definite. Fixing $X$ and optimizing first over $S$, the condition $C \geq B^T A^{-1} B$ tells us that $S\geq X^{-1}$ and so $$ \mathrm{Tr}[XS] = \mathrm{Tr}[X^{1/2} S X^{1/2}] \geq \mathrm{Tr}[X^{1/2}X^{-1}X^{1/2}] = n. $$ Thus for any fixed $X$ the objective value is lower bounded by $n$ (and is achieved by $S = X^{-1}$) and so completing the optimization by optimizing over $X$ we also find $n$.