I need help have to prove some properties of trace
Let S and T be linear maps on an Euclidean space V,
- Show that $$\operatorname {trace} (ST)=\operatorname {trace} (TS)$$
- Prove or disprove that $$\operatorname {trace} (ST)=\operatorname {trace} (T)\cdot\operatorname {trace} (S)$$
- If for all linear map K $\operatorname {trace} (TK)= 0$ then show that, $T=0$
I was able to solve the first question using the fact that for given matrices A and B we have,
$$(AB)_{i,j} = \sum_{k}a_{ik}b_{kj}$$
Hence $$\operatorname {trace} (AB)= \sum_{i}(AB)_{i,i} = \sum_{i}\sum_{k}a_{ik}b_{ki}=\sum_{k}\sum_{i}b_{ki}a_{ik} = \sum_{i}(BA)_{i,i}=\operatorname {trace} (AB) $$ is this correct? can anyone help with questions 2 and 3?