Exercise 3B Problem 10
Problem Suppose $v_1, \dots, v_n$ spans $V$ and $T \in \mathcal{L}(V,W)$. Prove that the list $Tv_1, \dots, Tv_n$ spans range $T$ Solution As $v_1, \dots, v_n$ spans $V$, any $v \in V$ can be written as a linear combination of $v_1, \dots, v_n$ as per definition 2.5. Therefore, for any $v \in V$ there exist $a_1, \dots, a_n \in \mathbb{F}$ such that $v = a_1v_1 + \dots + a_nv_n$ implying that: $$Tv = T(a_1v_1 + \dots + a_nv_n) \stackrel{D3....