If you have an inertia matrix of the form
$$\begin{pmatrix}
I_{xx} & I_{xy} & I_{xz} \\
I_{yx} & I_{yy} & I_{yz} \\
I_{zx} & I_{zy} & I_{zz}
\end{pmatrix}=I$$
If the matrix is symmetric ($I_{xy} = I_{yx}$, $I_{xz} = I_{zx}$, $I_{yz} = I_{zy}$) and positive definite (all its eigenvalues are positive)
How can you show the Triangle Inequalities $I_{xx} + I_{yy} \geq I_{zz}$, $I_{xx} + I_{zz} \geq I_{yy}$, and $I_{yy} + I_{zz} \geq I_{yy}$?
I don't seem to understand how these relationships work or even how one would start a derivation to show them.