Emspak
- 240
- 1
Homework Statement
Show that a subset W of vector space V is a subspace of V iff span(W) = V
The Attempt at a Solution
OK, I am trying to see if my reasoning is correct or if I am overthinking this.
To show this is a subspace three things have to be true.
(a) 0 [itex]\in[/itex] W,
(b) vectors x + y [itex]\in[/itex] W if x,y[itex]\in[/itex] W
(c) cx [itex]\in[/itex] W whenever c [itex]\in[/itex] W and x[itex]\in[/itex]W
All this means the subspace has to be closed under addition and multiplication and contain 0.
First we show the bit about zero. is there a vector 0' [itex]\in[/itex] W such that x + 0' = x for all x[itex]\in[/itex] W. Since x + 0 = x also then 0'=0 so 0[itex]\in[/itex]W and condition (a) is valid.
Is there an additive inverse of the vectors in W that lies in W?
since x[itex]\in[/itex]W
(-1)x[itex]\in[/itex]W because of the axiom that says an additive inverse exists and that for all scalars in a given field multiplied by a vector are in the vector space.
We've shown that W is a subspace. what is Span(W)?
Span(W) is the set of all linear combinations of W.
Span(W) = {λ1x1 + λ2x2 + ... + λnxn | λi [itex]\in[/itex] K} where K is the field.
We know span(W) ≠ [itex]\emptyset[/itex] because if span(W) = [itex]\emptyset[/itex] then span(W) = {0}
let x,y[itex]\in[/itex] span(W)
that means
x = (α1x1 + α2x2 + ... + αnxn) for αi[itex]\in[/itex] K, x[itex]\in[/itex] W
y = (β1x1 + β2x2 + ... + βnxn) for βi[itex]\in[/itex] K, y[itex]\in[/itex] W
which also means that x + y [itex]\in[/itex] span(W)
also if: [tex]\mathbf x\mathbf = \sum_{i=1}^n a_i x_i \in\ span(W)[/tex] and β[itex]\in[/itex] K, y[itex]\in[/itex] W then [tex]β\mathbf x\mathbf = \sum_{i=1}^n (βα_i) x_i \in\ span(W)[/tex]
since from the axioms we see that scalars distribute and βαi[itex]\in[/itex] span(W)
span(W) is a subspace, but is it the smallest subspace of V containing W?
Let E [itex]\subseteq[/itex] V be a subspace containing W.
let x be a vector in span(W) and use the relation above. [tex]\mathbf x\mathbf = \sum_{i=1}^n a_i x_i \in\ span(W)[/tex]
[itex]\forall[/itex] 1 [itex]\leq[/itex] i [itex]\leq[/itex]n xi[itex]\in[/itex]E bit this implies that αixi[itex]\in[/itex]E
that would mean
[tex]\mathbf x\mathbf = \sum_{i=1}^n a_i x_i \in\ E[/tex] and x[itex]\in[/itex]E so span(W) [itex]\in[/itex]E as well.
so yes, span(W) the smallest subspace of V in W
Now what I want to know is if there's some silly egregious error I have made here. If you saw this on a test would you mark it right, wrong, or mostly right but missing some fundamental point, you know?
Thanks in advance.