Let $A, B$ be square matrices over $\Bbb C$. Prove that matrices $AB$ and $BA$ have the same characteristic polynomial.
I know it's a famous problem and found various answers. However, I am at my first year of math degree and my knowledge is very limited.
I have never seen matrix which the entires of the matrix is matrices themselves. We never spoke in the class about limits of matrices (those the sort of solutions I saw online).
So, this question is kind of "challenge" for us to prove with our basic linear algebra knowledge. If any one knows a solution (complicated as it may be as long as it dosent require more than the basic knowledge) it would help a lot. thank you very much
I provide here a detailed (and to some extent elementary) explanation of this proof. Note that we assume the (fairly elementary) fact that for square matrices $A,B$, we have $\det(AB) = \det(A)\det(B)$.
With that, we proceed as follows. Let $n$ be the size of the matrices $A$ and $B$.
$\det(A)$ is a polynomial on the entries of $A$. For example, when $A$ is $2 \times 2$, we have $$ \det A = a_{11}a_{22} - a_{12}a_{21}. $$ The above expression for $\det(A)$ is a "polynomial" in that it requires only addition and multiplication.
Note: In general, a similar expression can be attained with the Leibniz expansion of the determinant. Just as the polynomial $f(x,y) = x^2 - 2y^2 + xy$ is a polynomial on two variables, so is the determinant of $A$ a polynoimal on $n^2$ variables.
Similarly, $p_1 = \det(xI - AB)$ and $p_2 = \det(x I - BA)$ are polynomials on the entries $a_{ij}$ of $A$, the entries $b_{ij}$ of $B$, and $x$. Our goal is to show that $p_1 = p_2$. The key to the proof is the following: $$ \begin{align} \det(A)\cdot p_1 &= \det(xI - AB)\det(A) = \det([xI - AB]A) = \det(xA - ABA) \\ & = \det(A[x I - BA]) = \det(A) \det(x I - BA) = \det(A)\cdot p_2. \end{align} $$ Now, it suffices to show that the following is true.
Proof: Let $p = p_1 - p_2$. It is equivalent to show that if $q\cdot p = 0$, then $p = 0$. In other words, it suffices to show that $\Bbb C[x_1,\dots,x_m]$ is an integral domain, as is done on this post.