MAT2A2 Real Vector Spaces
MAT2A2 Real Vector Spaces
Addition:
If u and v are in V , the sum of u and v is de-
noted by u + v.
Scalar Multiplication:
If k is a scalar, the scalar multiple of u by k
is denoted by ku.
1
Vector Space Axioms
2. u + v = v + u.
Commutativity
3. (u + v) + w = u + (v + w).
Associativity
2
6. If k is a scalar and u is in V then ku is in
V.
Closure under scalar multiplication
7. k(u + v) = ku + kv.
Distributivity
8. (k + m)u = ku + mu.
Distributivity
9. k(mu) = (km)u.
10. 1u = u.
3
Remarks
A real vector space is a vector space where
the scalars are real numbers.
A complex vector space is a vector space
where the scalars are complex numbers.
4
Examples of Vector Spaces
Rn:
Let V be the set of n-tuples of real numbers,
with the usual operations of addition and scalar
multiplication, that is:
For u = (u1, u2, . . . , un), v = (v1, v2, . . . , vn) and
k a scalar
R∞:
Let V be the set of sequences of real numbers,
with addition and scalar multiplication defined
as follows:
For u = (u1, u2, . . . , un, . . .), v = (v1, v2, . . . , vn, . . .)
and k a scalar
6
F (−∞, ∞):
Let V be the set of all real-valued functions
defined on (−∞, ∞), with addition and scalar
multiplication defined pointwise, that is:
For f = f (x), g = g(x) and k a scalar
7
Theorem 1 (Theorem 4.1.1) Let V be a vec-
tor space, u a vector in V , and k a scalar.
1. 0u = 0
2. k0 = 0
3. (−1)u = −u
4. If ku = 0, then k = 0 or u = 0.
8
Example
Prove or disprove that the following are vector
spaces:
u + v = xy; ku = xk .
9
• Let V be the set of sequences, with usual
addition but scalar multiplication defined
as follows:
For u = (u1, u2, . . .) and k a scalar:
10
Vector Space Axioms
2. u + v = v + u.
Commutativity
3. (u + v) + w = u + (v + w).
Associativity
7. k(u + v) = ku + kv.
Distributivity
8. (k + m)u = ku + mu.
Distributivity
9. k(mu) = (km)u.
10. 1u = u.
11