Let $a_1,.. a_n$ a set of vectors above vector space $V$. It's given that $a_1,...a_n$ are linearly independent. Find all $\lambda$'s such that the following set is linearly independent:
$$ a_1 + a_2, ..., a_{n-1} + a_n, a_n + \lambda a_1 $$
What I did:
Assume that the set is linearly independent.
$$ \beta_1(a_1 + a_2) + ... + \beta_{n-1}(a_{n-1} + a_n) + \beta_n(a_n + \lambda a_1) = 0$$
rearranging the terms, we have:
$$ a_1(\beta_1 + \beta_n\lambda) + a_2(\beta_1 + \beta_2) + ... + a_n(\beta_{n-1}+\beta_n) =0 $$
but we know that $a_1,...,a_n$ are linearly independent, so the expressions inside the brackets are zeros.
I'm not sure how to proceed from that point, but I think I need to get a contradiction and conclude the set is linearly dependent for all $\lambda$'s.
Probably easier to look for $\lambda$ which makes the set linearly dependant. Then you can correctly say that $ \beta_1(a_1 + a_2) + ... + \beta_{n-1}(a_{n-1} + a_n) + \beta_n(a_n + \lambda a_1) = 0$, where at least one of the $\beta_i \ne 0$.
WLG, let $\beta_1 = B$ (this can be arranged by re-labelling the $a_i$.)
Now re-arrange and $a_1(\beta_1 + \beta_n\lambda) + a_2(\beta_1 + \beta_2) + ... + a_n(\beta_{n-1}+\beta_n) =0$
Since the $a_i$ are linearly independent this requires every coefficient of the $a_i$ = 0, so that $\beta_2 = - B$, .... $\beta_n = (-1)^{n-1} B$. The coefficient of $a_1$ must also be zero so that $\beta_1 = B = -\lambda (-1)^{n-1} B$, and hence $\lambda = (-1)^{n}$.
So, the set is linearly independent for all other values of lambda, i.e. $\lambda \ne (-1)^{n}$.