Do 4 Linearly Independent Vectors in R^4 Always Span the Space?

AI Thread Summary
Four linearly independent vectors in R^4 always span the space R^4. This is supported by the theorem stating that a set of n vectors in R^n forms a basis if they are either linearly independent or span the space. Since the vectors are independent and there are four of them, they meet the criteria for being a basis. Additionally, if a vector exists outside the span of these vectors, adding it would create a set of n+1 independent vectors, contradicting the definition of dimension. Therefore, the conclusion is that four linearly independent vectors in R^4 do indeed span R^4.
lkh1986
Messages
96
Reaction score
0

Homework Statement



You are given 4 vectors in R^4 which are linearly independent. Do they always span R^4?

Homework Equations


The Attempt at a Solution


Intuitively, I think the answer is yes. I know if I want to show they span R^4, I need to use the general terms, but all I can think of is the specific example case, i.e. standard basis for R^4, i.e. (1,0,0,0),(0,1,0,0),(0,0,1,0),(0,0,0,1). You see, the for vectors are linearly independence AND they span R^4 as well.

Unless someone wants to give me a hint to a counter-example? Thanks. :)

P.S. I also find this theorem: Is S is a set in R^n with n vectors, then S is a basis for R^n if either S spans R^n or S is linearly independent.

So, given 4 linearly independent vectors in R^4, by theorem, they form a basis, which implies they span R^4.
 
Last edited:
Physics news on Phys.org
Yes. A "basis" for a vector space has three properties:
1) They span the space.
2) They are independent.
3) The number of vectors in the basis is equal to the dimension of the space.

And- any two of these is sufficient to prove the third. In your case, the vectors are independent and there are 4 of them so they span the space.

To prove that, assume there exist some vector, v, that is not in the span of the set of n independent vectors, where n is the dimension of the space. Then adding v to the set gives a set of n+1 vectors which are still independent. But one of the parts of the definition of "dimension" is that there cannot be any larger set of independent vectors.
 
HallsofIvy said:
Yes. A "basis" for a vector space has three properties:
1) They span the space.
2) They are independent.
3) The number of vectors in the basis is equal to the dimension of the space.

And- any two of these is sufficient to prove the third. In your case, the vectors are independent and there are 4 of them so they span the space.

To prove that, assume there exist some vector, v, that is not in the span of the set of n independent vectors, where n is the dimension of the space. Then adding v to the set gives a set of n+1 vectors which are still independent. But one of the parts of the definition of "dimension" is that there cannot be any larger set of independent vectors.

Thanks for the reply. :)
 
Back
Top