Let $T : V → W$ be an isomorphism. Let $\{v_1,\dots, v_k\}$ be a subset of $V$. Prove that $\{v_1,\dots, v_k\}$ is a linearly independent set if and only if $\{T(v_1),\dots,T(v_k)\}$ is a linearly independent set
I started my proof by supposing $\{v_1,\dots, v_k\}$ is a linearly independent set, but I don't see how knowing $T$ is one-to-one correspondence helps in arriving at the conclusion that $\{T(v_1),\dots,T(v_k)\}$ is linearly independent as well.
I need a little help here.
"$\Rightarrow$" Assume that $\{v_1,\ldots, v_n\}$ is linearly independent. Consider the equation
$$\lambda_1 T(v_1)+\cdots +\lambda_n T(v_n)=0$$
If we can prove that $\lambda_1=\cdots=\lambda_n=0$ then we are done. Since $T$ is linear then
$$T(\lambda_1 v_1+\cdots +\lambda_n v_n)=0$$
Since $T$ is one to one, then this implies that
$$\lambda_1 v_1+\cdots +\lambda_n v_n=0$$
and since $\{v_1, \ldots, v_n\}$ is linearly independent then
$$\lambda_1=\cdots=\lambda_n=0\ \Box$$
Now the reverse implication "$\Leftarrow$" actually follows from the same reasoning applied to $T^{-1}$.