1

Let $A$ be a $2×2$ matrix and $n$ be an integer exceeding $2$. Show that $A^n=0$ if and only if $A^2=0$ where $0$ denotes null matrix of second order.

Proving the 'if part' is easy.

Given, $A^2=0$

Then, pre-multiplying(or post-multiplying) both sides by $A$ for $n-2$ times consecutively, we get

$A^n=0$.

But I cannot prove the 'only if' part, i.e., given $A^n=0$, how can I show that $A^2=0$?

Please anyone help me solve it. Thanks in advance.

user587389
  • 893
  • 8
  • 22

1 Answers1

3

Since $A$ has an eigenvalue of $0$, the characteristic polynomial is of the form $$x(x-a)$$ for some $a$. Thus $$A^2-aA = 0$$ If $a\neq 0$, then $$A^2=aA$$ And therefore $$A^n=a^{n-1}A$$ hence is never $0$. Thus $A^2=0$.

Matt Samuel
  • 58,164