IMC 2025 · Problem 8

Day 232nd IMC · Blagoevgrad, Bulgaria

Statement

For an n×nn \times n real matrix AMn(R)A \in M_n(\mathbb{R}), denote by ARA^{\mathsf{R}} its counter-clockwise 90°90° rotation. For example,

[123456789]R=[369258147].\begin{bmatrix} 1 & 2 & 3 \\ 4 & 5 & 6 \\ 7 & 8 & 9 \end{bmatrix}^{\mathsf{R}} = \begin{bmatrix} 3 & 6 & 9 \\ 2 & 5 & 8 \\ 1 & 4 & 7 \end{bmatrix}.

Prove that if A=ARA = A^{\mathsf{R}} then for any eigenvalue λ\lambda of AA, we have Reλ=0\operatorname{Re}\lambda = 0 or Imλ=0\operatorname{Im}\lambda = 0.

Official solution

Hidden so you can work on the problem first.

Proposed by Jan Ku´s, University of Warwick.