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

IMC / 2008 / Problems / Day 2, P11

IMC 2008 · Day 2 · P11

very hard

Let nn be a positive integer, and consider the matrix A=(aij)1i,jnA = (a_{ij})_{1 \le i,j \le n}, where aij={1if i+j is a prime number,0otherwise.a_{ij} = \begin{cases} 1 & \text{if } i + j \text{ is a prime number,} \\ 0 & \text{otherwise.} \end{cases} Prove that detA=k2|\det A| = k^2 for some integer kk.

Solution (official)

Call a square matrix of type (B), if it is of the form (0b120b1,2k20b210b230b2,2k10b320b3,2k20b2k2,10b2k2,30b2k2,2k10b2k1,20b2k1,2k20).\begin{pmatrix} 0 & b_{12} & 0 & \dots & b_{1,2k-2} & 0 \\ b_{21} & 0 & b_{23} & \dots & 0 & b_{2,2k-1} \\ 0 & b_{32} & 0 & \dots & b_{3,2k-2} & 0 \\ \vdots & \vdots & \vdots & \ddots & \vdots & \vdots \\ b_{2k-2,1} & 0 & b_{2k-2,3} & \dots & 0 & b_{2k-2,2k-1} \\ 0 & b_{2k-1,2} & 0 & \dots & b_{2k-1,2k-2} & 0 \end{pmatrix}. Note that every matrix of this form has determinant zero, because it has kk columns spanning a vector space of dimension at most k1k - 1.

Call a square matrix of type (C), if it is of the form C=(0c110c120c1,kc110c120c1,k00c210c220c2,kc210c220c2,k00ck,10ck,20ck,kck,10ck,20ck,k0).C' = \begin{pmatrix} 0 & c_{11} & 0 & c_{12} & \dots & 0 & c_{1,k} \\ c_{11} & 0 & c_{12} & 0 & \dots & c_{1,k} & 0 \\ 0 & c_{21} & 0 & c_{22} & \dots & 0 & c_{2,k} \\ c_{21} & 0 & c_{22} & 0 & \dots & c_{2,k} & 0 \\ \vdots & \vdots & \vdots & \vdots & \ddots & \vdots & \vdots \\ 0 & c_{k,1} & 0 & c_{k,2} & \dots & 0 & c_{k,k} \\ c_{k,1} & 0 & c_{k,2} & 0 & \dots & c_{k,k} & 0 \end{pmatrix}. By permutations of rows and columns, we see that detC=det(0CC0)=detC2,|\det C'| = \left| \det \begin{pmatrix} 0 & C \\ C & 0 \end{pmatrix} \right| = |\det C|^2, where CC denotes the k×kk \times k-matrix with coefficients ci,jc_{i,j}. Therefore, the determinant of any matrix of type (C) is a perfect square (up to a sign).

Now let XX' be the matrix obtained from AA by replacing the first row by (1000)\begin{pmatrix} 1 & 0 & 0 & \dots & 0 \end{pmatrix}, and let YY be the matrix obtained from AA by replacing the entry a11a_{11} by 0. By multi-linearity of the determinant, det(A)=det(X)+det(Y)\det(A) = \det(X') + \det(Y). Note that XX' can be written as X=(10vX)X' = \begin{pmatrix} 1 & 0 \\ v & X \end{pmatrix} for some (n1)×(n1)(n-1) \times (n-1)-matrix XX and some column vector vv. Then det(A)=det(X)+det(Y)\det(A) = \det(X) + \det(Y). Now consider two cases. If nn is odd, then XX is of type (C), and YY is of type (B). Therefore, det(A)=det(X)|\det(A)| = |\det(X)| is a perfect square. If nn is even, then XX is of type (B), and YY is of type (C); hence det(A)=det(Y)|\det(A)| = |\det(Y)| is a perfect square.

The set of primes can be replaced by any subset of {2}{3,5,7,9,11,}\{2\} \cup \{3, 5, 7, 9, 11, \dots\}.

How the field did

contestants scored
255
average (of 20)
1.57
solved (≥ 80%)
6.7%
near-0 (≤ 10%)
89.8%
discrimination
0.43

Score distribution (field cohort)

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

Similar problems

IMC 2019 · Day 1 · P5killeravg 0.8/10 · solved 5% · near-0 91% · disc 0.35
IMC 2005 · Day 2 · P12killeravg 1.5/10 · solved 4% · near-0 72% · disc 0.33
IMC 2006 · Day 1 · P3hardavg 2.5/10 · solved 16% · near-0 64% · disc 0.39
IMC 2019 · Day 1 · P2mediumavg 6.1/10 · solved 44% · near-0 13% · disc 0.38