Matrix $XY-YX$ Never Be the Identity Matrix

Problems and solutions in Linear Algebra

Problem 261

Let $I$ be the $n\times n$ identity matrix, where $n$ is a positive integer. Prove that there are no $n\times n$ matrices $X$ and $Y$ such that
\[XY-YX=I.\]  
LoadingAdd to solve later

Sponsored Links


Hint.

Suppose that such matrices exist and consider the trace of the matrix $XY-YX$.

Recall that the trace of a square matrix $A$ is the sum of the diagonal entries of $A$.

Proof.

We use the following basic properties of the trace of matrices.
Let $A, B$ be $n\times n$ matrices and let $c$ be a scalar.

  1. $\tr(A+B)=\tr(A)+\tr(B)$.
  2. $\tr(cA)=c\tr(A)$.
  3. $\tr(AB)=\tr(BA)$.

Seeking a contradiction, we assume that there are matrices $X$ and $Y$ such that $XY-YX=I$.

Then we take the trace of both sides and obtain
\begin{align*}
n&=\tr(I)\\
&=\tr(XY-YX)\\
&=\tr(XY)-\tr(YX) \qquad \text{ (by property (1), (2) of the trace)}\\
&=\tr(XY)-\tr(YX) \qquad \text{ (by property (3) of the trace)}\\
&=0.
\end{align*}

Since $n$ is a positive integer, this is a contradiction.
Therefore, such matrices $X, Y$ do not exist.


LoadingAdd to solve later

Sponsored Links

More from my site

You may also like...

2 Responses

  1. Lalitha says:

    Did we assume tr(XY−YX)=n in the proof?

    • Yu says:

      Note that the trace of the $n\times n$ identity matrix is $n$: $\tr(I)=n$.
      By assumption, we have $XY-YX=I$. Combining these we have $n=tr(XY-YX)$.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

More in Linear Algebra
Linear algebra problems and solutions
Row Equivalent Matrix, Bases for the Null Space, Range, and Row Space of a Matrix

Let \[A=\begin{bmatrix} 1 & 1 & 2 \\ 2 &2 &4 \\ 2 & 3 & 5 \end{bmatrix}.\] (a) Find...

Close