A subspace $W$ of $V$ is called invariant under the linear transformation $T:V\to V$ if $T(W)\subseteq W$. Prove that $S: V/W\to V/W$ defined by $v + W\mapsto T(v) + W$ is a linear transformation.
Tried to compute $S(\alpha_1v_1 + W + \alpha_2v_2 + W)$, but couldn't get it to work out. Any direction would be helpful!



Recall that: $\alpha_1 v_1 + W + \alpha_2 v_2 + W = (\alpha_1 v_1 + \alpha_2 v_2) +W$. So,
$$S(\alpha_1 v_1 + W + \alpha_2 v_2 + W) = S((\alpha_1 v_1 + \alpha_2 v_2) +W) = T(\alpha_1 v_1 + \alpha_2 v_2) + W.$$
Now, using linearity of $T$, can you finish?