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

IMC / 2016 / Problems / Day 1, P2

IMC 2016 · Day 1 · P2

medium

Let kk and nn be positive integers. A sequence (A1,,Ak)(A_1, \dots, A_k) of n×nn \times n real matrices is preferred by Ivan the Confessor if Ai20A_i^2 \ne 0 for 1ik1 \le i \le k, but AiAj=0A_i A_j = 0 for 1i,jk1 \le i, j \le k with iji \ne j. Show that knk \le n in all preferred sequences, and give an example of a preferred sequence with k=nk = n for each nn.

(Proposed by Fedor Petrov, St. Petersburg State University)

Solution 1 of 2 (official)

For every i=1,,ni = 1, \dots, n, since AiAi0A_i \cdot A_i \ne 0, there is a column viRnv_i \in \mathbb{R}^n in AiA_i such that Aivi0A_i v_i \ne 0. We will show that the vectors v1,,vkv_1, \dots, v_k are linearly independent; this immediately proves knk \le n.

Suppose that a linear combination of v1,,vkv_1, \dots, v_k vanishes: c1v1++ckvk=0,c1,,ckR.c_1 v_1 + \dots + c_k v_k = 0, \qquad c_1, \dots, c_k \in \mathbb{R}. For iji \ne j we have AiAj=0A_i A_j = 0; in particular, Aivj=0A_i v_j = 0. Now, for each i=1,,ni = 1, \dots, n, from 0=Ai(c1v1++ckvk)=j=1kcj(Aivj)=ci(Aivi)0 = A_i (c_1 v_1 + \dots + c_k v_k) = \sum_{j=1}^{k} c_j (A_i v_j) = c_i (A_i v_i) we can see that ci=0c_i = 0. Hence, c1==ck=0c_1 = \dots = c_k = 0.

The case k=nk = n is possible: if AiA_i has a single 1 in the main diagonal at the iith position and its other entries are zero then Ai2=AiA_i^2 = A_i and AiAj=0A_i A_j = 0 for iji \ne j.

Remark. The solution above can be re-formulated using block matrices in the following way. Consider (A1A2Ak)(A1A2Ak)=(A12000A22000Ak2).\begin{pmatrix} A_1 \\ A_2 \\ \vdots \\ A_k \end{pmatrix} \begin{pmatrix} A_1 & A_2 & \dots & A_k \end{pmatrix} = \begin{pmatrix} A_1^2 & 0 & \dots & 0 \\ 0 & A_2^2 & \ddots & \vdots \\ \vdots & \ddots & \ddots & 0 \\ 0 & 0 & \dots & A_k^2 \end{pmatrix}. It is easy to see that the rank of the left-hand side is at most nn; the rank of the right-hand side is at least kk.

Solution 2 of 2 (official)

Let UiU_i and KiK_i be the image and the kernel of the matrix AiA_i (considered as a linear operator on Rn\mathbb{R}^n), respectively. For every pair i,ji, j of indices, we have UjKiU_j \subset K_i if and only if iji \ne j.

Let X0=RnX_0 = \mathbb{R}^n and let Xi=K1K2KiX_i = K_1 \cap K_2 \cap \dots \cap K_i for i=1,,ki = 1, \dots, k, so X0X1XkX_0 \supset X_1 \supset \dots \supset X_k. Notice also that UiXi1U_i \subset X_{i-1} because UiKjU_i \subset K_j for every j<ij < i, and Ui⊄XiU_i \not\subset X_i because Ui⊄KiU_i \not\subset K_i. Hence, XiXi1X_i \ne X_{i-1}; XiX_i is a proper subspace of Xi1X_{i-1}.

Now, from n=dimX0>dimX1>>dimXk0n = \dim X_0 > \dim X_1 > \dots > \dim X_k \ge 0 we get knk \ge n.

How the field did

contestants scored
314
average (of 10)
5.92
solved (≥ 80%)
47.8%
near-0 (≤ 10%)
9.6%
discrimination
0.52

Score distribution (field cohort)

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

Similar problems

IMC 2023 · Day 2 · P6mediumavg 5.3/10 · solved 47% · near-0 36% · disc 0.48
IMC 2003 · Day 1 · P3mediumavg 5.8/10 · solved 45% · near-0 25% · disc 0.57
IMC 2020 · Day 1 · P2mediumavg 5.1/10 · solved 45% · near-0 38% · disc 0.37
IMC 2000 · Day 1 · P3mediumavg 5.4/10 · solved 45% · near-0 33% · disc 0.58