IMC 2017 · Problem 8

Day 224th IMC · Blagoevgrad, Bulgaria

Statement

Define the sequence A1,A2,A_1, A_2, \ldots of matrices by the following recurrence:

A1=(0110),An+1=(AnI2nI2nAn)(n=1,2,)A_1 = \begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix}, \qquad A_{n+1} = \begin{pmatrix} A_n & I_{2^n} \\ I_{2^n} & A_n \end{pmatrix} \quad (n = 1, 2, \ldots)

where ImI_m is the m×mm \times m identity matrix.

Prove that AnA_n has n+1n + 1 distinct integer eigenvalues λ0<λ1<<λn\lambda_0 < \lambda_1 < \ldots < \lambda_n with multiplicities (n0),(n1),,(nn)\binom{n}{0}, \binom{n}{1}, \ldots, \binom{n}{n}, respectively.

Official solution

Hidden so you can work on the problem first.

Proposed by Snjeºana Majstorovi¢, University of J. J. Strossmayer in Osijek, Croatia.