Every Diagonalizable Nilpotent Matrix is the Zero Matrix

Nilpotent Matrix Problems and Solutions

Problem 504

Prove that if $A$ is a diagonalizable nilpotent matrix, then $A$ is the zero matrix $O$.

 
LoadingAdd to solve later

Sponsored Links


Definition (Nilpotent Matrix)

A square matrix $A$ is called nilpotent if there exists a positive integer $k$ such that $A^k=O$.

Proof.

Main Part

Since $A$ is diagonalizable, there is a nonsingular matrix $S$ such that $S^{-1}AS$ is a diagonal matrix whose diagonal entries are eigenvalues of $A$.

As we show below, the only eigenvalue of any nilpotent matrix is $0$.
Thus, $S^{-1}AS$ is the zero matrix.
Hence $A=SOS^{-1}=O$.

The only eigenvalue of each nilpotent matrix is $0$

It remains to show that the fact we used above: the only eigenvalue of the nilpotent matrix $A$ is $0$.

Let $\lambda$ be an eigenvalue of $A$ and let $\mathbf{v}$ be an eigenvector corresponding to $\lambda$.
That is,
\[A\mathbf{v}=\lambda \mathbf{v}, \tag{*}\]

Since $A$ is nilpotent, there exists a positive integer $k$ such that $A^k=O$.

Then we use the relation (*) inductively and obtain
\begin{align*}
A^k\mathbf{v}&=A^{k-1}A\mathbf{v}\\
&=\lambda A^{k-1}\mathbf{v} && \text{by (*)}\\
&=\lambda A^{k-2}A\mathbf{v}\\
&=\lambda^2 A^{k-2}\mathbf{v} && \text{by (*)}\\
&=\dots =\lambda^k \mathbf{v}.
\end{align*}

Hence we have
\[\mathbf{0}=O\mathbf{v}=A^k\mathbf{v}=\lambda^k \mathbf{v}.\]

Note that the eigenvector $\mathbf{v}$ is a nonzero vector by definition.
Thus, we must have $\lambda^k=0$, hence $\lambda=0$.
This proves that the only eigenvalue of the nilpotent matrix $A$ is $0$, and this completes the proof.

Another Proof of the Fact

Even though the fact proved above is true regardless of diagonalizability of $A$, we can make use that $A$ is diagonalizable to prove the fact as follows.

Let $\lambda_1, \dots, \lambda_n$ be the eigenvalues of the $n\times n$ nilpotent matrix $A$.
Then we have
\[S^{-1}AS=D,\] where
\[D:=\begin{bmatrix}
\lambda_1 & 0 & \dots & 0 \\
0 &\lambda_2 & \dots & 0 \\
\vdots & \vdots & \ddots & \vdots \\
0 & 0 & \dots & \lambda_n
\end{bmatrix}.\]

Then we have
\(\require{cancel}\)
\begin{align*}
D^k&=(S^{-1}AS)^k\\
&=(S^{-1}A\cancel{S})(\cancel{S}^{-1}A\cancel{S})\cdots (\cancel{S}^{-1}AS)\\
&=S^{-1}A^kS\\
&=S^{-1}OS=O.
\end{align*}

Since
\[D^k=\begin{bmatrix}
\lambda_1^k & 0 & \dots & 0 \\
0 &\lambda_2^k & \dots & 0 \\
\vdots & \vdots & \ddots & \vdots \\
0 & 0 & \dots & \lambda_n^k
\end{bmatrix},\] it yields that $\lambda_i^=0$, and hence $\lambda_i=0$ for $i=1, \dots, n$.

Related Question.

The converse of the above fact is also true: if the only eigenvalue of $A$ is $0$, then $A$ is a nilpotent matrix.

See the post ↴
Nilpotent Matrix and Eigenvalues of the Matrix
for a proof of this fact.


LoadingAdd to solve later

Sponsored Links

