Are These Statements About Subsets of Vector Spaces True or False?

rainbowed
Messages
2
Reaction score
0
i'm not sure if I'm posting this in the right place, so forgive me if I'm wrong! in my linear algebra revision i found that I'm struggling with one of the questions:
Let S and T be subsets of a vector space, V. Which of the following statements are true? Give a proof or a counterexample.
a) Sp(S n T)=Sp(S) n Sp(T)
b) Sp(S u T)=Sp(S) u Sp(T)
c) Sp(S u T)=Sp(S) + Sp(T)

For a) I've said its false, and my counter-example is S={(1,0)} and T={(0,1)} for R^2. But then I get LHS= Span of the empty set? Is this correct?
and from the answers i know that b)is false and c)is true but i have no idea how to prove this.

also just in general, what is the difference between "+" and "u" in this situation?

Any help would be appreciated! thank you!
 
Physics news on Phys.org
'+' here means vector sum. x is in A+B if x=a+b, where a is in A and b is in B. Your first counterexample is fine. 'u' is set union. Try applying the same S and T as in part a) in part b).
 
well if i tried it for b)

LHS = sp((1,0)u(0,1)) = the x-axis or the y axis..?
RHS= sp(1,0) u sp(0,1) = the x-axis or the y axis
so they're the same?
 
rainbowed said:
well if i tried it for b)

LHS = sp((1,0)u(0,1)) = the x-axis or the y axis..?
RHS= sp(1,0) u sp(0,1) = the x-axis or the y axis
so they're the same?

Wrong on the LHS. (1,0)u(0,1) doesn't make any sense. You union sets, not vectors. Write that as SuT={(1,0)}u{(0,1)}={(1,0),(0,1)}, i.e. a set with two elements. What's the definition of 'sp'? Look it up if you have to.
 
By the way, Sp(0, 1)\cup Sp(1, 0) is NOT empty- it is the 0 vector. The intersection of two vector spaces is always a vector space.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top