I think I recall to have somewhere read the following:
Let $v_1, \dots, v_n$ let be vectors. Then they are linear dependent if and only if there is a natural number $1\leq i\leq n$ with $v_i = \sum_{j\not = i} \lambda_j v_j$, where $\sum_{j\not = i} \lambda_j v_j$ is a linear combination of the vectors $\{v_1, \dots, v_n\}\setminus \{v_i\}$.
- Is this correct?
- If $v_1, \dots, v_n$ are linear dependent, is it possible to express every vector $v_i\in\{v_1, \dots, v_n\}$ as a linear combination of the others? Or is this only possible for (at least) one vector but not necessarily for all?
I think this would help you:
The following are equivalent :
(1) $\{v_1,..,v_n\}$ independent.
(2) for each $1 \le i \le n $ $v_i \notin span\{v_1 , \dots , v_{i-1} \}$
(3) for each $1 \le i \le n $ $v_i \notin span(\{v_1 , \dots , v_{n} \} -\{v_i\})$