In Walter Zulehner's article Nonstandard norms and robust estimates for saddle point problems page 546 at the very top, he writes that
$$ 0 \leq B^T(C+B\mathcal{I}_V^{-1}B^T)^{-1}B \leq \mathcal{I}_V \tag{$\ast$}$$
is true for all $ \mathcal{I}_V $. I simply can't figure out how to show this?
It should probably be noted that $ \mathcal{I}_V $ is positive definite, $ C $ is positive semi-definite and $ C+B\mathcal{I}_V^{-1}B^T $ is assumed non-singular. $ C $ and $ \mathcal{I}_V $ are square matrices, say $ \mathcal{I}_V \in \mathbb{R}^{n\times n} $ and $ C \in \mathbb{R}^{m\times m} $, and $ B \in \mathbb{R}^{m\times n} $.
All of this can obviously also be seen in the source article.
My thoughts so far has been: Since $ \newcommand{\I}{\mathcal{I}} \I_V > 0 $, we have $ \I_V^{-1} > 0 $ and thus $ B\I_V^{-1}B^T \geq 0 $ and $ C + B\I_V^{-1}B^T \geq 0 $. Since this one was assumed non-negative it must be positive definite, $ C + B\I_V^{-1}B^T > 0 $. Thus $ (C + B\I_V^{-1}B^T)^{-1} > 0 $.
So it is clear that the first inequality in $(\ast) $ is true. But I can't figure out how to prove the second one. I feel like it should be simple since he doesn't even mention anything about how it is seen or references a source, but I don't see it. Any hints would be much appreciated.
Let $M = \begin{pmatrix} A & B \\ B^T & C \end{pmatrix}$ be a block matrix with $A,C$ symmetric (not necessarily of the same size) and $C$ positive definite. The Schur complement of $C$ in $M$ is $S_C = A-BC^{-1}B^T$.
The following statement is well known.
Now consider the matrix $$ M = \begin{pmatrix} D & B \\ B^T & \mathcal I_V \end{pmatrix} $$ with $D = C + B \mathcal I_V^{-1} B^T$. Then the Schur complement of $\mathcal I_V$ in $M$ is $D - B \mathcal I_V^{-1} B^T = C$, which is positive semi-definite. Therefore, $M$ is positive semi-definite. Hence, the Schur complement of $D$ in $M$ must be positive semi-definite too, i.e. $$ S_D = \mathcal I_V - B^T D^{-1} B\ge 0, $$ as required.