Vector Spaces
Vector Spaces
Vector Space
Vector spaces with real scalars are called real vector spaces and those with
complex scalars are called complex vector spaces. For now, we will be concerned
exclusively with real vector spaces.
4.1 Real Vector Spaces
Let V be a nonempty set of objects, on which two operations are defined:
k u⃗ =k ( u1 ,u 2 )=(k u1 ,k u 2)
Solution:
3. Let u⃗ =( u1 ,u 2) , ⃗v =( v1 , v 2 ) , ⃗
w =( w 1 , w 2 )
w=( u1+ v 1 ,u 2+ v 2 ) + ( w 1 , w 2 )
(⃗u + ⃗v )+ ⃗
¿ ( u1 + v 1+ w1 ,u 2+ v 2 +w 2)
¿ ( u1 +(v 1 +w 1), u2+(v 2+ w2 ) )
¿ ( u1 , u2 ) + ( v+ w1 , v 2 +w 2)
4. Let u⃗ =( u1 ,u 2) , 0⃗ =( 0 , 0 )
¿ u⃗ + ( ⃗v + ⃗
w)
u⃗ + 0⃗ =( u1 , u2 ) + ( 0 , 0 )=( u1 , u2 ) =⃗u
8. ( k + m ) u⃗ =( k +m ) ( u1 ,u 2)
¿ k u⃗ + k ⃗v
9. k (m u⃗ )=k ( m ( u 1 , u2 ) ) =( km u1 , kmu2 )
=k u⃗ + m⃗u
¿ km ( u1 ,u 2) =km (u⃗ )
Example 2: Let V =R 3, prove that V is a vector space under the usual operations of
addition and scalar multiplication defined by:
u⃗ + ⃗v =( u1 , u2 ,u3 ) + ( v 1 , v 2 , v 3 )=(u1 +v 1 ,u 2+ v 2 ,u 3+ v 3)
k u⃗ =k ( u1 ,u 2 , u3 ) =( k u1 , k u 2 , k u3 )
The addition operation is standard one on R2, but the scalar multiplication is not.
¿¿
¿ k u⃗ +m ⃗u
9. Now k (m u⃗ )=k (m ( u1 ,u2 ) )
¿ k ( m u1 ,0 )=( k mu1 , 0 )
¿ ( k m u1 ,0 )=km u⃗
10.1 ⃗u=( u 1 , 0 ) ≠ ⃗u
As the 10th property does not satisfy, so it’s not a vector space.
Example 4:
Check whether V is vector space or not?
V =¿The set of all pairs of real numbers of the form (x , 0) . i.e. { ( x , 0 ) ; x ∈ R }
k u⃗ =k ( u1 ,u 2 )=(k u1 ,k u 2)
Solution:
1. u⃗ =( u1 ,0 ) , ⃗v =(v 1 , 0) ∈V
( u⃗ + ⃗v )=(u1+ v 1 , 0)∈V
2. ( u⃗ + ⃗v )=( u1 , 0 ) + ( v 1 ,0 )
¿ ( u1 + v 1 , 0 )
¿(v ¿ ¿ 1+u1 , 0)¿
¿ ( v 1 , 0 ) +( v 1 , 0 )
¿ ⃗v + u⃗
3. w )=( u1 , 0 ) +( ( v 1 , 0 ) + ( w1 ,0 ))
u⃗ + ( ⃗v +⃗
¿ ( u1 , 0 ) +(v 1 +w 1 , 0)
¿(u1+ v 1 +w 1 , 0)
¿ ( u1 + v 1 , 0 ) + ( w 1 , 0 )
4. u⃗ + 0⃗ =( u1 , 0 ) + ( 0 , 0 ) =( u1 , 0 )=⃗u
5. u⃗ + (−⃗u )=( u1 , 0 ) + (−u 1 , 0 )
¿ ( u1−u 1 , 0 ) =( 0 , 0 )= ⃗0
6. u⃗ =( ⃗u1 ,0 ) ∈ V
¿ ( k u⃗ + k ⃗v )
8. ( k + m ) u⃗ =(k + m) ( u1 , 0 )
¿ ( ( k +m ) u1 , 0 ) =(k u 1+ mu1 , 0)
¿ ( k u1 , 0 ) +(mu 1 , 0)
¿ k ( u1 , 0 ) +m ( u1 , 0 )=k u⃗ + m u⃗
So V is a vector space.
Solution:
As V = { ( x , y ) ; x ≥ 0 , y ∈ R }
( u⃗ + ⃗v )=( u1 +u1 , u2 +v 2 ) ∈V
Example 7: Determine whether the set of all triples of real numbers with standard
vector addition but with scalar multiplication defined by
2 2 2
k ( x , y , z )=(k x , k y , k z )
Axiom 8 fails.
Example 8: Determine whether the set of all pairs of real numbers of the form
(1 , x) with the operations
k ( 1 , y )=(1, ky )
& k ( x , y , z )=(kx , y , z)
Example 10: Let V be the set of all 2 ×2 matrices with real entries and take the
vector space operations on V to be usual operations of matrix addition and scalar
multiplication i.e.
u⃗ + ⃗v =
[ ][
u11 u12 v 11 v 12
+
][
u +v u +v
= 11 11 12 12
u 21 u22 v 21 v 22 u21 + v 21 u 22+ v 22 ]
k u⃗ =k
[ u11 u12 ku
= 11
][
k u 12
u21 u 22 k u21 k u 22 ]
Determine whether V is a vector space or not.
Solution:
[ u
2. u⃗ + ⃗v = u u + v v
11
21
12
22
11
21
u12
22
][ v v
]
¿
[ u11 + v 11 u12+ v 12
u21 + v 21 u 22+ v 22 ]
¿
[ v 11 +u 11 v 12+ u12
v 21+u 21 v 22+ u22 ]
¿ ⃗v + u⃗
3. u⃗ + ( ⃗v +⃗
w )=(⃗u + ⃗v )+ ⃗
w¿
[ ][ ][ ]
u 11 u 12 0 0 u11 u12
4. u⃗ +0= u u + 0 0 = u u =⃗u
21 22 21 22
[ ][
u
11
21
12
22
11
21
]
u
5. u⃗ + (−⃗u )= u u + −u −u
12
22
−u −u
¿
[ u11 + (−u 11 ) u12+ ( −u12 )
u21 + (−u 21) u22+ ( −u22 ) ]
¿
[00 00]=0⃗
You can prove all the properties of scalar multiplication, so V is a vector space.
¿(u1+ v 1 ,u 2+ v 2 , … , un + v n)
THEOREM 4.1.1
Let V be a vector space, u a vector in V, and k a scalar; then:
(a) 0 u=0
(b) k 0=0
(c) (−1 ) u=−u
(d) If k u=0, then k =0 or u=0.
Exercise 4.1
True-False Exercises
In parts (a)–(e) determine whether the statement is true or false, and justify your answer.
(a) A vector is a directed line segment (an arrow).
(b) A vector is an n-tuple of real numbers.
(c) A vector is any element of a vector space.
(d) There is a vector space consisting of exactly two distinct vectors.
(e) The set of polynomials with degree exactly 1 is a vector space under the operations defined in
Exercise 12.