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 \in W,
(b) vectors x + y \in W if x,y\in W
(c) cx \in W whenever c \in W and x\inW
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' \in W such that x + 0' = x for all x\in W. Since x + 0 = x also then 0'=0 so 0\inW and condition (a) is valid.
Is there an additive inverse of the vectors in W that lies in W?
since x\inW
(-1)x\inW 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 \in K} where K is the field.
We know span(W) ≠ \emptyset because if span(W) = \emptyset then span(W) = {0}
let x,y\in span(W)
that means
x = (α1x1 + α2x2 + ... + αnxn) for αi\in K, x\in W
y = (β1x1 + β2x2 + ... + βnxn) for βi\in K, y\in W
which also means that x + y \in span(W)
also if: \mathbf x\mathbf = \sum_{i=1}^n a_i x_i \in\ span(W) and β\in K, y\in W then β\mathbf x\mathbf = \sum_{i=1}^n (βα_i) x_i \in\ span(W)
since from the axioms we see that scalars distribute and βαi\in span(W)
span(W) is a subspace, but is it the smallest subspace of V containing W?
Let E \subseteq V be a subspace containing W.
let x be a vector in span(W) and use the relation above. \mathbf x\mathbf = \sum_{i=1}^n a_i x_i \in\ span(W)
\forall 1 \leq i \leqn xi\inE bit this implies that αixi\inE
that would mean
\mathbf x\mathbf = \sum_{i=1}^n a_i x_i \in\ E and x\inE so span(W) \inE 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.