Show that U intersection W does not equal ((0,0,0))

  • Thread starter Thread starter franky2727
  • Start date Start date
  • Tags Tags
    Intersection
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 3K views
franky2727
Messages
131
Reaction score
0
show that U intersection W does not equal ((0,0,0)) and hence that U+W is not a direct sum

U being (a,0,a) and W being (c,d,c+2d) and we know that c d and a are elements of R, why are there not a direct sum? is there a rule that prevents any of a c or d from being the zero vector? if this is the case obviously its easy to solve?
 
Physics news on Phys.org
It is only a direct sum if they have no elements in common, that is: you can only write every element from U+W in the form u+w (with u in U and w in W) in one and only one way.
This follows from the first part, namely: that the intersection is not empty. Because, if x is an element in the intersection it can be written both as x + 0 and 0 + x, so the decomposition is not unique.

To show that it is non-empty, you only need to give a single non-zero element that is in both, which is not hard.
 
sorry that went right over my head, can someone dumb it down a bit please?
 
To show that [tex]U\cap W\neq\{(0,0,0)\}[/tex], you need to find some other vector (x,y,z) which belongs in both U and W where at least one of x, y, or z is not zero.

In other words, if [tex](a, 0, a) = (c,d,c+2d)[/tex], what equations can you set up to solve for a, c, and d? Do all three variables have to equal 0?
 
franky2727 said:
is there a rule that prevents any of a c or d from being the zero vector?

Just a note: unless the above is a typo, it seems that you have a pretty severe misconception about vectors. a, c, and d are elements of [tex]\mathbb{R}[/tex], i.e. scalars. Thus none of them can "be the zero vector." The zero vector in this case (since we are working in [tex]\mathbb{R}^3[/tex]) is the vector (0, 0, 0).