3

A correlation matrix is a positive semidefinite matrix $B\in M_{n}(\mathbb{C})$ such that the diagonal of $B$ is the identity matrix $I$. What is the supremum of the set of positive numbers $t$ such that there is a correlation matrix $B$ having $t$ as its greatest eigenvalue?

Jon Bannon
  • 3,171

1 Answers1

1

Let $\lambda_1, \ldots, \lambda_n$ denote the eigenvalues of $B$ (with multiplicities). Since $\mathrm{tr}(B) = \lambda_1 + \ldots + \lambda_n = n$ and $\lambda_i \geq 0$, we must have $\lambda_{\max}(B) \leq n$. However, the matrix $A$ consisting of $1$-s in all entries is positive semi-definite with $\lambda_{\max}(A) = n$ (the corresponding eigenvector is $(1, \ldots, 1)^t$). Thus, the supremum is a maximum and equals to $n$.

levap
  • 65,634
  • 5
  • 79
  • 122