Let $S$ and $H$ be symmetric positive definite (spd), I have to prove that:
$$ \sqrt[n]{\det{S}}\leq\frac{Tr(SH)}{n\sqrt[n]{\det{H}}}$$
I have already proven that there exists $T$ spd such that $T^2=S$ and that $SH$ is similar to $THT$ and therefore is spd too. I have also noted that the roots of the determinants are simply the geometric means of the eigenvalues, but have not been able to translate the trace of the product over $n$ into anything meaningful...
I have tried using the inequality of arithmetic and geometric means, but it doesn't really apply since there are two geometric means.
$SH$ is similar to the symmetric positive definite matrix $R=S^{1/2}HS^{1/2}$.
The identity to be proven is equivalent to
$$\sqrt[n]{\det{R}} \leq \frac{Tr(R)}{n}$$ as $\det{R} = \det{SH} = \det{S}\det{H}$.
$\sqrt[n]{\det{R}}$ is equal to the geometric mean of $R$ eigenvalues (counted with multiplicity). $\frac{Tr(R)}{n}$ is equal to the arithmetic mean of $R$ eigenvalues.
The inequality is therefore a consequence of the fact that geometric mean is less or equal to arithmetic mean.