logo

Null Space of Power Maps 📂Linear Algebra

Null Space of Power Maps

Theorem1

nn Let’s say that the linear transformation T:VVT : V \to V on the dimension vector space is nilpotent.

Tp=T0 T^{p} = T_{0}

Here, T0T_{0} is the zero transformation. Let’s call N(T)N(T) the null space of TT. Then, the following holds:

  1. For all iNi \in \mathbb{N}, it is N(Ti)N(Ti+1)N(T^{i}) \subset N(T^{i+1}).

  2. For 1ip11 \le i \le p-1, there exists a sequence basis N(Ti)N(T^{i}) of βi\beta_{i} such that the following holds. βiβi+1 \beta_{i} \subset \beta_{i+1}

  3. Let’s call the sequence basis obtained by the method of 2. as N(Tp)=VN(T^{p}) = V. Then, the matrix representation [T]β\begin{bmatrix} T \end{bmatrix}_{\beta} is an upper triangular matrix.

  4. The characteristic polynomial of TT is (1)ntn(-1)^{n}t^{n}. Therefore, TT can be decomposed, and the eigenvalues of TT are only 00.

Explanation

  1. Since the null space is a subspace of VV, N(Ti)N(T^{i})s are increasingly larger subspaces of VV. There are up to p1p-1 proper subspaces. {0}N(T1)N(T2)N(Tp)=V \left\{ \mathbf{0} \right\} \le N(T^{1}) \le N(T^{2}) \le \cdots \le N(T^{p}) = V

  2. The fact that the eigenvalues of nilpotent are only 00 can easily be shown with another proof.

Proof

1.

If Tiv=0T^{i}\mathbf{v} = \mathbf{0}, then it is Ti+1v=TTiv=T0=0T^{i+1}\mathbf{v} = TT^{i}\mathbf{v} = T\mathbf{0} = \mathbf{0}.

2.

Choose one of the sequence bases of N(T1)N(T^{1}) as β1\beta_{1} randomly. Then, based on the result of 1., you can get β2\beta_{2} that becomes a sequence basis of N(T2)N(T^{2}) by expanding β1\beta_{1}. Repeating this to get βi\beta_{i} completes the proof.


  1. Stephen H. Friedberg, Linear Algebra (4th Edition, 2002), p512-513 ↩︎