2

For each matrix $A_{n×n}$, explain why it is impossible to find a solution for $X_{n×n}$ in the matrix equation

$$ AX-XA=I $$

Hint: Consider the trace function.

My question: I can understand that by taking the trace from both sides we get zero in the left and $n$ in the right hand side. However, I do not understand why manipulating both sides and getting unreasonable result means the true proof.

2 Answers2

2

An implication $A \implies B$ is an assertion of the form : "If $A$ is true, then $B$ is true".

In particular, suppose $A \implies B$ is true. If it happens that $B$ is a statement like $1 = 0$ or something i.e. which is always false, then, $A$ also has to be false, because if it were true, then because of the implication being true we would get that $B$ is true, which can never happen.

Now, taking the trace says that "$AX - XA = I$ for two matrices $A,X$" implies "$n = 0$" i.e. the implication is a true statement. Since the latter statement is always false, but the implication is true, the first statement must also be false.

1

Functions cannot map an input to more than one output, i.e. $a=b \implies f(a) = f(b)$ (the converse means the function is injective).

The trace of a matrix is a function and so we derive our contradiction.

qwr
  • 10,716