I'm trying to see if I have a grasp of the understanding for simple linear algebra concepts and terminology.
Suppose we have vectors $v_1, ... , v_n$ and vectors $b_1$ and $b_2$ are elements of the span of $v_1, ... , v_n$. Is this the same as saying that there are some weights $c_1, ... , c_n$ where $c_1v_1 + ... + c_nv_n = b_1$ as well as some weights $d_1, ... , d_n$ where $d_1v_1 + ... + d_nv_n = b_2$?
Furthermore is it safe to say that all the possible solutions (all the possible weights $c_1, ..., c_n$) to make $c_1v_1 + ... + c_nv_n = b_1$ are never equal to any possible solution to make $d_1v_1 + ... + d_nv_n = b_2$, where $b_1 \neq b_2$ (ie. no list of numbers in the solution set for $b_1$ is the same as any list of numbers in the solution set for $b_2$)?
Thanks everyone for the detailed responses!
If vectors $\{v_1,\cdots, v_n\}$ form a basis for $V,$ then, for all $b \in V$, there is a unique set of coefficients $\{c_1,\cdots, c_n\}$ such that $c_1v_1 + \cdots + c_nv_n = b.$
Now what you have above has not said that $\{v_1,\cdots, v_n\}$ form a basis, or that they are linearly independent.
If they are not linearly independent there could be multiple sets of coefficients such that $c_1v_1 + \cdots + c_nv_n = b.$
However, it could never be that $c_1v_1 + \cdots + c_nv_n = b_1$ and $c_1v_1 + \cdots + c_nv_n = b_2$ unless $b_1 = b_2.$