I have the following question.
Let $V$ and $W$ be vector spaces, let T: $V \to W$ be a linear transformation, and let $B = \{v_1, v_2, ..., v_n\}$ be a basis of $V$. Prove that if $T$ is injective, then $V$ is isomorphic with $Range(T)$.
I have assumed that $T$ is injective so we know $T(v_1) = T(v_2)$, which implies that $v_1 = v_2$, and also that the $\ker(T) = \{0\}$.
I am not sure how to proceed from here.
By definition of range, we know $T$ is surjective from $V \to $ Range($T$). So $T$ is bijective (not from $V \to W$!). All we need to check for isomorphism is see if Range($T$) is a vector space.
Since Range($T$) $\subseteq W$, checking for closure is enough. Let $w, w'$ be arbitrary in Range($T$) and $a$ be a scalar from the field of $W$. Then,
$$ \begin{align*} aw + w' &= aT(v) + T(v') \tag{By injectivity} \\ &= T(av) + T(v') \\ &= T(av + v') \\ & \in \text{Range}(T) \end{align*} $$ This completes the argument.