Suppose $P\succeq 0$ and $A$ is of full row rank. I want to show that $\left[\begin{array}{cc} P & A^T\\ A & 0\end{array}\right]$ is nonsingular if and only if $\mathcal N(P) \cap \mathcal N(A)=\{0\},$ where $\mathcal N(\bullet)$ denotes the null space of a matrix.
The only-if part is straightforward, because $\left[\begin{array}{c} P \\ A \end{array}\right]$ would not even be full-rank otherwise.
I think I managed to show the if part, but would appreciate it if someone can confirm it or point out where I'm mistaken. I'd also appreciate an alternative, simpler or more intuitive proof/comments. Here's my attempted proof: ($0$ denotes a scalar or a matrix below, depending on the context.)
Suppose $\left[\begin{array}{cc} P & A^T \\ A & 0\end{array}\right] \left[\begin{array}{c} x \\ y\end{array}\right]=0.$ Then we have $Ax=0$ and $Px+A^Ty=0.$ Therefore, $x^TPx+x^TA^Ty=0$. Since $Ax=0$, this implies that $x^TPx=0$, hence $P^{1/2}x=0$ and $Px=0.$ It then follows that $x=0$, since $\mathcal N(P) \cap \mathcal N(A)=\{0\}.$ As a result, $y=0$ since $A^T$ is of full column rank. Q.E.D.