In the following proof I am trying to show that
Prove that the function $T : R^3 → R^3$ defined by $T(w) = Proj_π(w)$ is a linear transformation.
My textbook has shown that it holds under addition; now I want to show it holds under scalar multiplication.
$$\begin{align}\operatorname{Proj}_\pi (cv) &= \frac{(cv)\cdot f_1}{f_1\cdot f_1} f_1 + \frac{(cv)\cdot f_2}{f_2\cdot f_2} f_2 \\ &= \frac{(cv)\cdot f_1}{f_1\cdot f_1} f_1 + \frac{c(v)\cdot f_2}{f_2\cdot f_2} f_2 \\ &= c\left[\frac{v\cdot f_1}{f_1\cdot f_1} \right] f_1 + c\left[\frac{v\cdot f_2}{f_2\cdot f_2} \right] f_2 \\ \end{align}$$ $$= cProj_\pi(v)$$