I have the constraint
\begin{align} X - Y A^\dagger Y^T\succ0, \end{align}
where $A^\dagger$ is the pseudoinverse of $A\succeq0$. Can we still use the Schur complement to write the constraint as an LMI?
Explicitly, can we show something like:
\begin{align} X - Y A^\dagger Y^T\succeq0 &\iff \begin{pmatrix}X&Y\\Y^T&A\end{pmatrix}\succeq0 \end{align}
Answer: It is true only when $A$ is invertible, please see answer below on the general case.