1

Let T be sqaure matrix and regarded as a linear operator on a finite dimensional vector space V such that $T^2 = 0$.

Then is $\operatorname{Im} T^t \,\dot+\, \ker T = V$ obvious? If so, why is it so? ($\dot+$ denotes direct sum )

Addtional Question

$dim(kerT∩kerT^t) =\dim \ker T+\dim\ker\ T^t−\dim(\ker T\dot+\ker T^t)$

Beverlie
  • 2,645
  • 1
    For the additional question, if the sum is direct (as you denoted), then the left hand side is $0$ by definition. But, you probably meant this $\dim(V+W) = \dim V + \dim W - \dim(V\cap W)$. To prove it, write a basis for $V\cap W$ and expand it to bases for $V$ and $W$. It is basically inclusion-exclusion principle. – Ennar Jun 02 '18 at 10:15
  • @Ennar Could you refer me anylink for the full proof? I am right now digging my undergraduate linear algbera textbook, still can't find one. – Beverlie Jun 02 '18 at 10:56
  • Beverlie, take a look at this answer. – Ennar Jun 02 '18 at 17:29

1 Answers1

1

The rank-nullity theorem tells you, that $$dim (Ker(T)) + dim(Im(T))=dim (V)$$ But $$dim(Im(T))=rank(T)=rank(T^t)=dim(Im(T^t))$$ Thus, $dim(Im(T^t))+dim(Ker(T))=dim(V)$. Hence, you are left to check that $Im(T^t)\cap Ker(T)=\{0\}.$ This follows from the following computation. Let $v\in Ker(T)$ and $w\in Im(T^t)$, then we have $u\in V$ such that $T^t u=w$ and we get $$ \langle v, w\rangle = \langle v, T^t u \rangle = \langle T v , u\rangle = \langle 0, u\rangle =0$$ Therefore, $Im(T^t)$ and $Ker(T)$ are orthogonal to each other and have trivial intersection.

This dimension formula can be obtained in the following way (as Ennar in his comment suggested): Let $X$ be a vector space and $V,W\subseteq X$ finite dimensional subvector spaces. First pick a basis $(u_i)_{1\leq i \leq l} $ of the vector space $V\cap W$. You can extend this basis to a basis $(u_1, \dots , u_l, v_1, \dots, v_m)$ of $V$. On the other hand, you can also extend this to a basis $(u_1, \dots, u_l, w_1, \dots, w_m)$ of $W$. Note that $(u_1, \dots u_l, v_1, \dots, v_n, w_1, \dots, w_m)$ forms a basis of $V+W$ (check this). Now we get $$ dim(V+W)= l + n + m = (l+m) + (l+n) - l = dim(V) + dim(W) - dim(V\cap W). $$ This implies $$ dim(V \cap W) = dim(V)+ dim(W) - dim(V+W). $$

  • could you give me a hint for the additional quesiton in OP? – Beverlie Jun 02 '18 at 09:56
  • I was trying to see why $Rank(T) = Rank(T^{t})$ ? – BAYMAX Jun 02 '18 at 10:18
  • @BAYMAX It is a standard fact from linear algebra. Namely the row rank of a matrix is equal to the column rank. This question might help you https://math.stackexchange.com/questions/332908/looking-for-an-intuitive-explanation-why-the-row-rank-is-equal-to-the-column-ran?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa – Severin Schraven Jun 02 '18 at 11:12