Dimension and basis for subspace determined by given vectors

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
Combinatus
Messages
40
Reaction score
1

Homework Statement



Assume that [tex]e_1 ,..., e_n[/tex] is a basis for the vector space V. Let W be the linear subspace determined (formed?) by the vectors [tex]e_{1}-e_{2}, e_{2}-e_{3}, ..., e_{n-1}-e_{n}, e_{n}-e_{1}[/tex]. Determine the dimension of W, and a basis for W.

Homework Equations





The Attempt at a Solution



After trying a two separate (and somewhat lengthy) approaches, both yielded that the dimension of W is n, and [tex]e_{1}-e_{2}, e_{2}-e_{3}, ..., e_{n-1}-e_{n}, e_{n}-e_{1}[/tex] forms the basis for W, i.e. no manipulation needed since the aforementioned vectors should already be linearly independent.

The key to the problem states that the subspace states that the dimension should rather be n-1, and the basis [tex]e_{1}-e_{2}, e_{2}-e_{3}, ..., e_{n-1}-e_{n}[/tex].

After considering the key applied to a 3D vector space with the basis [tex]e_1, e_2, e_3[/tex], the key makes sense, since [tex]e_3-e_1[/tex] will be parallel to the plane formed by [tex]e_1-e_2[/tex] and [tex]e_2-e_3[/tex]. I'm not certain how I should apply this knowledge to n-dimensional space.
 
Physics news on Phys.org
I figured it out. Basically, I showed that the vectors [tex]e_1-e_2, e_2-e_3, ... , e_n-e_1[/tex] will for any dimension be linearly dependent (since the vector sum of all of them will point back to the origin), and excluding one made it possible to show that the new set of vectors will be linearly dependent. It was a reasonably entertaining problem though (which wasn't too hard after all), so if you want to give it a shot, or try a different approach, go for it!
 
Another way to do this is to note that the matrix having the new vectors as columns has all "1"s along the main diagonal and "-1" just below the main diagonal. Then it's easy to show that this matrix is non-singular so the vectors are independent. But your method is perfectly good.