Let $A$ be an invertible $3\times3$ matrix with complex values. Prove that: $$\det\left(I + A^TA^{-1}\right) = 2\left(1 + \operatorname{tr}\left(A^TA^{-1}\right)\right)$$
I've tried to solve this problem with characteristic polynomial but in the end I got stuck in an expression involvind Newton's identities regarding that polynomial. I cannot relate $A^TA^{-1}$ with characteristic polynomial.
If $B = A^T A^{-1}$, we have $\det(B) = 1$. Moreover, $1$ is an eigenvalue of $B$ because $B - I = (A^T - A) A^{-1}$, $A^T - A$ is antisymmetric, and any antisymmetric matrix in odd dimensions must be singular. If the eigenvalues of $B$ are $1, \lambda, 1/\lambda$, then $\text{tr}(B) = 1 + \lambda + 1/\lambda$ and $\det(I+B) = 2 (1 + \lambda) (1 + 1/\lambda) = 4 + 2 \lambda + 2/\lambda$.