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

IMC / 2015 / Problems / Day 2, P9

IMC 2015 · Day 2 · P9

killer

An n×nn \times n complex matrix AA is called t-normal if AAt=AtAA A^t = A^t A where AtA^t is the transpose of AA. For each nn, determine the maximum dimension of a linear space of complex n×nn \times n matrices consisting of t-normal matrices.

(Proposed by Shachar Carmeli, Weizmann Institute of Science)

Solution (official)

Answer: The maximum dimension of such a space is n(n+1)2\frac{n(n+1)}{2}.

The number n(n+1)2\frac{n(n+1)}{2} can be achieved, for example the symmetric matrices are obviously t-normal and they form a linear space with dimension n(n+1)2\frac{n(n+1)}{2}. We shall show that this is the maximal possible dimension.

Let MnM_n denote the space of n×nn \times n complex matrices, let SnMnS_n \subset M_n be the subspace of all symmetric matrices and let AnMnA_n \subset M_n be the subspace of all anti-symmetric matrices, i.e. matrices AA for which At=AA^t = -A.

Let VMnV \subset M_n be a linear subspace consisting of t-normal matrices. We have to show that dim(V)dim(Sn)\dim(V) \le \dim(S_n). Let π:VSn\pi : V \to S_n denote the linear map π(A)=A+At\pi(A) = A + A^t. We have dim(V)=dim(Ker(π))+dim(Im(π))\dim(V) = \dim(\operatorname{Ker}(\pi)) + \dim(\operatorname{Im}(\pi)) so we have to prove that dim(Ker(π))+dim(Im(π))dim(Sn)\dim(\operatorname{Ker}(\pi)) + \dim(\operatorname{Im}(\pi)) \le \dim(S_n). Notice that Ker(π)An\operatorname{Ker}(\pi) \subseteq A_n.

We claim that for every AKer(π)A \in \operatorname{Ker}(\pi) and BVB \in V, Aπ(B)=π(B)AA \pi(B) = \pi(B) A. In other words, Ker(π)\operatorname{Ker}(\pi) and Im(π)\operatorname{Im}(\pi) commute. Indeed, if A,BVA, B \in V and A=AtA = -A^t then (A+B)(A+B)t=(A+B)t(A+B)AAt+ABt+BAt+BBt=AtA+AtB+BtA+BtBABtBA=AB+BtAA(B+Bt)=(B+Bt)AAπ(B)=π(B)A.\begin{gather*} (A + B)(A + B)^t = (A + B)^t (A + B) \Leftrightarrow \\ \Leftrightarrow A A^t + A B^t + B A^t + B B^t = A^t A + A^t B + B^t A + B^t B \Leftrightarrow \\ \Leftrightarrow A B^t - B A = -A B + B^t A \Leftrightarrow A (B + B^t) = (B + B^t) A \Leftrightarrow \\ \Leftrightarrow A \pi(B) = \pi(B) A. \end{gather*} Our bound on the dimension on VV follows from the following lemma:

Lemma. Let XSnX \subseteq S_n and YAnY \subseteq A_n be linear subspaces such that every element of XX commutes with every element of YY. Then dim(X)+dim(Y)dim(Sn)\dim(X) + \dim(Y) \le \dim(S_n)

Proof. Without loss of generality we may assume X=ZSn(Y):={xSn:xy=yx yY}X = Z_{S_n}(Y) := \{ x \in S_n : xy = yx \ \forall y \in Y \}. Define the bilinear map B:Sn×AnCB : S_n \times A_n \to \mathbb{C} by B(x,y)=tr(d[x,y])B(x, y) = \operatorname{tr}(d [x, y]) where [x,y]=xyyx[x, y] = xy - yx and d=diag(1,,n)d = \operatorname{diag}(1, \dots, n) is the matrix with diagonal elements 1,,n1, \dots, n and zeros off the diagonal. Clearly B(X,Y)={0}B(X, Y) = \{0\}. Furthermore, if yYy \in Y satisfies that B(x,y)=0B(x, y) = 0 for all xSnx \in S_n then tr(d[x,y])=tr([d,x],y])=0\operatorname{tr}(d [x, y]) = -\operatorname{tr}([d, x], y]) = 0

for every xSnx \in S_n.

We claim that {[d,x]:xSn}=An\{ [d, x] : x \in S_n \} = A_n. Let EijE_i^j denote the matrix with 1 in the entry (i,j)(i, j) and 0 in all other entries. Then a direct computation shows that [d,Eij]=(ji)Eij[d, E_i^j] = (j - i) E_i^j and therefore [d,Eij+Eji]=(ji)(EijEji)[d, E_i^j + E_j^i] = (j - i)(E_i^j - E_j^i) and the collection {(ji)(EijEji)}1i<jn\{ (j - i)(E_i^j - E_j^i) \}_{1 \le i < j \le n} span AnA_n for iji \ne j.

It follows that if B(x,y)=0B(x, y) = 0 for all xSnx \in S_n then tr(yz)=0\operatorname{tr}(y z) = 0 for every zAnz \in A_n. But then, taking z=yˉz = \bar{y}, where yˉ\bar{y} is the entry-wise complex conjugate of yy, we get 0=tr(yyˉ)=tr(yyˉt)0 = \operatorname{tr}(y \bar{y}) = -\operatorname{tr}(y \bar{y}^t) which is the sum of squares of all the entries of yy. This means that y=0y = 0.

It follows that if y1,,ykYy_1, \dots, y_k \in Y are linearly independent then the equations B(x,y1)=0, , B(x,yk)=0B(x, y_1) = 0, \ \dots, \ B(x, y_k) = 0 are linearly independent as linear equations in xx, otherwise there are a1,,aka_1, \dots, a_k such that B(x,a1y1++akyk)=0B(x, a_1 y_1 + \dots + a_k y_k) = 0 for every xSnx \in S_n, a contradiction to the observation above. Since the solution of kk linearly independent linear equations is of codimension kk, dim({xSn:[x,yi]=0, for i=1,..,k})dim(xSn:B(x,yi)=0 for i=1,,k)=dim(Sn)k.\begin{align*} \dim(\{ x \in S_n : [x, y_i] = 0, \text{ for } i = 1, .., k \}) &\le \\ \le \dim( x \in S_n : B(x, y_i) = 0 \text{ for } i = 1, \dots, k ) &= \dim(S_n) - k. \end{align*} The lemma follows by taking y1,,yky_1, \dots, y_k to be a basis of YY.

Since Ker(π)\operatorname{Ker}(\pi) and Im(π)\operatorname{Im}(\pi) commute, by the lemma we deduce that dim(V)=dim(Ker(π))+dim(Im(π))dim(Sn)=n(n+1)2.\dim(V) = \dim(\operatorname{Ker}(\pi)) + \dim(\operatorname{Im}(\pi)) \le \dim(S_n) = \frac{n(n+1)}{2}.

How the field did

contestants scored
318
average (of 10)
0.74
solved (≥ 80%)
0.9%
near-0 (≤ 10%)
83.0%
discrimination
0.46

Score distribution (field cohort)

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

Similar problems

IMC 2016 · Day 2 · P10killeravg 0.1/10 · solved 1% · near-0 99% · disc 0.16
IMC 2004 · Day 2 · P12killeravg 0.2/10 · solved 1% · near-0 97% · disc 0.13
IMC 2006 · Day 2 · P12killeravg 0.0/10 · solved 0% · near-0 99% · disc 0.16
IMC 2002 · Day 1 · P6killeravg 0.2/10 · solved 2% · near-0 98% · disc 0.21