In Titu Andreescu's Essential Linear Algebra: a problem solving approach I faced the following questions:
How do I prove the underlined relation? I tried direct element chasing but then the relation seems trivial. If $\mathrm{Im}(T_1)+\mathrm{Im}(T_2)$ consists of all the elements of the form $Y_1+Y_2$ with $Y_1 \in \mathrm{Im}(T_1), Y_2 \in \mathrm{Im}(T_2)$ and $\mathrm{Im}(T_1+T_2)$ consists of those $Y$ for which $\exists X\in V: Y=(T_1+T_2)(X)=T_1(X)+T_2(X)$ but here $T_1(X)\in\mathrm{Im}(T_1)$ and $T_2(X)\in\mathrm{Im}(T_2)$ so if we follow this line of thought they should be equivalent. I cannot find my mistake.
And for number $2$ how do we get there? I tried finding information about the subadditivity of $\mathrm{dim}$ but didn't find anything.
Here in the end it says that we only used the injectivity of $S_1$ and the surjectivity of $S_2$. However I feel like we actually used the surjectivity of $S_1$ to prove that $S_1(U)=V$ (number $1$ in the picture) and the biijectivity of $S_2$ to conclude that the two spaces have the same dimension (number $2$ in the picture). Is there a flaw in my reasoning or is this a typo?
Thanks in advance!
Edit 1: It seems that the second question in the first picture is actually Grassman's formula which is described in an earlier chapter of the book, so we are done with that.


The image of $T_1+T_2$ consists of all vectors of the form $(T_1+T_2)v = T_1v + T_2v,$ which are of course contained in the set $\text{im }T_1 + \text{im }T_2 = \{T_1v + T_2w \mid v, w \in V\}.$
However, this inclusion may be proper. This is because the image of $T_1+T_2$ might not include a vector like $T_1v + T_2w.$ For instance, if $T_1(v) = v$ and $T_2(v) = -v,$ then $T_1+T_2$ is the zero map, but $T_1, T_2$ each have image $V,$ so the sum of their images is $V.$