I've been doing some problems in a Linear Algebra book. As in the title:
If $S,T : V \to V$ are linear maps such that $\text{Im}\, S \subseteq \text{Im}\, T$, find a linear map $R : V \to V$ such that $S = T \circ R$.
I was unable to prove that. I've thought about it for a while. I think $R$ should be take $v \in V$ to $R(v) \in T^{-1}(S(v))$. But the problem is that the preimage may contain more than one elements. I might just define $R(v)$ to be just one of the elements of $T^{-1}(S(v))$, but i think this is not immediately imply $R$ is a linear map.
I started to think that it might missed a hypothesis about injectivity of $T$. Anyone know how to construct $R$ ? Any help will be appreciated. Thank you.
Decompose $V=\ker(T) \oplus W$. $T|_W$ is injective, therefore there exists $Q:\mathrm{im}(T) \to W$ such that $T\circ Q=\mathrm{Id}_{\mathrm{im}(T)}$. Define $R=Q\circ S$. Then $T\circ R = (T\circ Q)\circ S = S$.