Consider a matrix $A\in \mathbb{R}^{m\times n }$ with $m>n$ is of full column rank. Show that $$B=\begin{bmatrix} I & A \\ A^\top & 0 \end{bmatrix}$$ is non-singular and symmetric indefinite. Also show that the condition number of $B$ is upper bounded by $C\sqrt{\text{Cond}(A^\top A)}$ for some universal constant $C>0$. ($\text{Cond}(A^\top A)$ is the condition number of $A^\top A$).
Any hint would be appreciated!
saying that, when $A$ is invertible (which is the case here): $${\displaystyle M=\left[{\begin{matrix}A&B\\C&D\end{matrix}}\right]} \ \implies \ \det(M)=\det(A)\det \left(D-CA^{-1}B\right)$$
$$X^TMX=\left[{\begin{matrix}U^T&V^T\end{matrix}}\right]\left[{\begin{matrix}I&A\\A^T&0\end{matrix}}\right]\left[{\begin{matrix}U\\V\end{matrix}}\right]=U^TIU+\underbrace{U^TAV+V^TA^TU}_{2(U^TAV) \in \mathbb R}$$
with $U$ and $V$ that can be chosen such as the result is either positive, zero or negative.