Izzy
- 6
- 0
Homework Statement
Let V be a vector space, and suppose that \vec{v_1}, \vec{v_2}, ... \vec{v_n} is a basis of V. Let c\in\mathbb R be a scalar, and define \vec{w} = \vec{v_1} + c\vec{v_2}. Prove that \vec{w}, \vec{v_2}, ... , \vec{v_n} is also a basis of V.
Homework Equations
If two of the following conditions hold, the third holds automatically, and the list is a basis for a vector space V.
1. If dimV = the number of vectors in the list.
2. If the list of vectors spans V.
3. If the list of vectors is linearly independent.
The Attempt at a Solution
So, I feel like I did this right, but I have no way to check because we don't use a textbook for the class and I couldn't find it online anywhere. I did the following.
Since \vec{v_1}, \vec{v_2}, ... \vec{v_n} is a basis of V, \vec{v_1}, \vec{v_2}, ... \vec{v_n} are linearly independent and span V. Also, dimV = n, because n vectors form the basis of V.
\vec{w}, \vec{v_2}, ... , \vec{v_n} is also a list of n vectors, so it will be sufficient to show that this list either spans V or is linearly independent in order for it to be a basis of V.
Since \vec{v_1}, \vec{v_2}, ... \vec{v_n} span V, that means there exists some scalars ai (where i is between 1 and n inclusive) such that
a1v1 + a2v2 + ... + anvn = \vec{x}, where \vec{x} is in V.
So, for \vec{w}, \vec{v_2}, ... , \vec{v_n} to span V, there must exist some scalars bi such that b1w + b2v2 + ... + bnvn = \vec{x}.
Then I basically expand this, and set it equal to the previous expression with all the a's. I show that in order for them to be equal, choose b3 = a3, b4 = a4, ... bn = an.
Then all we have to show is that
b1v1 + (b1c + b2)v2 = a1v1 + a2v2.
Choose b1 = a1, and b2 = a2 - a1c.
Then a1w+ (a2 - a1c)v2 + a3v3 + ... + anvn = \vec{x}, so it spans V.
Thus, since the dimension if n and it spans V, it also forms a basis of V.
Is this right, though?