Is a Set of All Nilpotent Matrix a Vector Space?

Nilpotent Matrix Problems and Solutions

Problem 236

Let $V$ denote the vector space of all real $n\times n$ matrices, where $n$ is a positive integer.

Determine whether the set $U$ of all $n\times n$ nilpotent matrices is a subspace of the vector space $V$ or not.

 
LoadingAdd to solve later

Sponsored Links


Definition.

An matrix $A$ is a nilpotent matrix if there exists a positive integer $k$ such that $A^k$ is the zero matrix.

Solution.

Case: $n=1$

When $n=1$, the only $1\times 1$ nilpotent matrix is $(0)$. Thus $U=\{(0)\}$ and it is a subspace of $V$.

Case: $n=2$

Let us next consider the case $n=2$.

In this case, we prove that the set $U$ of all $2\times 2$ nilpotent matrices is not a subspace of $V$.
The set $U$ is not a subspace because it is not closed under addition as the following example shows.
Consider the matrices
\[A=\begin{bmatrix}
0 & 1\\
0& 0
\end{bmatrix}
\text{ and }
B=\begin{bmatrix}
0 & 0\\
1& 0
\end{bmatrix}.\] It is easy to compute and see that $A^2$ and $B^2$ are both the zero matrices.
Hence $A$ and $B$ are nilpotent matrices.
However we show that their sum
\[A+B=\begin{bmatrix}
0 & 1\\
1& 0
\end{bmatrix}\] is not a nilpotent matrix. We have
\begin{align*}
(A+B)^k=
\begin{cases}
A+B & \text{ if $k$ is odd}\\
I & \text{ if $k$ is even},
\end{cases}
\end{align*}
where $I$ is $2\times 2$ identity matrix. Thus $(A+B)^k$ is not the zero matrix for any integer $k$, and thus $A+B$ is not a nilpotent matrix.
So we saw that even though $A$ and $B$ are in $U$, their sum $A+B$ is not in $U$.
Namely, the set $U$ is not closed under addition, hence $U$ is not a subspace of $V$.

Case: $n \geq 3$

Finally, we consider the case $n \geq 3$.
We claim that the set $U$ of all $n\times n$ nilpotent matrices is not a subspace of the vector space $V$.

Let $A$ and $B$ be the $2\times 2$ matrices as above. Then consider the $n\times n$ matrices
\[A’=
\left[\begin{array}{c|c}
A & O\\
\hline
O& O
\end{array}
\right] \text{ and }
B’=
\left[\begin{array}{c|c}
B & O\\
\hline
O& O
\end{array}
\right],\] that is, $A’$ is the $n \times n$ matrix whose left top $2\times 2$ part is $A$ and the remaining entries are all $0$. Similarly for $B’$.

Then it is easy to check that $A’^2, B’^2$ are both zero matrices but $(A’+B’)^k$ is not a zero matrix for any integer $k$.
Thus, $A’, B’$ are nilpotent matrices but their sum $A+B$ is not nilpotent.
Hence $U$ is not a subspace of $V$ since it is not closed under addition.

Summary

In summary, the set $U$ of all $n\times n$ nilpotent matrices is a subspace of $V$ if and only if $n=1$.


LoadingAdd to solve later

Sponsored Links

More from my site

  • Differentiating Linear Transformation is NilpotentDifferentiating Linear Transformation is Nilpotent Let $P_n$ be the vector space of all polynomials with real coefficients of degree $n$ or less. Consider the differentiation linear transformation $T: P_n\to P_n$ defined by \[T\left(\, f(x) \,\right)=\frac{d}{dx}f(x).\] (a) Consider the case $n=2$. Let $B=\{1, x, x^2\}$ be a […]
  • Solve a Linear Recurrence Relation Using Vector Space TechniqueSolve a Linear Recurrence Relation Using Vector Space Technique Let $V$ be a real vector space of all real sequences \[(a_i)_{i=1}^{\infty}=(a_1, a_2, \dots).\] Let $U$ be a subspace of $V$ defined by \[U=\{(a_i)_{i=1}^{\infty}\in V \mid a_{n+2}=2a_{n+1}+3a_{n} \text{ for } n=1, 2,\dots \}.\] Let $T$ be the linear transformation from […]
  • Subspaces of Symmetric, Skew-Symmetric MatricesSubspaces of Symmetric, Skew-Symmetric Matrices Let $V$ be the vector space over $\R$ consisting of all $n\times n$ real matrices for some fixed integer $n$. Prove or disprove that the following subsets of $V$ are subspaces of $V$. (a) The set $S$ consisting of all $n\times n$ symmetric matrices. (b) The set $T$ consisting of […]
  • The Null Space (the Kernel) of a Matrix is a Subspace of $\R^n$The Null Space (the Kernel) of a Matrix is a Subspace of $\R^n$ Let $A$ be an $m \times n$ real matrix. Then the null space $\calN(A)$ of $A$ is defined by \[ \calN(A)=\{ \mathbf{x}\in \R^n \mid A\mathbf{x}=\mathbf{0}_m\}.\] That is, the null space is the set of solutions to the homogeneous system $A\mathbf{x}=\mathbf{0}_m$. Prove that the […]
  • Find the Formula for the Power of a Matrix Using Linear Recurrence RelationFind the Formula for the Power of a Matrix Using Linear Recurrence Relation Suppose that $A$ is $2\times 2$ matrix that has eigenvalues $-1$ and $3$. Then for each positive integer $n$ find $a_n$ and $b_n$ such that \[A^{n+1}=a_nA+b_nI,\] where $I$ is the $2\times 2$ identity matrix.   Solution. Since $-1, 3$ are eigenvalues of the […]
  • 12 Examples of Subsets that Are Not Subspaces of Vector Spaces12 Examples of Subsets that Are Not Subspaces of Vector Spaces Each of the following sets are not a subspace of the specified vector space. For each set, give a reason why it is not a subspace. (1) \[S_1=\left \{\, \begin{bmatrix} x_1 \\ x_2 \\ x_3 \end{bmatrix} \in \R^3 \quad \middle | \quad x_1\geq 0 \,\right \}\] in […]
  • Prove a Given Subset is a Subspace  and Find a Basis and DimensionProve a Given Subset is a Subspace and Find a Basis and Dimension Let \[A=\begin{bmatrix} 4 & 1\\ 3& 2 \end{bmatrix}\] and consider the following subset $V$ of the 2-dimensional vector space $\R^2$. \[V=\{\mathbf{x}\in \R^2 \mid A\mathbf{x}=5\mathbf{x}\}.\] (a) Prove that the subset $V$ is a subspace of $\R^2$. (b) Find a basis for […]
  • Every Plane Through the Origin in the Three Dimensional Space is a SubspaceEvery Plane Through the Origin in the Three Dimensional Space is a Subspace Prove that every plane in the $3$-dimensional space $\R^3$ that passes through the origin is a subspace of $\R^3$.   Proof. Each plane $P$ in $\R^3$ through the origin is given by the equation \[ax+by+cz=0\] for some real numbers $a, b, c$. That is, the […]

You may also like...

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
Orthogonality of Eigenvectors of a Symmetric Matrix Corresponding to Distinct Eigenvalues

Suppose that a real symmetric matrix $A$ has two distinct eigenvalues $\alpha$ and $\beta$. Show that any eigenvector corresponding to...

Close