I have a few proofs I need some help with.
a) Prove that $AB-BA = I$ does not have any solutions for any $A,B$. All matrices are regular.
I based my proof on matrix traces. $tr(AB) = tr(BA)$. Since $tr(X+Y) = tr(X) + tr(Y)$, it holds that $tr(AB - BA) = tr(AB) - tr(BA) = 0$ and $tr(I) = m$ so the diagonal numbers cant be "önes". Is this proof correct or do I have to use some other method?
b) Prove that $(AB)^{-1} = B^{-1}A^{-1}$. I believe that I can prove this by simply writing all the matrices products down.. is there some simplier and more "elegant" way how to prove this?
c) Prove that $A + A^T$ is symetric for a square $A$. Not sure abotu this one...
Thanks for any help in advance!
EDIT: $A$ in c) is square, not rectangular!