Find the rank of $T^2$

linear algebralinear-transformationsmatricesmatrix-rank

Question: Let $\mathbb{C}^{11}$ is a vector space over $\mathbb{C}$ and $T:\mathbb{C}^{11}\to \mathbb{C}^{11}$ is a linear transformation. If dimension of Kernel $T=4$, dimension of Kernel $T^3=9$ and dimension of Kernel $T^4=11$. Then the dimension of Kernel $T^2=$…………

Since $T$ is a linear operator, $T^2, T^3,T^4$ will also be linear operators and there will be matrices associated with these linear operators, say $[T]$ represents the matrix related to the linear operator $T$. By rank-nullity theorem, we get $rank(T)+nullity(T)=dim(\mathbb{C}^{11})=11$. So, rank$(T)=7$ and similarly, we can get rank$(T^3)=2$ and rank$(T^4)=0$. Therefore, $T$ is nilpotent. Again by rank-nullity theorem, $nullity(T^2)=dim(\mathbb{C}^{11})-rank(T^2)=11-rank(T^2)$. Now the main problem is reduced to find the rank of $T^2$.

We know that $T$ is nilpotent. Now, let $B_{11 \times 11}=T^2$ and $B^2=T^4=0$, then the rank of $B$ can be found using this fact Matrix algebra: If $A^2=0$, Proof rank(A) $\le \frac{n}{2}$ . We get, rank$(T^2)\leq \frac{11}{2}$. In this way we can tell possibilities of the dimension of Kernel of $T^2$.

Can we only find the possibilities not the exact rank of $T^2$ with the given data?

Best Answer

Let $Z_k={\rm ker} T^k$, $k\geq 0$ be the sequence of kernel spaces. One has $$Z_0 =\{0\} \subset Z_1 \subset Z_2 ...$$ Let $d_k = {\rm dim\ } Z_k$. Then one has the following inequality for $k\geq 1$: $$ d_{k+1}-d_k \leq d_k-d_{k-1}$$ In your case this yields $11-9\leq 9-d_2\;$ or $\;d_2\leq 7$ and $\;9-d_2\leq d_2-4\;$ or $\;d_2\geq 6.5$. The unique integer solution is thus $d_2=7$ and by the kernel-rank theorem we get ${\rm rank}\; T^2=4$ in accordance with the statement of Alex.

I imagine the above inequality is well-known by specialists but I don't have a reference for it. To prove it note that since $T Z_{k+1}\subset Z_k$ and $T Z_k\subset Z_{k-1}$ we have a well-defined map between quotients: $$ \widehat{T} : Z_{k+1}/Z_k \rightarrow Z_k/Z_{k-1} .$$ I claim this map is injective. If $w\in Z_{k+1} \setminus Z_k = Z_{k+1} \setminus T^{-1}(Z_{k-1})$ then the last expression shows indeed that $Tw\in Z_k\setminus Z_{k-1}$. As the map is injective dimensions must increase so $$ d_{k+1}-d_k = {\dim\;} Z_{k+1}/Z_k \leq \dim Z_k/Z_{k-1}=d_k-d_{k-1}.$$ If you don't fancy quotient spaces you may concoct a (slightly longer) proof using complements, i.e. writing $Z_{k+1} = Z_k \oplus W_k$ and look at how $T$ acts upon $W_k$.

About generality: The above inequality (showing concavity of $k\mapsto d_k$) holds in a space of any dimension (also infinite, as long as $d_1$ is finite). Thus the conclusion for $d_2$ is independent of the dimension of the ambient space. But the conclusion for the rank of $T^2$ is obviously not.

Related Question