Proving Subspace Equality in Vector Spaces

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 3K views
kings7
Messages
36
Reaction score
0

Homework Statement



I've had no problem with Chapter 1 so far, except this last proof. I arrived at an answer I thought was correct, but have been informed that it is not. This is for self-study on my part... trying to stay ahead of the curve in the upcoming fall classes. Don't laugh... I know this should be easy :(

Prove or give a counterexample: if U1, U2, W are subspaces of V (V being a vector space over a field) such that
V = U1⊕W and V = U2⊕W,
then U1 = U2.




The Attempt at a Solution



Given that V = U1⊕W we know that V = U1 ∩ W = {0} and
given that V = U2⊕W we know that V = U2 ∩ W = {0}. (From Theorem 1.9 in the book).

Thus U1 ∩ W = {0} = U2 ∩ W thus U1 = U2.


Any help would be appreciated. I think I'm making a logical fallacy somewhere (maybe I can't say that the two subspaces are equal using intersection of sets?) but I don't know.

Thanks!
 
Physics news on Phys.org
Hi kings7! :smile:

kings7 said:
Thus U1 ∩ W = {0} = U2 ∩ W thus U1 = U2.

This is not correct. Here's an example (of sets, not subspaces):

[tex]\{0,1\}\cap \{0\}=\{0\}=\{0,2\}\cap \{0\}[/tex]

but

[tex]\{0,1\}\neq \{0,2\}[/tex]

So this is why your proof is sadly incorrect! :frown:

In fact, I'd start by looking for a counterexample...
 
Thank you for the quick reply!

Got it. That makes it a lot more clear (I don't know what I was thinking).

I think I've found a counterexample! Thank you again for your help. :)
 
We make it so that there is something similar to the example you gave me.

Let's start by letting dim(V) = 2 and restrict it to the real numbers. In other words V = R2 (since I'm not sure if something funny would happen with complex numbers).

So let's let W = {0, a} where a is an element of the reals. Let U1 = {a, a} and U2 = {-a, a} where -a is the additive inverse of a.

So we can see that U1 and U2 are still direct sums with W because U1 ⊕ W = U2 ⊕ W = V. However, U1 =! U2.

Is this correct?
 
Ahh! You're right. Of course, I meant the spanning set but I was being notationally lazy (never an excuse, I know). :)

But the zero thing I have to remember for the future. Thank you again! Getting through this book is my summer project, and I expect to have many questions in the future. Good to know there are people like you around!