I have a symmetric positive definite (SPD) matrix $A\in\mathbb{R}^{n\times n}$ and a full-rank matrix $B\in\mathbb{R}^{m\times n}$.
I know that the pre-conditioned matrix $\begin{bmatrix} A & 0 \\ 0 & BA^{-1}B^T \end{bmatrix}^{-1}\begin{bmatrix} A & B^T \\ B & 0 \end{bmatrix}$ has only three eigenvalues, $1, (1\pm\sqrt{5})/2.$ But how can I find their multiplicity?
I have $\det(M-\lambda I)=\det((\lambda^2-\lambda-1)I)=(\lambda^2-\lambda-1)^{n+m}=0$, but where is the eigenvalue 1 here?