Condition for equality between subspaces.

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
8 replies · 3K views
peripatein
Messages
868
Reaction score
0
Hi,

Homework Statement



What would be the/a condition on vectors in K so that V=W, where V is a vector space which K={v1,v2,v3,v4} spans, and W is a subspace of V defined thus:
W=Sp{v1+v2,v2+v3,v3+v4,v4+v1}

Homework Equations





The Attempt at a Solution



I believe V would be equal to W if W were linearly independent, but by writing that mathematically I get a condition for the scalars, not the vectors in K themselves.

I hope one of you could assist. Thanks in advance!
 
Physics news on Phys.org
peripatein said:
Hi,

Homework Statement



What would be the/a condition on vectors in K so that V=W, where V is a vector space which K={v1,v2,v3,v4} spans, and W is a subspace of V defined thus:
W=Sp{v1+v2,v2+v3,v3+v4,v4+v1}

Homework Equations





The Attempt at a Solution



I believe V would be equal to W if W were linearly independent,

I know what you mean, but your terminology is wrong. You can't say that W is linearly independent because it is not true. What you mean is that the four vectors

[tex]\{v_1+v_2,v_2+v_3,v_3+v_4,v_4+v_1\}[/tex]

are linearly independent. That would indeed be the correct condition.

but by writing that mathematically I get a condition for the scalars, not the vectors in K themselves.

I hope one of you could assist. Thanks in advance!

What did you get when you wrote that mathematically??
 
I have tried to find conditions so that:
a1v1 + a2v2 + a3v3 + a4v4 = v1(b1+b4) +
v2(b2+b1) + v3(b3+b2) + v4(b4+b3).
But that yielded conditions on the scalars, not the vectors. Can conditions on the vectors themselves be found?
 
peripatein said:
I have tried to find conditions so that:
a1v1 + a2v2 + a3v3 + a4v4 = v1(b1+b4) +
v2(b2+b1) + v3(b3+b2) + v4(b4+b3).
But that yielded conditions on the scalars, not the vectors. Can conditions on the vectors themselves be found?

How did you get that? In order for [itex]\{v_1+v_2,v_2+v_3,v_3+v_4,v_4+v_1\}[/itex] to be a basis, you must prove that any linear combination of the form

[itex]\alpha(v_1+v_2)+\beta(v_2+v_3)+\gamma (v_3+v_4)+\delta(v_4+v_1)=0[/itex]

only if [itex]\alpha=\beta=\gamma=\delta=0[/itex].

Now, try to use that [itex]\{v_1,v_2,v_3,v_4\}[/itex] is a basis.
 
These yielded alpha=-delta=-beta=gamma.
But how does this affect the vectors in K themselves? I mean, what is then the condition on v1,v2,v3,v4?
 
peripatein said:
These yielded alpha=-delta=-beta=gamma.
But how does this affect the vectors in K themselves? I mean, what is then the condition on v1,v2,v3,v4?

OK, so what if you take the equation

[tex]\alpha(v_1+v_2)+\beta(v_2+v_3)+\gamma(v_3+v_4)+ \delta(v_4+v_1)=0[/tex]

and if you substitute [itex]\alpha[/itex] for [itex]\gamma[/itex] and [itex]-\alpha[/itex] for [itex]\delta[/itex] and [itex]\beta[/itex]?
 
You get alpha*0=0. How does that help?
 
Let us go back a bit, momentarily.
I am slightly confused. Why is it that for V to be equal to W, the elements in W must be linearly independent? Is it because dimV is equal to or less than the number of elements in K, i.e. 4?
Furthermore, I know that if the elements in K are linearly independent, then V is not equal to W. Does that mean that for any K whose elements are linearly dependent, V would be equal to W?