How to prove the following proposition about positive semi-definiteness?

101 Views Asked by At

If the real symmetric matrix

$$M= \begin{bmatrix} \alpha & \textbf{q}^T \\ \textbf{q} & N \end{bmatrix} $$ is positive semidefinite with $\alpha > 0$, then the matrix $$N-\frac 1 \alpha \textbf{q} \textbf{q}^T$$ is also positive semidefinite.

This form reminds me of determinant and the fact that a matrix is PSD iff leading principal minors is non-negative. But I have no idea how to prove the proposition precisely.

1

There are 1 best solutions below

2
On

You need to prove that $$x^T \left(N-\dfrac1{\alpha}qq^T\right)x \geq 0$$ for all $x$. We know that since $M$ is positive semidefinite, $y^TMy \geq $ for all $y$. Now take $y=\begin{bmatrix}\beta\\x\end{bmatrix}$, where $\beta$ is a scalar such that $$y^TMy = x^T \left(N-\dfrac1{\alpha}qq^T\right)x$$