So I have to prove the following:
Given an invertible $n\times n$ matrix $A$ and vectors $v_1, \ldots ,v_k$. If $\{v_1, \ldots , v_k\}$ is independent, then $\{Av_1, ... , Av_k\}$ is independent too.
Can anyone help me? I wanted to use the definition of independency: $x_1v_1 + \cdots + x_kv_k = 0$ if and only if every $x_i=0$. But not sure how to get further.
$x_1Av_1 + \cdots + x_kAv_k = 0$ implies $A(x_1v_1+\cdots+x_kv_k) = 0$ which implies $A^{-1}A(x_1v_1+\cdots+x_kv_k) = 0$ which implies $x_1v_1+\cdots+x_kv_k=0$ which implies $x_1=\cdots=x_k=0$.