If we let $v_1, ..., v_n$ be vectors in a vector space, and let $w_1, ..., w_m$ be linear combinations of $v_1, ..., v_n$. If we suppose that $v$ is a linear combination of $w_1, ..., w_m$ can I prove that $v$ is a linear combination of $v_1, ..., v_n$?
As all of $w_1, ..., w_m$ are linear combinations, they can each be written as $(\alpha_{1_1}v_1+...+\alpha_{n_1}v_n),...,(\alpha_{1_n}v_1+...+\alpha_{n_n}v_n)$ I think, and from this, supposing $v$ is a linear combination of them, we get that it is equal to:
$$\beta_1(\alpha_{1_1}v_1+...+\alpha_{n_1}v_n),...,\beta_n(\alpha_{1_n}v_1+...+\alpha_{n_n}v_n)=(\beta_1+\alpha_{1_1}+...+\alpha_{1_n})v_1+...+(\beta_n+\alpha_{1_n}+...+\alpha_{n_n})v_n = v$$
where all of the betas and alphas are scalar coefficients for each vector in $v_1, ..., v_n$, is this sufficient proof for it being a linear combination?
The notation gets quite messy so I am not sure if there's a simpler way. Any help would be appreciated.