More from my site

  • Normal Nilpotent Matrix is Zero MatrixNormal Nilpotent Matrix is Zero Matrix A complex square ($n\times n$) matrix $A$ is called normal if \[A^* A=A A^*,\] where $A^*$ denotes the conjugate transpose of $A$, that is $A^*=\bar{A}^{\trans}$. A matrix $A$ is said to be nilpotent if there exists a positive integer $k$ such that $A^k$ is the zero […]
  • Is the Sum of a Nilpotent Matrix and an Invertible Matrix Invertible?Is the Sum of a Nilpotent Matrix and an Invertible Matrix Invertible? A square matrix $A$ is called nilpotent if some power of $A$ is the zero matrix. Namely, $A$ is nilpotent if there exists a positive integer $k$ such that $A^k=O$, where $O$ is the zero matrix. Suppose that $A$ is a nilpotent matrix and let $B$ be an invertible matrix of […]
  • How to Diagonalize a Matrix. Step by Step Explanation.How to Diagonalize a Matrix. Step by Step Explanation. In this post, we explain how to diagonalize a matrix if it is diagonalizable. As an example, we solve the following problem. Diagonalize the matrix \[A=\begin{bmatrix} 4 & -3 & -3 \\ 3 &-2 &-3 \\ -1 & 1 & 2 \end{bmatrix}\] by finding a nonsingular […]
  • A Diagonalizable Matrix which is Not Diagonalized by a Real Nonsingular MatrixA Diagonalizable Matrix which is Not Diagonalized by a Real Nonsingular Matrix Prove that the matrix \[A=\begin{bmatrix} 0 & 1\\ -1& 0 \end{bmatrix}\] is diagonalizable. Prove, however, that $A$ cannot be diagonalized by a real nonsingular matrix. That is, there is no real nonsingular matrix $S$ such that $S^{-1}AS$ is a diagonal […]
  • Quiz 13 (Part 1) Diagonalize a MatrixQuiz 13 (Part 1) Diagonalize a Matrix Let \[A=\begin{bmatrix} 2 & -1 & -1 \\ -1 &2 &-1 \\ -1 & -1 & 2 \end{bmatrix}.\] Determine whether the matrix $A$ is diagonalizable. If it is diagonalizable, then diagonalize $A$. That is, find a nonsingular matrix $S$ and a diagonal matrix $D$ such that […]
  • Two Matrices with the Same Characteristic Polynomial. Diagonalize if Possible.Two Matrices with the Same Characteristic Polynomial. Diagonalize if Possible. Let \[A=\begin{bmatrix} 1 & 3 & 3 \\ -3 &-5 &-3 \\ 3 & 3 & 1 \end{bmatrix} \text{ and } B=\begin{bmatrix} 2 & 4 & 3 \\ -4 &-6 &-3 \\ 3 & 3 & 1 \end{bmatrix}.\] For this problem, you may use the fact that both matrices have the same characteristic […]
  • Diagonalizable by an Orthogonal Matrix Implies a Symmetric MatrixDiagonalizable by an Orthogonal Matrix Implies a Symmetric Matrix Let $A$ be an $n\times n$ matrix with real number entries. Show that if $A$ is diagonalizable by an orthogonal matrix, then $A$ is a symmetric matrix.   Proof. Suppose that the matrix $A$ is diagonalizable by an orthogonal matrix $Q$. The orthogonality of the […]
  • Nilpotent Matrices and Non-Singularity of Such MatricesNilpotent Matrices and Non-Singularity of Such Matrices Let $A$ be an $n \times n$ nilpotent matrix, that is, $A^m=O$ for some positive integer $m$, where $O$ is the $n \times n$ zero matrix. Prove that $A$ is a singular matrix and also prove that $I-A, I+A$ are both nonsingular matrices, where $I$ is the $n\times n$ identity […]

You may also like...

1 Response

  1. 07/10/2017

    […] the post ↴ Every Diagonalizable Nilpotent Matrix is the Zero Matrix for a proof of this […]

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
Cayley-Hamilton Theorem Problems and Solutions
How to Use the Cayley-Hamilton Theorem to Find the Inverse Matrix

Find the inverse matrix of the $3\times 3$ matrix \[A=\begin{bmatrix} 7 & 2 & -2 \\ -6 &-1 &2 \\...

Close