Let $ S: U \rightarrow V $ and $ T: V \rightarrow W $ be linear transformations over field $ F $.
Prove that $ T ◦ S $ is surjective iff $ $ T is surjective and $ ImS + KerT = V $
My attempt:
$ \rightarrow $ : Suppose that $ T ◦ S $ is surjective. Let $ w \in W $ be arbitrary. Then there exists $ u \in U $ such that $ w=T(S(u)) $. Since $ S(u) \in V $, denote $ v = S(u) $ and so $ w = T(v) $ and so we immediately see that $ T $ is surjective. Next, by dimension theorem, we know that,
$ dim U=dimKer(T ◦ S) + dimIm(T ◦ S) $ , $ dim U = dimKer(S) + dimIm(S) $ , $ dim V = dimKer(T) + dimIm(T) $,
Since $ T ◦ S $ is surjective and we showed $ T $ is surjective, then: $ dimIm(T ◦ S) = dimW $ , $ dimImT = dimW $
[ Basically after this I'm pretty much stuck. I've reached the equation $ dimV = dimKer(T) + dimImS + dimKerS - dimKer(T ◦ S) $ , so In order to proceed I wanted to show that $ dimKerS = dimKer(T ◦ S) $ I tried to do this since It is immediate that $ ker(S) \subseteq Ker(T ◦ S) $ but it is left to show that $ Ker(T ◦ S) \subseteq ker(S) $ and this part stumbled me ]
$ \leftarrow $ : Suppose T is surjective and $ ImS + KerT = V $. So $ dimImT = dimW $ [ I got a few more equations on dimensionality but they didn't help, so I got stuck here. ]
( $ T(v_1) = 0 $ since $ v_1 \in kerT $ ) ,so $ T(v) = T(S(q)) $ ,hence for arbitrary $ w \in W $ there exists $ q \in U $ such that $ w = T(s(q)) $ , hence $ T◦S $ is surjective. – hazelnut_116 Jan 13 '21 at 15:47