Given the linearly independent set $\{a_1,a_2,...,a_k\}, k\in \Bbb N$ in vector space $V$ and the vector $b\in V\setminus[\{a_1,a_2,...a_k\}]$, prove that the set $\{b,a_1,a_2,...,a_k\}$ is also linearly independent.
I don't know even where to start, should I assume the opposite, that $\{b,a_1,a_2,...,a_k\}$ is linearly dependent and then get the contradiction in the end?
If $\{b,a_1,a_2,...,a_k\}$ is linearly dependent, that means
$\alpha_0b+\alpha_1a_1+...\alpha_ka_k=0 \Rightarrow$ at least one of the scalars is not $0$.
Is this the proper way to start? If so, where do I go from here?
$$\alpha_0b+\alpha_1a_1+...\alpha_ka_k=0 \\ \alpha_1a_1+...\alpha_ka_k=-\alpha_0 b $$But $b$ is not in the span of the $a_i$, so we must have $\alpha_0=0$. The remaining $\alpha_i$ must then also be $0$ because the $a_i$ are linearly independent.