Let $B=\{v_1,\dots,v_n\}$ be a basis for a vector space $V$. Show that $A=\{v+v_1,\dots,v+v_n\}$, where $v=\sum_{i=1}^n a_iv_i$ is a basis for $V$ if and only if $\sum_{i=1}^n a_i\neq -1$.
Of course it is enough to show that the set $A$ is linearly independent. I tried to assume that there is a nontrivial linear combination of $0$ with elements of $A$ and assuming that $\sum_{i=1}^n a_i= -1$ to get a contradiction. For the case $n=2$ this works well but in general I am getting quite confused by all the equations and indices. For the other direction I have no good idea.
If you already know that the coefficients to a fixed basis is unique, then you can obtain a pretty short proof:
If $\sum_i a_i = -1$, then $A$ is linearly dependent, as $ \sum_i a_i (v+ v_i) = -v + v = 0$.
Assume $A$ to be linearly dependent now. There exists a non-trivial linear combination $$ 0 = \sum_j \lambda_j (v+v_j) $$ of zero. Notice that $L := \sum_j \lambda_j \ne 0$, as $B$ is a basis and some of the $\lambda_j$'s is non-zero. It follows $$ \sum_i a_i v_i = v = -\frac1L \sum_j \lambda_j v_j$$ and by the uniqueness of the coefficients we have $a_i = -\lambda_i / L$ and $\sum_i a_i = -1$.