How would I go about solving the following question...
Suppose $S,T\in L(V)$ are such that $ST=TS$. Prove that the range of $S$ is invariant under $T$.
I know that $S$ and $T$ have the same eigenvalues but I am not sure if this helps in this case. Any help would be appreciated because I am stuck on this proof.
You need to show that if $y\in\operatorname{Range}(S)$, then $T(y)\in\operatorname{Range}(S)$. Pick any $y\in\operatorname{Range}(S)$. By definition of range, this means that there exists some $x\in V$ such that $y=S(x)$. But then $Ty=TSx=\ldots$, and that's where you apply the given property that $ST=TS$.