Let A1,A2,…,Am∈Mn(R). Prove that there exist ε1,ε2,…,εm∈{−1,1} such that: tr((ε1A1+ε2A2+⋯+εmAm)2)≥tr(A12)+tr(A22)+⋯+tr(Am2)
This one wants a proof. Work it on paper, then read the official solution and mark
yourself. Be honest about it: the record is only any use to you if it is.
Official solution
1. Expectation Calculation: We start by considering the random variables εi which are chosen independently and uniformly from {−1,1}. We need to calculate the expected value of the trace of the square of the sum of these matrices: E[tr((ε1A1+ε2A2+⋯+εmAm)2)]
2. Expanding the Square: Expand the square inside the trace: (ε1A1+ε2A2+⋯+εmAm)2=i=1∑mεi2Ai2+1≤i=j≤m∑εiεjAiAj Since εi2=1 for all i, this simplifies to: (ε1A1+ε2A2+⋯+εmAm)2=i=1∑mAi2+1≤i=j≤m∑εiεjAiAj
3. Taking the Trace: Now, take the trace of both sides: tr((ε1A1+ε2A2+⋯+εmAm)2)=tr(i=1∑mAi2)+tr1≤i=j≤m∑εiεjAiAj
4. Linearity of Trace and Expectation: Using the linearity of the trace and expectation, we get: E[tr((ε1A1+ε2A2+⋯+εmAm)2)]=tr(i=1∑mAi2)+Etr1≤i=j≤m∑εiεjAiAj
5. Expectation of Cross Terms: Since εi and εj are independent and have mean zero, the expectation of the cross terms εiεj for i=j is zero: E[εiεj]=E[εi]E[εj]=0 Therefore, Etr1≤i=j≤m∑εiεjAiAj=0
6. Final Simplification: This simplifies our expectation to: E[tr((ε1A1+ε2A2+⋯+εmAm)2)]=tr(i=1∑mAi2) Since tr(∑i=1mAi2)=tr(A12)+tr(A22)+⋯+tr(Am2), we have: E[tr((ε1A1+ε2A2+⋯+εmAm)2)]=tr(A12)+tr(A22)+⋯+tr(Am2)
7. **Existence of εi:** Since the expected value of a random variable is a weighted average of its possible values, there must exist some specific choice of ε1,ε2,…,εm∈{−1,1} such that: tr((ε1A1+ε2A2+⋯+εmAm)2)≥tr(A12)+tr(A22)+⋯+tr(Am2)
■
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic, difficulty and ordering added
by this site.