IMC 2020 · Problem 2

Day 127th IMC · Online

Statement

Let AA and BB be n×nn \times n real matrices such that

rk(ABBA+I)=1\operatorname{rk}(AB - BA + I) = 1

where II is the n×nn \times n identity matrix.

Prove that

trace(ABAB)trace(A2B2)=12n(n1).\operatorname{trace}(ABAB) - \operatorname{trace}(A^2B^2) = \frac{1}{2}n(n - 1).

(rk(M)\operatorname{rk}(M) denotes the rank of matrix MM, i.e., the maximum number of linearly independent columns in MM. trace(M)\operatorname{trace}(M) denotes the trace of MM, that is the sum of diagonal elements in MM.)

Official solution

Hidden so you can work on the problem first.