Vector Spaces
A vector space V is a set of objects which can be added and multiplied by numbers, in such a way that the sum of two elements of V is again an element of V, the product of an element of V by a number is an element of V, and the following properties are satisfied:
VS 1. Given u,v,w∈V, we have
(u+v)+w=u+(v+w).
VS 2. There is an element O∈V such that
O+u=u+O=u
for all u∈V.
VS 3. Given u∈V, the element (−1)u is such that
u+(−1)u=(−1)u+u=O.
(−1)u is simply written as −u.
VS 4. For all u,v∈V, we have
u+v=v+u.
VS 5. If c is a number, then c(u+v)=cu+cv.
VS 6. If a,b are two numbers, then (a+b)v=av+bv.
VS 7. If a,b are two numbers, then (ab)v=a(bv).
VS 8. For any u∈V, we have 1u=u.
The axioms VS 1-VS 4 say that (V,+) is an abelian group. The elements of vector space V are called vectors. One can easily verify that vectors in Rn satisfy the axioms VS 1-VS 8 and hence Rn is a vector space.
Example. Let M(m,n) denote the set of all m×n matrices. Then M(m,n) is a vector space. Using the identification
(a11a12⋯a1na21a22⋯a2n⋮⋮⋱⋮am1am2⋯amn)⟷(a11,⋯,a1n;a21,⋯,a2n;⋯;am1,⋯,amn),
we see that M(m,n) may be identified with Rmn as a vector space.
Example. Let F be the set of all functions from R to R. For any f,g∈F, define f+g by
(f+g)(x)=f(x)+g(x)
for all x∈R. For any f∈R and for any number c, define cf by
(cf)(x)=cf(x)
for all x∈R. Then F is a vector space called a function space.
Example. Let V={aet+be2t:a,b∈R}. Then V is a vector space. Note that V is the set of all solutions of the second order linear differential equation d2xdt2−3dxdt+2x=0.
Subspaces
A subset U of a vector space V is said to be a \emph{subspace} if U itself is also a vector space. For U to be a vector space, it suffices to satisfy that
- For any v,w∈U, v+w∈U.
- If v∈U and c is a number, cv∈U.
- The identity element O of V is also an element of U.
Proposition. A nonempty subset U of a vector space V is a subspace if and only if av+bw∈U for any v,w∈U and numbers a,b.
Proof. Exercise
Example. Let U be the set of vectors in Rn whose last coordinate is 0. Then U is a subspace of Rn. U may be identified with Rn−1.
Example. Let A be a vector in Rn. Let U be the set of all vectors B in Rn such that B⋅A=0 i.e. B is perpendicular to A. Then U is a subspace of V.
Example. Let U and W be subspaces of a vector space V. Then U∩W is also a subspace of V.
Example. Let U and W be subspaces of a vector space V. Define the sum of U and W
U+W={u+w:u∈U and w∈W}.
Then U+W is a subspace.