The axioms for the definition of vector space we have are:
(V is a Vector space, F is Field)
1. for all x,y in vector space V x+y = y+ x
2. for all x, y, z in V (x + y) + z = x + (y + z)
3. there exists an element in V denoted by 0 s.t. x + 0 = x for each x in v
4. for each element x in V there exits an element y in V s.t. x + y = 0
5. for each element x in V 1x = x
6. for each pair of elements a, b, in F and each element x in V, (ab)x = a(bx)
7. for each element a in F and each pair of elements x,y in V, a(x+y) = ax + ay
8. for each pair of elements a, b in F and each element x in V (a+b)x = ax + ab
we did do a whole exercise of showing closure under addition in certain cases, I think, but I am not entirely sure what this has to do with anything here. Closure under addition and multiplication is required for somethign to be a subspace, no?
I did see a proof like this one with the problem stated as:
That one is stated like this: Let S be a nonempty set and F a field. Let C (S,F) denote the set of all functions f ∈ F (S,F) such that f(s) = 0 for all but a finite number of elements of S . Prove that C(S,F) is a subspace of F(S,F).
Proof (as stated in the book)
For f(s) = 0, the ”zero” element of F(S,F) is clearly in C (S, F).
(It is not clear to me at all, really, but I'll take it as it is for the moment)
Let f(s) = ci, for ci ≠ 0 , si ∈ S, i = 1, ..., n, and g(ti) = di for di ≠ 0 , ti ∈S, i = 1 , .., m
and for all other s ∈ S let f(s) = 0 , g(s) = 0.
Now, ( f + g )(s) = 0 for all s ∈ S except for s = si, i = 1 , .., n and s = t i , i = 1 , ..., m . Since f + g is again a function from S to F, that vanishes at all but a finite number of elements of S . Similarly, one can show αf ∈ C(S, F).
Again, none of this is as obvious as the text makes it out, I am looking at this and not sure if I can adapt this to what I see in front of me. I am feeling like this is mandarin right now.