Have been learning about linear dependence for the past week or so and I'm trying to get the concept down to a definition which can be easily understood.
If we have the set $s$:
$s = \{\begin{bmatrix}a_1\\b_1\end{bmatrix}, \begin{bmatrix}a_2\\b_2\end{bmatrix}\}$
We know that $s$ is linearly dependent if and only if:
$a_1(c_1) + a_2(c_2) = 0$
$b_1(c_1) + b_2(c_2) = 0$
... where $c_1$ and $c_2$ are not both equal to $0$.
Based on this fact, are the below definitions that I have perscribed for linear dependence/independence correct?
Linear Dependence:
If a set is linearly dependent, then this means that a vector in the set can be represented by some linear combination of the other vector(s) in the set.
Linear Independence:
If a set is linearly independent, then this means that any arbitrary vector in $\mathbb R^{n}$ can be represented by some linear combination of the vectors in the set.
Correct.
Incorrect. The set $$A=\left\{\begin{bmatrix}1\\1\end{bmatrix}\right\}$$ is a linearly independent set, however, the vector $\begin{bmatrix}0\\1\end{bmatrix}$ cannot be writen as a linear combination of vectors in $A$.
The concepts that are closely connected to linear independence, and also deal with what vectors can be written as what kind of linear combination, are the concepts of a basis and the concepts of a span.
The topic is a little too broad to cover in detail on this site, but the general idea is this:
Interesting things that follow from the definitions above include, but are not limited to: