Vector Space
Vector Space
Vector Space
Vector Spaces
Examples
Vector Spaces
4.2 Vector Spaces
Satya Mandal, KU
Summer 2017
Goals
Operations on Sets
I On the set of integers Z, or on the set of real numbers R
we worked with addition +, multiplication .
I On the nspace Rn , we have addition and scalar
multiplication.
I These are called operations on the respective sets. Such
an operation associates an oredered pair to an element in
V , like,
(u, v) 7 u + v, or (c, v) 7 cv
I set of polynomial,
Continued:
Standard Examples
We give a list of easy examples.
I Example 1: The plane, R2 , R3 with standard addition
and scalar multiplication is a Vector Space. More
generally, the nspace, Rn with standard addition and
scalar multiplication is a Vector Space.
I Example 2: Let M2,4 be the set of all 2 4. So,
a b c d
M2,4 = : a, b, c, d, x, y , z, w R
x y z w
Formal Proofs
To give a proof we need to check all the 10 properties in the
definition. While each step may be easy, students at this level
are not used to writing a formal proof. Here is a proof that
C (0, 1) is a vector space.
I So, the vectors are continuous functions
f(x) : (0, 1) R.
I For vectors f, g C (0, 1) addition is defined as follows:
Continued
Continued
u + 0 = u and u + = u.
= + 0 = 0 + = .
Continued
x = x + 0 = x + (u + y) = (x + u) + y = 0 + y = y.
I (2) c0 = 0
I (3)
cv = 0 = c = 0 or v = 0
I (4) (1)v = v.
Proof.
Proof.
I (1) By distributive property, We have
0v + 0v = (0 + 0)v = 0v. By (property 5), there is an
additive inverse (0v) of 0v. We add the same to both
sides of the above equation
0v + (0v + ((0v))) = 0 OR
0v + 0 = 0 Or 0v = 0
So, (1) is established.
Satya Mandal, KU Vector Spaces 4.2 Vector Spaces
Abstruct Definition of Vector Spaces
Preview Standard Examples of Vector Spaces
Vector Spaces A List of Important Vector Spaces
Examples Properties of Vector Spaces
Non-Examples
Continued
Proof.
I (2) First, by distributivity
c0 = c(0 + 0) = c0 + c0
Continued
Proof.
I (3) Suppose cv = 0. Suppose c 6= 0. Then we can
multiply the equation by c1 . So,
1 1
(cv) = 0 = 0 (by (2))
c c
By axion (10), we have
1 1 1
v = 1v = c v = (cv) = 0 = 0
c c c
Continued
Proof.
I (4) We have, by distributivity and axiom (10)
Examples 4.2.1
Examples 4.2.2
Examples 4.2.2 Let P2 be the set of all polynomials of
degree (exactly) 2. Is X a vector space? If not, why?
Solution. P2 is not a vector space. (Here, by degree 2
means, exactly of degree 2.)
Example 4.2.3
Example 4.2.3
0 0 a
Let S = 0 b 0 : a, b, c R
c 0 0
Is it a vector space?
Solution