Any Nilpotent Matrix is not Diagonalizable

18.2k Views Asked by At

I'm trying to go about the proof that any matrix that is nilpotent (i.e. $\exists N \in\Bbb N. A^N = \mathbf{0}$) cannot be diagonalizable. I believe that the best way to go about this is by showing that a given eigenvalue's geometric multiplicity is not the same as its algebraic multiplicity. However, I am having some difficulty figuring out what aspect of nilpotency might help me with this calculation.

I can see that if $A^N = \mathbf{0}$ for some $N \in\Bbb N,$ I think it may be reasonable to prove that the only eigenvectors we get from $A$ are the $\mathbf{0}$ vector, although I am not entirely sure if this is the appropriate way to prove the above statement, given that it doesn't necessarily pertain to multiplicity but more of the mechanics of finding eigenvectors and eigenvalues of a matrix. Any recommendations on this problem?

5

There are 5 best solutions below

1
On BEST ANSWER

First note that the only eigenvalue of a nilpotent matrix $A$ is $0$. Now suppose that $A$ is diagonalizable and nonzero. Since $A$ is diagonalizable, $A$ is similar to a diagonal matrix with the eigenvalues of $A$ on the main diagonal, i.e., $A=PDP^{-1}$ where $D$ is the zero matrix so that $A$ is the zero matrix, a contradiction.

0
On

The claim is true for nonzero matrices. The minimal polynomial is of the form $X^n$ for $n>1$ so it has repeated roots. Then your matrix cannot be diagonalizable. Alternatively all the eigenvalues are zero, so the only diagonalizable nilpotent matrix is the zero matrix.

0
On

For an eigenvector $u$ with eigenvalue $\lambda$ we have $$ A u = \lambda u \Rightarrow A^2 u = A \lambda u = \lambda^2 u \Rightarrow A^n u = \lambda^n u $$ If there is a $n$ with $A^n = 0$, then this means $0 = \lambda^n u$ and for a non-vanishing $u$ this requires $\lambda = 0$.

0
On

Not true (example: $0$ matrix). Though, the statement is true if $A \neq 0$.

If $A$ is diagonalizable, then there exists an invertible $P$ and a diagonal matrix $D$ such that $A = P^{-1} D P$. Then, $A^N = P^{-1} D^N P$, which gives $P^{-1} D^N P = 0$. Therefore $D^N = 0$ and so $(D_{ii})^N = 0$ for all $i$, hence $D_{ii} = 0$ for all $i$ and $D$ is the zero matrix. This gives $A = P^{-1} 0 P = 0$, which is contradictory to the assumption.

0
On

Suppose that $A$ is a nilpotent and diagonalizable matrix.

$A = PDP^{-1}$ and $\exists n$ such that $A^n = O$

$A^n = PD^{n}P^{-1} = O\\ D^n = O$

Since $D$ is diagonal $D^n = O \implies D = O$

The only nilpotent and diagonalizeable matrix is $O$