Given a real $X_{n\times p}$ matrix where $p > n$, can the matrix $X^T X$ have any negative eigenvalues? A derivation would be appreciated!
2026-04-06 19:05:22.1775502322
Can $X^TX$ have negative eigenvalues?
1.5k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Suppose $v$ is an eigenvector of $X^\top X$ corresponding to eigenvalue $\lambda$. Note that $v \neq 0$, hence $\|v\|^2 \neq 0$. Then \begin{align*} X^\top X v = \lambda v &\implies v^\top X^\top X v = \lambda v^\top v\\ &\implies (Xv)^\top (Xv) = \lambda v^\top v \\ &\implies \|Xv\|^2 = \lambda \|v\|^2 \\ &\implies \lambda = \frac{\|Xv\|^2}{\|v\|^2} \ge 0. \end{align*}