IMC 2017 Problem 8
Source:
August 3, 2017
college contestsimc 2017IMClinear algebra
Problem Statement
Define the sequence of matrices by the following recurrence: A_1 = \begin{pmatrix} 0 & 1 \\ 1 & 0 \\ \end{pmatrix}, A_{n+1} = \begin{pmatrix} A_n & I_{2^n} \\ I_{2^n} & A_n \\ \end{pmatrix} (n=1,2,\ldots) where is the identity matrix.Prove that has distinct integer eigenvalues with multiplicities , respectively.