After writing up some math, I ended up with a term like so:
$\left(A^{-1} + B^{-1}\right)^{-1}$
where $A$ and $B$ are 2 covariance matrices.
1) Can I be sure that this expression is meaningful? (i.e. $\left(A^{-1} + B^{-1}\right)$ is not singular)
2) If $A$ and $B$ were numbers, I could rewrite this as $\frac{AB}{A+B}$. Is there a similar formula valid for matrices? Ultimately I wonder if this expression can be simplified:
$z^T\left(A^{-1} + B^{-1}\right)^{-1}z$
where
$z=A^{-1}x + B^{-1}y$ , for some vectors $x$ and $y$.