Prove: a set of vectors $K$ is linearly dependent iff a vector is linear combination of the others.
Let: $\alpha_1k_1 + \alpha_2k_2+...\alpha_nk_n = 0$
Then, There must be $\alpha_i \ne 0$. Therefore,
$$\alpha_1k_1 + \alpha_2k_2 + \alpha_{i-1}k_{i-1} + \alpha_{i+1}k_{i+1}+...+ \alpha_nk_n = -\alpha_ik_i.$$
Then,
$${\alpha_1 \over -\alpha_i}k_1 + {\alpha_2 \over -\alpha_i}k_2+...+{\alpha_n \over -\alpha_i}k_n = k_i$$
Indeed, $k_i$ is a linear combination of the other vectors.
My question is:
Is that answering the iff condition?
$${\alpha_1 \over -\alpha_1}k_1 + {\alpha_2 \over -\alpha_2}k_2+\cdots+{\alpha_n \over -\alpha_n}k_n = k_i$$
It is very rare that
$$-k_1 -k_2-\cdots -k_n = k_i$$
Perhaps your mean
$${\alpha_1 \over -\alpha_i}k_1 + {\alpha_2 \over -\alpha_i}k_2+\cdots+{\alpha_n \over -\alpha_i}k_n = k_i$$
– Fly by Night Jan 17 '14 at 22:51