How to prove this inequality, that: $$Tr(\mathbf{X})\geq \frac{N^2}{Tr(\mathbf{X}^{-1})}$$ where $\mathbf{X}\in \mathbb{R}^{N\times N}$ is an arbitrary positive definite matrix.
Horn R A, Johnson C R. Matrix analysis[M]. Cambridge university press, 2012.
Let $\lambda_1, \ldots, \lambda_N$ be the eigenvalues of $X$, which are positive real numbers by assumption. Then the eigenvalues of $X^{-1}$ are $\lambda_i^{-1}$. Clearing denominators and expressing trace in terms of eigenvalues, The inequality becomes
$$\left(\sum \lambda_i\right)\left(\sum 1/\lambda_i\right)\geq N^2.$$
Define $v$ to be the vector whose $i$th component is $\lambda_i^{1/2}$ and $w$ the vector whose $i$th component is $\lambda_i^{-1/2}$. The inequality is then Cauchy-Schwarz applied to $v$ and $w$.