IMC 1997 · Problem 4

Day 24th IMC · Plovdiv, Bulgaria

Statement

a) Let the mapping f:MnRf : M_n \to \mathbb{R} from the space Mn=Rn2M_n = \mathbb{R}^{n^2} of n×nn \times n matrices with real entries to reals be linear, i.e.:

f(A+B)=f(A)+f(B),f(cA)=cf(A)(1)f(A + B) = f(A) + f(B), \quad f(cA) = cf(A) \tag{1}

for any A,BMnA, B \in M_n, cRc \in \mathbb{R}. Prove that there exists a unique matrix CMnC \in M_n such that f(A)=tr(AC)f(A) = \operatorname{tr}(AC) for any AMnA \in M_n. (If A={aij}i,j=1nA = \{a_{ij}\}_{i,j=1}^{n} then tr(A)=i=1naii\operatorname{tr}(A) = \sum\limits_{i=1}^{n} a_{ii}).

b) Suppose in addition to (1) that

f(A.B)=f(B.A)(2)f(A.B) = f(B.A) \tag{2}

for any A,BMnA, B \in M_n. Prove that there exists λR\lambda \in \mathbb{R} such that f(A)=λ.tr(A)f(A) = \lambda . \operatorname{tr}(A).

Official solution

Hidden so you can work on the problem first.