Module 2
Module 2
Gaurav Dwivedi
Department of Mathematics
BITS Pilani, Pilani Campus.
Module 2
Real Vector Spaces and Subspaces
Module 2
1 Vector Spaces
2 Subspaces
3 Linear Span
4 Linear Independence
A set of functions?
Theorem
For every u 2 V and k 2 R,
1 k 0V = 0V
2 0 u = 0V
3 ( 1) u = u
4 If k u = 0V , then k = 0 or u = 0V .
Gaurav Dwivedi (BITS Pilani) MATH F112 (MATHEMATICS-II) February 6, 2024 12 / 80
Example
The set R+ of a positive real numbers form a vector
space with respect to the following operations:
u v = u · v (vector addition)
a u = ua (scalar multiplication)
for all a 2 R and u, v 2 R+ .
Rn = {(x1 , x2 , . . . , xn ) : xi 2 R}.
u v = (x1 , x2 , . . . , xn ) (y1 , y2 , . . . , yn )
= (x1 + y1 , x2 + y2 , . . . , xn + yn )
a u = (ax1 , ax2 , . . . , axn ).
The set
Mmn = {[aij ]m⇥n | aij 2 R}
of all m ⇥ n matrices with real entries is a vector space
with respect to the following operations:
[aij ]m⇥n [bij ]m⇥n = [aij + bij ]m⇥n (vector addition)
f g = f + g (vector addition),
1. Is
W = (x, y) 2 R2 | y = 0
a subspace of R2 ?
2. Is
W = (x, y) 2 R2 | x 6= y
a subspace of R2 ?
W1 + W2 = {w1 + w2 | w1 2 W1 , w2 2 W2 },
is a subspace of V .
Pn = {p 2 F ( 1, 1) : p(x) = a0 + a1 x + · · · + an xn }
1 W = {(x, y, z) 2 R3 : z = 0}
3 W = {p(x) = a0 + a1 x + a2 x2 + a3 x3 2 P3 :
a0 + a1 + a2 + a3 = 0}
w = k1 v1 + k2 v2 + · · · + kr vr ; ki 2 R, 1 6 i 6 r.
span(S) = {a1 v1 + · · · + ak vk | ai 2 R, 1 6 i 6 k}
k1 v1 + k2 v2 + · · · + kr vr = 0
k1 = 0, k2 = 0, . . . , kr = 0.
Show that
3a 5b + 2c = 0
a 2b + 2c = 0
a + 2b c = 0
(x, y) (w, z) = (x + w, y + z 1)
and
a (x, y) = (ax, ay a + 1).
Let
(x, y) (w, z) = (x + w + 1, y + z 2)
and
a (x, y) = (ax + a 1, ay 2a + 2).
Let
S = {(1, 1), (2, 2)}.
Is S a linearly independent subset of R2 .