IMC 2007 · Problem 5

Day 214th IMC · Blagoevgrad, Bulgaria

Statement

For each positive integer kk, find the smallest number nkn_k for which there exist real nk×nkn_k \times n_k matrices A1,A2,,AkA_1, A_2, \dots, A_k such that all of the following conditions hold:

(1) A12=A22==Ak2=0A_1^2 = A_2^2 = \dots = A_k^2 = 0,

(2) AiAj=AjAiA_i A_j = A_j A_i for all 1i,jk1 \le i, j \le k, and

(3) A1A2Ak0A_1 A_2 \dots A_k \ne 0.

Official solution

Hidden so you can work on the problem first.