Look at the following exercise taken from a Linear Algebra I exam:
Let $X:= \{v_1,v_2,v_3,v_4\} \subseteq \mathbb R^4$ and $Y:= \{w_1,w_2,w_3\} \subseteq \mathbb R^3$ be $\mathbb R$-bases. Look at the subspaces $V = \langle v_1, v_2, v_3 \rangle$ and $W = \langle w_1, w_2 \rangle$. Let $f_M: \mathbb R^4 \to \mathbb R^3 $ be a $\mathbb R$-homomorphism with $f_M(V) \subseteq W$ which is, with respect to the bases $X, Y$, given by $$M= \begin{pmatrix} m_{11} &m_{12} &m_{13}&m_{14} \\ m_{21} &m_{22} &m_{23}&m_{24} \\ m_{31} &m_{32} &m_{33}&m_{34} \end{pmatrix}$$ a) Show that there is a unique $\mathbb R$-homomorphism $\widetilde{f_M} : V \to W$ with $\widetilde{f_M}(v) = f_M(v)$ for all $v\in V$.
b) Show that the transformation matrix of $\widetilde{f_M}$ with respect to the bases $\{v_1, v_2, v_3\}$ and $\{w_1, w_2\}$ is given by $$M= \begin{pmatrix} m_{11}&m_{12}&m_{13} \\ m_{21}&m_{22}&m_{23} \end{pmatrix}$$
Now for a), I don't know if this is trivial or not but the existence of $\widetilde{f_M}$ is trivial since it is defined for all $v\in V$ by $f_M$ which is a $\mathbb R$-homomorphism. Uniqueness is trivial as well, or am I missing something here?
Looking at b):
It holds that $f_M(v_1) = m_{11} w_1 + m_{21} w_2 + m_{31} w_3$.
But since $f_M(V) \subseteq W$ it follows that $m_{31} = 0$ (analogous for $v_2$ and $v_3$) and we're done. I'm not sure about this step, if it is legit to conclude $m_{31} = 0$.