Unofficial archive — problems, solutions & results © IMC, reproduced with permission.

IMC / 2014 / Problems / Day 2, P7

IMC 2014 · Day 2 · P7

easy

Let A=(aij)i,j=1nA = (a_{ij})_{i,j=1}^{n} be a symmetric n×nn \times n matrix with real entries, and let λ1,λ2,,λn\lambda_1, \lambda_2, \dots, \lambda_n denote its eigenvalues. Show that 1i<jnaiiajj1i<jnλiλj,\sum_{1 \le i < j \le n} a_{ii} a_{jj} \ge \sum_{1 \le i < j \le n} \lambda_i \lambda_j, and determine all matrices for which equality holds.

(Proposed by Martin Niepel, Comenius University, Bratislava)

Solution (official)

Eigenvalues of a real symmetric matrix are real, hence the inequality makes sense. Similarly, for Hermitian matrices diagonal entries as well as eigenvalues have to be real.

Since the trace of a matrix is the sum of its eigenvalues, for AA we have i=1naii=i=1nλi,\sum_{i=1}^{n} a_{ii} = \sum_{i=1}^{n} \lambda_i, and consequently i=1naii2+2i<jaiiajj=i=1nλi2+2i<jλiλj.\sum_{i=1}^{n} a_{ii}^2 + 2 \sum_{i<j} a_{ii} a_{jj} = \sum_{i=1}^{n} \lambda_i^2 + 2 \sum_{i<j} \lambda_i \lambda_j. Therefore our inequality is equivalent to i=1naii2i=1nλi2.\sum_{i=1}^{n} a_{ii}^2 \le \sum_{i=1}^{n} \lambda_i^2. Matrix A2A^2, which is equal to ATAA^T A (or AAA^* A in Hermitian case), has eigenvalues λ12,λ22,,λn2\lambda_1^2, \lambda_2^2, \dots, \lambda_n^2. On the other hand, the trace of ATAA^T A gives the square of the Frobenius norm of AA, so we have i=1naii2i,j=1naij2=tr(ATA)=tr(A2)=i=1nλi2.\sum_{i=1}^{n} a_{ii}^2 \le \sum_{i,j=1}^{n} |a_{ij}|^2 = \operatorname{tr}(A^T A) = \operatorname{tr}(A^2) = \sum_{i=1}^{n} \lambda_i^2. The inequality follows, and it is clear that the equality holds for diagonal matrices only.

Remark. Same statement is true for Hermitian matrices.

How the field did

contestants scored
320
average (of 10)
7.26
solved (≥ 80%)
70.6%
near-0 (≤ 10%)
21.3%
discrimination
0.46

Score distribution (field cohort)

Computed on contestants with a meaningful total (field cohort); discrimination is the corrected item–total correlation.

Similar problems

IMC 2002 · Day 1 · P6killeravg 0.2/10 · solved 2% · near-0 98% · disc 0.21
IMC 2016 · Day 2 · P10killeravg 0.1/10 · solved 1% · near-0 99% · disc 0.16