Assume we have a matrix:
$$ (A^TB^{-1}A)^{-1}. $$
Under what circumstances can we simplify this to:
$$ C^TBC? $$
And what would $C$ be?
EDIT: Note that I am NOT assuming that $A$ is a square matrix. Only that $B$ is a square and invertible. In fact, let's assume $A$ is $n\times m$ with $n\neq m$, and $rank(A)=\min(n,m)$. Sorry for not stating this more explicitly earlier.