I'm reading a paper regarding the consistency of a statistical estimator, and the author claimed that the following is an identity:
$$ \mathbf{x}^\top (\Sigma + \mathbf{x}\mathbf{x}^\top)^{-1}\mathbf{x} = 1- \frac{\det (\Sigma)}{\det (\Sigma+\mathbf{x}\mathbf{x}^\top)}$$
Here $\mathbf{x}$ is a vector and $\Sigma$ is a covariance matrix. Apart from that, I don't think the author has specified any more assumptions/constraints.
While superficially it appears that this result might be provable via the Sherman-Morrison formula, I haven't been able to work it out.
Any help/pointers would be appreciated ! Thanks.