$T:U\rightarrow V$ and $S:V \rightarrow W$, then $\dim \ker ST \leq \dim \ker S + \dim \ker T$

linear algebraproof-explanationvector-spaces

I don't understand this proof, or rather I'm not convinced by some of the statements in it. However, I don't find the statement itself unreasonable. It is from lecture notes:

Assume $U$ and $V$ finite-dimensional and $T:U\rightarrow V$ and $S:V\rightarrow W$ linear operators. (They did not specify if W is finite dimensional)

Proof:
Let $U_0 = \ker ST,\; V_0=\ker S$. $U_0 \text{ and } V_0$ are subspaces of $U$ and $V$. Furthermore, because $ST=0$ in $U_0$ it must be that $T(U_0)\subset V_0$. So we can consider T and S as transformations defined in $U_0$ and $V_0$. Now, because $\operatorname{Ran}T$ is a subspace of $V_0$ we have $$ \dim \operatorname{Ran}T \leq \dim V_0 = \dim \ker S.$$ But according to the rank-nullity theorem, the following also holds $$\dim \ker T+\dim \operatorname{Ran}T = \dim U_0$$ This tells us that $$\dim \ker ST = \dim U_0 = \dim \ker T+\dim \operatorname{Ran}T \leq \dim \ker T+\dim \ker S$$

Some points that I'm uncertain about:

  1. Why is $T(U_0)\subset V_0$?
  2. What does "So we can consider T and S as transformations defined in $U_0$ and $V_0$." mean?
  3. Why is the $\operatorname{Ran}T$ a subspace of $V_0$?
  4. Does it matter whether $W$ is finite-dimensional or not?

I think if these are cleared up I might understand the proof and it might actually turn out to be convincing.

Best Answer

  1. If $x \in \ker(ST) = U_0$ we have $ST(x)=S(T(x))=0$, consequently $T(x)\in \ker(S)$. In other words, $T(U_0) \subset \ker(S) = V_0$.

  2. We can restrict the linear maps $T$ and $S$ to the subvectorspaces $U_0$ resp. $V_0$. Call these new maps $T_0$ and $S_0$, that is,

$$T_0 : U_0 \rightarrow V, x \mapsto T(x)$$ $$S_0 : V_0 \rightarrow W, x \mapsto S(x)$$

Note that we can only compose $T_0$ and $S_0$ if the image of $T_0$ is contained in $V_0$. This is true by 1., so it is actually possible to define the map $S_0T_0: U_0 \rightarrow W$.

  1. What you call $\operatorname{Ran}T$ is now the image of $T_0$ defined above. Every element of it is by 1. an element of $V_0$. As the image of a linear map, it is therefore a subvectorspace of $V_0$.

  2. No, it doesn't, because the image of $S$ will be finite dimensional and the rest of $W$ is irrelevant for the question.