Is Span{W} a Subspace of Vector Space V?

veege
Messages
4
Reaction score
0
Homework Statement

Suppose V is a vector space with operations + and * (under the usual operations) and W = {w1, w2, ... , wn} is a subset of V with n vectors. Show Span{W} is a subspace of V.



The attempt at a solution

I know that to show a set is a subspace, we need to show closure under addition and multiplication. I don't where to go from there. Any suggestions?
 
Physics news on Phys.org
Maybe start by reviewing what Span{W} means. Quote the definition in your next post, ok?
 
Start with multiplication.

Span W = c*a*w1+...+c*an*wn

Does this exist in V?

For addition, add Span W to Span R or whatever you want to call it.
 
Dick said:
Maybe start by reviewing what Span{W} means. Quote the definition in your next post, ok?



Dustinsfl said:
Start with multiplication.

Span W = c*a*w1+...+c*an*wn

Does this exist in V?

For addition, add Span W to Span R or whatever you want to call it.


The span is basically the set of all linear combinations of the vectors w1, w2, ... , wn. So then, I can define some vector S and some vector T in terms of w's:

S = c1*w1 + c2*w2 + ... + cn*wn

T = k1*w1 + k2*w2 + ... + kn*wn

I think I get it now. I can see how S + T will be closed, and some constant a*S will be closed.
 
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