For every square matrix A over $\mathbb{R}$, we'll assign: $t(A)=\sum_{i=1}^{n}a_{ii}$. And for every matrix $A,B \in M_n$ exists: $t(AB)=t(BA)$. Prove that if $AB-BA=A$ then $\det(A)=0$ and $t(A)=0$.
Since we know that $t(AB)=t(BA)$ its obvious that $t(AB)-t(BA)=0$. And from $AB-BA=A$ we also know that $t(AB-BA)=t(A)$.
I was thinking on continue it like so: $t(AB-BA)=A \Rightarrow t(AB)-t(BA)=t(A)$ and from $t(AB)-t(BA)=0$ so $t(A)=0$. (Same logic for determinants)
But I'm 100% sure that this is incorrect, can I get any direction?