| Thread Closed |
Vector Spaces, Subspaces, Bases etc... :( |
Share Thread | Thread Tools |
| Oct13-05, 09:00 PM | #1 |
|
|
Vector Spaces, Subspaces, Bases etc... :(
Hello. I was doing some homework questions out of the text book and i came accross a question which is difficult to understand, could somebody please help me out with it?
-- if U and W are subspaces of V, define their intersection U ∩ W as follows: U ∩ W = {v / v is in both U and W} a) show that U ∩ W is a subspace contained in U and W b) If B and D are bases of U and W, and if U ∩ W = {0}, show that B U D = {v / v is in B or D} is linearly independent. -- I was able to do part a)! That wasn't so tricky. You just show that clousre of addition and scalar multiplication hold. (and show that the vectors each belong in U and W etc....) So i understand part a), but part b) is where I am lost To begin, I am not sure if "B is a basis of U" and "D is a basis of W"... or is "B and D" a basis of U and "B and D" is a basis of W? I think its the first one. Next... U ∩ W = {0} means that the zero vector lies in U and lies in W. Furthermore... B U D has a vector that lies in only B or in only D, and not B ∩ D. so now is where I don't know how to show that it is linearly independent. All i know so far is that U ∩ W = {0} has a basis of 1 and that is all i have to work with :( Can somebody please help me further? Thanks |
| Oct14-05, 02:06 AM | #2 |
|
Recognitions:
|
"B U D has a vector that lies in only B or in only D, and not B ∩ D." What are you basing this statement on?
What does it mean for a vector space (B U D) to be linearly independent? (Indep. of what?) |
| Oct14-05, 05:06 AM | #3 |
|
|
well.... B U D = {v / v is in B or D} which means that v can only be in B or in D and not in both, B ∩ D.
For a vector (B U D) to be linearly independent, then the cooefficents of its linear combination has to equal to zero. The problem is, i dont know how to even get the linear combination of B U D. I know that the basis of B ∩ D is just { (1) } since U ∩ W = {0} however, B U D I just cannot see... |
| Oct14-05, 05:56 AM | #4 |
|
|
Vector Spaces, Subspaces, Bases etc... :({b1, b2, ..., bn} and the vectors in D be {d1, d2, ..., dm} Then a linear combination is something of the form: [tex]\alpha_1b_1+ \alpha_2b_2+ ...+ \alpha_nb_n+ \beta_1d_1+ ...+\beta_md_m[/tex]. Suppose such a thing were equal to 0. If all of the [tex]\alpha[/tex]s were equal to 0, the [tex]\beta[/tex]s must be also because D is linearly independent, and vice versa. So the only question is if it is possible for some of the [tex]\alpha[/tex]s and [tex]\beta[/tex]s to be 0 and to cancel. Suppose that were true. Move all of the terms involving [tex]\beta[/tex]s (i.e. multiplying vectors in D) over to the right side of the equation, leaving only terms involving [tex]\alpha[/tex]s (i.e. multiplying vectors in B) on the left. What can you say about thevector on the left side of the equation? What about the vector on the right? |
| Oct14-05, 02:58 PM | #5 |
|
|
HallsofIvy. Thank you for that!
I wrote out what you were saying, and moved all the a's and b's to the left side and right side respectively. I just dont see how they would cancel. However, I thought of something slightly different... Let the vectors in B be {b1, b2, ..., bn} and the vectors in D be {d1, d2, ..., dm} then: s1b1 + ..... + snbn + t1d1 + ..... + tndn = 0 (s and t are scalars) Now because they are a basis, then it has to n linearly independent vectors... and so s = t = 0 Does that work? |
| Oct14-05, 04:59 PM | #6 |
|
Recognitions:
|
|
| Oct14-05, 05:39 PM | #7 |
|
|
|
| Oct14-05, 05:42 PM | #8 |
|
Recognitions:
|
Okay, I had missed that.
|
| Oct14-05, 05:48 PM | #9 |
|
|
Did you notice that I said, and you also, Let the vectors in B be {b1, b2, ..., bn} and the vectors in D be {d1, d2, ..., dm}, but then you have s1b1 + ..... + snbn + t1d1 + ..... + tndn = 0 where you seem to be assuming that m= n. Oh, and you can't say "s and t are scalars- you don't have any "s and t", you have s1, s2, ..., sn and t1, t2,...,tm: two sets ofscalars. My point was that if you write s1b1 + ..... + snbn + t1d1 + ..... + tmdm = 0 (I have changed that last "n" to "m".) as s1b1 + ..... + snbn = -(t1d1 + ..... + tmdm ) on the left side you have a linear combination of vectors in B- so it must be a vector in U- and on the right you have a linear combination of vectors in D- so it must be a vector in V. But they are equal and the only vector in both U and V is 0 (that's an important part of the hypotheses you didn't use!), each side must be equal to 0. NOW use the fact that each of B and D is linearly independent to show that all of the scalars must be 0. |
| Oct14-05, 06:22 PM | #10 |
|
|
Hey im so sorry... i made a typo... yes i did mean that m=n.
I was trying to arrive at this conclusion: Let U = a1u1 + a2u2 + .... + anun which is in B Let V = a1v1 + a2v2 + .....+ anvn which is in D Vectors in both B and D = 0 a1u1 + a2u2 + .... + anun + a1v1 + a2v2 + .....+ anvn = 0 a1u1 + a1v1 + a2u2 + a2v2.....+ anun + anvn = 0 a1(u1 + v1) + a2(u2 + v2) + .... + an(un + vn) = 0 and then show that a1 = a2 =... an = 0? Yes i am assuming that B and D have n vectors... but now that i think of it... i can't make that assumption since we don't know the number of vectors in the bases of B and D So speaking of what you had... since B is a basis with n vectors and D is a basis with m vectors... then the n vectors are a spanning set and linearly indepednet in B and the m vectors are a spanning set and linearly independent in D. Im starting to hate math :( .... |
| Oct15-05, 09:40 AM | #11 |
|
|
Okay... i have a VERY related question that has to do with this stuff...
--If U and W are subspaces of V and dimU =2, show that either U⊆W or dim(U ∩ W) ≤ 1 This is how i went about it. Let dimU = m and dimW = k Then any basis of U = {u1 u2} and is a set of independent vectors of 2! thus, m = 2 Also, any basis of W ={w1 ... wk} and is a set of independent vectors of k. Also, the dimV ≥ 2 But... U ∩ W is all the vectors that are in U and all the vectors that are in W. so the dim(U ∩ W) HAS to be ≤ 2, unless dimW =1, then dim(U ∩ W) HAS to be ≤ 1. If this were the case, then dimU > dimW and its possible for W⊆U But... if U⊆W, then dimW > dimU ... which this just contraticts what i said above? What am i doing wrong? why are the two contradicting? |
| Oct15-05, 09:56 AM | #12 |
|
|
Same comments apply to the next line. "Vectors in B and D= 0". Actually, you know that 0 is not in B or D since any set of vectors containing the 0 vector can't be independent! |
| Oct15-05, 09:56 AM | #13 |
|
|
|
| Oct15-05, 10:03 AM | #14 |
|
|
|
| Thread Closed |
| Thread Tools | |
Similar Threads for: Vector Spaces, Subspaces, Bases etc... :(
|
||||
| Thread | Forum | Replies | ||
| Vector Spaces, Subsets, and Subspaces | Calculus & Beyond Homework | 5 | ||
| Subspaces and Basis of vector spaces | Calculus & Beyond Homework | 11 | ||
| Bases of Vector Spaces | Linear & Abstract Algebra | 1 | ||
| Vector Spaces and Subspaces | Calculus & Beyond Homework | 3 | ||