6

Let $A$ and $B$ be invertible $2 \times 2$ matrices such that $AB = -BA$ over the complex numbers. Show that $A$ and $B$ are diagonalizable.

Widawensen
  • 8,172
MeryT
  • 61
  • The title of this question is highly misleading. Perhaps adding "with an additional condition" after "matrices" would be more accurate. – DonAntonio Nov 28 '16 at 12:39

2 Answers2

9

Fill in details:

Let $\;\lambda\;$ be an eigenvalue of $\;A\;$ with corresponding eigenvector $\;v\;$ :

$$ABv=A(Bv)=-BAv=-B(\lambda v)=-\lambda Bv$$

and thus also $\;-\lambda\;$ is an eigenvalue of $\;A\;$ with corr. eigenvector $\;Bv\;$ .

Since $\;\lambda\neq0\;$ we get $\;A\;$ is diagonalizable, and by symmetry also $\;B\;$ is.

DonAntonio
  • 211,718
  • 17
  • 136
  • 287
6

We have $B=A^{-1}(-B)A$, hence $B$ and $-B$ are similar. Since $B$ is invertible , $0$ is not an eigenvalue of $B$.

Now, if $\lambda_0$ is an eigenvalue of $B$, then $-\lambda_0$ is an eigenvalue of $-B$. By similarity: $-\lambda_0$ is an eigenvalue of $B$.

The $2 \times 2$ - matrix $B$ has therefore the two distinct eigenvalues $\lambda_0$ and $-\lambda_0$

Fred
  • 77,394