Given a positive-definite and symmetric matrix $A$,which can be written as: $A=\begin{bmatrix} d & u^{T}\\ u & H \end{bmatrix}=\begin{bmatrix} \sqrt d & 0\\ \frac{u}{\sqrt d} & I_{n-1} \end{bmatrix}\begin{bmatrix} 1 & 0\\ 0 & K \end{bmatrix}\begin{bmatrix} \sqrt d & \frac{u^{T}}{\sqrt{d}}\\ 0 & I_{n-1} \end{bmatrix}$
where $K=H-\frac{1}{d}uu^{T}$
how can I show that the matrix $K\in \mathbb{R}^{n-1,n-1}$ is also positive-definite?