Proving Linear Independence and Spanning in Vector Spaces

AI Thread Summary
To prove that a maximal linearly independent sequence (v1, ..., vk) spans the vector space V, it is essential to establish that adding any vector to this sequence creates a linear dependency. This indicates that the new vector can be expressed as a linear combination of the existing vectors, confirming that all vectors in V can be generated from the sequence. Thus, the sequence not only remains linearly independent but also spans V, fulfilling the criteria for being a basis. The initial approach of assuming the sequence spans V was deemed unhelpful for the proof. The revised argument effectively demonstrates the required relationship between linear independence and spanning.
Danielm
Messages
21
Reaction score
0

Homework Statement


Prove the following: Let V be a vector space and assume there is an integer n such that if (v1, . . . , vk) is a linearly independent sequence from V then k ≤ n. Prove is (v1, . . . , vk) is a maximal linearly independent sequence from V then (v1, . . . , vk) spans V and is therefore a basis.

Homework Equations

The Attempt at a Solution


If v_1,...,v_k$spans V then all vectors in V are generated by some linear combination of v_1,...,v_k. It's clearly seen that we can generate any vector in the sequence by setting the constant of the desired vector to 1 and the others to 0. Hence the sequence is maximal linearly independent, adding another vector will provoke a dependency. The dependency didn't exist before the new vector was added. This implies that the added vector can be written as a linear combination of the other vectors. If we do this for every remaining vector in V, then all vectors can be written as a linear combination of the given sequence and therefore it spans V. The sequence is linearly independent and it spans V, so it's a basis.
is that correct?
 
Physics news on Phys.org
You are asked to prove it spans V. Starting with "if v1..vk spans V" is not helpful.
 
haruspex said:
You are asked to prove it spans V. Starting with "if v1..vk spans V" is not helpful.
So if I delete the first sentence, it would look better? because clearly that's what I want to prove.
 
Danielm said:
So if I delete the first sentence, it would look better? because clearly that's what I want to prove.
You'll need to delete all that followed from that, i.e. the first two and a half lines. So it now starts
Danielm said:
adding another vector will provoke a dependency.
That seems to work.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top