Assume matrix $A$ is symmetric and positive definite, and matrices $B$ and $C$ are symmetric and positive semi-definite. Originally I have ratio between determinants
$$\frac{\det(A+B)}{\det(A)}$$
which is obviously greater than or equal to 1.
How would this ratio change (increase or decrease) when I add another matrix $C$ inside the determinant on both numerator and determinator, as follows?
$$\frac{\det(A+B+C)}{\det(A+C)}$$
My intuition is that
$$\frac{\det(A+B+C)}{\det(A+C)} \leq \frac{\det(A+B)}{\det(A)}$$
but I haven't been able to prove this. Any insight on this is appreciated!
It's true. Let $S=A+C$. Then \begin{aligned} \frac{\det(A+B)}{\det(A)} &=\det(I+A^{-1/2}BA^{-1/2})\\ &=\det(I+B^{1/2}A^{-1}B^{1/2})\quad(\text{because} \det(I+XY)=\det(I+YX))\\ &\ge\det(I+B^{1/2}S^{-1}B^{1/2})\quad(\text{because} B^{1/2}A^{-1}B^{1/2}\succeq B^{1/2}S^{-1}B^{1/2}\succeq0)\\ &=\det(I+S^{-1/2}BP^{-1/2})\\ &=\frac{\det(S+B)}{\det(S)}\\ &=\frac{\det(A+B+C)}{\det(A+C)}. \end{aligned}