Let's say we have a vector space $V$ with a basis $\{x_1,x_2,\cdots,x_n\}$ then is $\{x_1+x_2,x_2+x_3,\cdots,x_{n-1}+x_n,x_n+x_1\}$ a basis too?
My Answer: For n=2 clearly this is false because of the following counter example:
\begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}
If we apply the above to get the new set
\begin{pmatrix} 1 & 1 \\ 1 & 1 \end{pmatrix}
which is not linearly indepedent to form a basis.
But what about $n\geq3 ?$
I believe it should work by intuition that $v_1 = x_1+x_2$ can only be formed using $x_1$ and $x_2$ and so on hence any of the vectors cannot be formed using the others by any linear combination.
It is a matter to show whether the $n \times n$ tranformation matrix $$ \left( {\matrix{ 1 & 1 & 0 & \cdots & 0 \cr 0 & 1 & 1 & \cdots & 0 \cr 0 & 0 & 1 & \ddots & \vdots \cr \vdots & \vdots & \vdots & \ddots & 1 \cr 1 & 0 & 0 & \cdots & 1 \cr } } \right) $$ is invertible or not
By developing its determinant on the first column it is easy to show that it is $2$ if $n$ is odd and null if $n$ is even (for $3 \le n$).