Vector Spaces: C Michael C. Sullivan, Fall 2005
Vector Spaces: C Michael C. Sullivan, Fall 2005
Vector-like Spaces
It often happens that a set that is not a subset of any Rn still has properties
very much like those of a vector space.
Example 8. Adding polynomials is a lot like adding vectors and we can think of
multiplying a polynomial by a real constant as an analog of scalar multiplication.
Let C be the set of cubic polynomials and let P3 be the set of all polynomials
of degree 3 or less. If p(x) = x3 + 2 and q(x) = x x3 then p(x) + q(x) is not a
cubic polynomial. Thus, C does not behave like a vector space. But P3 does act
very much like a vector space. It is closed under addition and multiplication
by scalars. (Although, P3 is not closed when we multiply one polynomial by
another.)
Example 9. The solution set S of the differential equation y 00 = y, that is
the set of all real functions f (x) such that f 00 (x) = f (x), is a like a vector
space. If f and g are both in S and r R then the reader should be able to
check that f (x) + g(x) and rf (x) are also in S. Thus, the algebraic structure
of S is much like that of a vector space. We challenge the reader to figure out
what the set S is.
Example 10. The set of convergent infinite series can be thought as vector
(commutativity)
b. u + (v + w) = (u + v) + w, v, w, u V
c. z V such that z + v = v, v V
(associativity)
(additive identity: zero)
V such that v
+v =z
d. v V , v
(additive inverses)
e. r(v + w) = rv + rw, r R, v, w V
(distributivity)
f. (r + s)v = rv + sv, r, s R, v V
(distributivity)
g. r(sv) = (rs)v, r, s R, v V
multiplication)
h. 1v = v, v V
(associativity of scalar
(scalar multiplicative identity)
Subspaces
Definition 3. If V is a subset of a vector space W and V also has a vector
space structure (using the same operations as on W ) then we say V is a subspace
of W .
Theorem 1. If V is a subset of a vector space W then V is a subspace of W
if the two closure axioms of Definition 2 hold.
Before giving a proof we shall do an application.