Let $B = \{v_1, v_2, ..., v_k\} \in \mathbb{R}^n$ and $B$ is linearly independent. Prove that if $\overrightarrow{v} \not \in \text{span } B$ then $\{v_1, v_2, ..., v_k, v\}$ is linearly Independent.
Proof:
Assume $\{v_1, v_2, ..., v_k, v \}$ is linearly dependent. Then because $\{v_1, v_2, ..., v_k\}$ is linearly independent from hypothesis, it must follow that $v \in \text{span } B$, contradiction.
Is this correct? If not, can you tell me why?
Edit:
We have $c_1v_1 + c_2v_2 + ... + c_kv_k = 0$ for $c_1 = c_2 = ... = c_k= 0 $.Since $B + v$ is linearly dependent, we must have
$c_1v_1 + c_2v_2 + ... + c_kv_k + xv = 0$ where $x \ne 0$, thus it follows that
$-c_1v_1/x - c_2v_2/x - ... - c_kv_k/x = v$ thus $v \in \text{span } B$