Prove sum of two subspaces is R^3

  • Context: Undergrad 
  • Thread starter Thread starter tjkubo
  • Start date Start date
  • Tags Tags
    Subspaces Sum
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 3K views
tjkubo
Messages
41
Reaction score
0
How do you prove that the sum of the following subspaces is R^3?
U = {(x,y,z) : x - y = z}
W = {(t,-t,-t) : t∈R}

I guess I need to show that any vector (x,y,z)∈R^3 can be written as the sum of a vector from U and a vector from W, but I'm not sure how to do that. I know intuitively that U+W=R^3 because U is a plane and W is a line not contained in U, but I don't know how to show that mathematically.

Any hints?
 
Physics news on Phys.org
x-y-z=0 is the equation of a plane and n=(1,-1,-1) is a normal vector, so (1,-1,-1)t is a line perpendicular to the plane, and the span of the basis elements is R^3.
 
tjkubo said:
How do you prove that the sum of the following subspaces is R^3?
U = {(x,y,z) : x - y = z}
W = {(t,-t,-t) : t∈R}

I guess I need to show that any vector (x,y,z)∈R^3 can be written as the sum of a vector from U and a vector from W, but I'm not sure how to do that. I know intuitively that U+W=R^3 because U is a plane and W is a line not contained in U, but I don't know how to show that mathematically.

Any hints?
Any vector in U can be written as <x, y, x- y>= <x, 0, x>+ <0, y, -y>= x<1, 0, 1>+ y<0, 1, -1>. What is a basis for U?

Any vector in W can be written as <t, -t, -t>= t<1, -1, -1>. What is a basis for U?

Suppose you put those two bases together? Are they still independent?
 
Moreover, notice that Sp(B1)+Sp(B2)=Sp(B1uB2), where B1,B2 are sets or bases (in our case).
 
You can also use the dimension theorem dim(U+V)=dim(U)+dim(V)-dim(U^V)

And the fact that if U is a subspace of V and they have the same dimension then U=V.