1.2. Vector Spaces-Students'
1.2. Vector Spaces-Students'
VECTOR SPACES
Binary Operation: Let 𝐴 be a non-empty set. Then if the relation 𝑓 ∶ 𝐴 × 𝐴 ⟶ 𝐴
is a function, then 𝑓 is said to be a binary operation or binary composition in 𝐴. That
is, for all (𝑎, 𝑏) ∈ 𝐴 × 𝐴 there exists a unique image 𝑓(𝑎, 𝑏) ∈ 𝐴.
Notation: In general there are different types of symbols are used to denote the
binary operation like ⊗,⊙, 𝑜, +, . ,×,⊕ and so on.
Examples
i) Notice that Addition (+), Subtraction (−) and Multiplication (× 𝑜𝑟 . ) are binary
operations in 𝑹, the set of real numbers whereas Division (÷) is not a binary
operation in 𝑹 since division by 0 is not defined.
ii) Let 𝐴 be the set of all 𝑚 × 𝑛 matrices such that each element of any matrix is a
complex number. Then Addition of matrices denoted by + is a binary
operation in 𝐴.
𝑎+𝑏
iii) In 𝑵, the set of Natural numbers, the operation 𝑜 defined by 𝑎𝑜𝑏 = is not
𝑎𝑏
2+3 5
a binary operation in 𝑵 since for 𝑎 = 2, 𝑏 = 3 ∈ 𝑵, 2𝑜3 = = ∉𝑵
2(3) 6
Notes
1) In 1-D space, denoted by 𝑹1 , the elements will be 1-tuple which are real
10 134
constants in 𝑹1 like 2, −3, − , ,…
3 47
2) In 2-D space or Cartesian plane, denoted by 𝑹2 , the elements will be 2-tuples
or ordered pairs in 𝑹2 like (𝑥, 𝑦), (𝑥1 , 𝑥2 ), (𝑝, 𝑞), …
3) In 3-D space or Coordinate space, denoted by 𝑹3 , the elements will be 3-tuples
or ordered triples in 𝑹3 like (𝑥, 𝑦, 𝑧), (𝑥1 , 𝑥2 , 𝑥3 ), ….
4) In general 𝑛-D space or Euclidean Space, denoted by 𝑹𝑛 , the elements will be
𝑛-tuples in 𝑹𝑛 like (𝑥1 , 𝑥2 , … , 𝑥𝑛−1 , 𝑥𝑛 ), (𝑎1 , 𝑎2 , … , 𝑎𝑛−1 , 𝑎𝑛 ) …..
A particular 𝑛-tuple in 𝑹𝑛 , say 𝒖 = (𝑢1 , 𝑢2 , … , 𝑢𝑛−1 , 𝑢𝑛 ) is called a point or
vector. The numbers 𝑢𝑖′ 𝑠 are called the coordinates, components, entries or
elements of 𝒖
Vector addition and Scalar multiplication in 𝑹𝒏
If 𝒖 = (𝑢1 , 𝑢2 , … , 𝑢𝑛 ) and 𝒗 = (𝑣1 , 𝑣2 , … , 𝑣𝑛 ) be any two vectors in 𝑹𝑛 and 𝑐 be
any scalar, then
Field
Let 𝐹 be a non-empty set of scalars and +, . be two binary operations defined on 𝐹.
If (𝐹, +, . ) is said to be a Field, then it has to satisfy the following six properties:
𝑃6 ∶ Distributive laws
Vector Space
Let 𝑉 be a nonempty set whose elements are vectors and 𝐹 be a field of scalars.
Then 𝑉 is said to be a Vector Space over the field 𝑭 or simply 𝑉(𝐹) is said to be a
Vector Space if the following properties hold in 𝑉(𝐹):
For any 𝒖, 𝒗 ∈ 𝑉, 𝒖 + 𝒗 ∈ 𝑉
For any 𝒖, 𝒗, 𝒘 ∈ 𝑉, (𝒖 + 𝒗) + 𝒘 = 𝒖 + (𝒗 + 𝒘) ∈ 𝑉
For any 𝒖, 𝒗 ∈ 𝑉, 𝒖 + 𝒗 = 𝒗 + 𝒖
𝑃6 ∶ Scalar Multiplication
i) For any 𝑎 ∈ 𝐹, 𝒖 ∈ 𝑉, 𝑎𝒖 ∈ 𝑉
ii) For any 𝒖, 𝒗 ∈ 𝑉 and 𝑎 ∈ 𝐹, 𝑎(𝒖 + 𝒗) = 𝑎𝒖 + 𝑎𝒗
iii) For any 𝑎, 𝑏 ∈ 𝐹, 𝒖 ∈ 𝑉, 𝑎(𝑏𝒖) = (𝑎𝑏)𝒖 and (𝑎 + 𝑏)𝒖 = 𝑎𝒖 + 𝑏𝒖
iv) For any 1 ∈ 𝐹, 𝒖 ∈ 𝑉, 1. 𝒖 = 𝒖, where 1 is the unity of 𝐹
EXAMPLE-1: Prove that the set 𝑪𝑛 (𝑪) of all 𝑛-tuples of complex numbers with
the binary operations vector addition and scalar multiplication defined as follows
is a vector space over the field of complex numbers 𝑪:
i) 𝒖 + 𝒗 = (𝑢1 + 𝑣1 , 𝑢2 + 𝑣2 , … , 𝑢𝑛 + 𝑣𝑛 )
ii) 𝑎𝒖 = (𝑎𝑢1 , 𝑎𝑢2 , … , 𝑎𝑢𝑛 )
Proof:
EXAMPLE-2: Let 𝑉 be the set of all ordered pairs of real numbers and 𝐹 be the
field of real numbers with the binary operations addition and scalar multiplication
defined as follows: For any (𝑥1 , 𝑦1 ), (𝑥2 , 𝑦2 ) ∈ 𝑉 and 𝑐 ∈ 𝐹, we have
Solution:
EXAMPLE-3: Let 𝑉 be the set of all ordered pairs of real numbers and 𝐹 be the
field of real numbers with the binary operations addition and scalar multiplication
defined as follows: For any (𝑥1 , 𝑦1 ), (𝑥2 , 𝑦2 ) ∈ 𝑉 and 𝑐 ∈ 𝐹, we have
Solution:
EXAMPLE-4: Let 𝑉 be the set of all ordered pairs of real numbers and 𝐹 be the
field of real numbers with the binary operations addition and scalar multiplication
defined as follows: For any (𝑥1 , 𝑦1 ), (𝑥2 , 𝑦2 ) ∈ 𝑉 and 𝑐 ∈ 𝐹, we have
Solution:
Vector Subspace
Let 𝑉 be a vector space over a field 𝐹 and 𝑊 ≠ ∅, 𝑊 ⊆ 𝑉. Then 𝑊 is said to be a
Vector Subspace of 𝑉 if 𝑊 is itself a vector space over 𝐹 with respect to the same
operations of vector addition and scalar multiplication as defined in 𝑉.
Note: The zero vector space {𝑶} and 𝑉(𝐹) are the trivial subspaces of 𝑉(𝐹).
Proof:
Necessary Condition: Let 𝑊(𝐹) is a vector subspace of 𝑉(𝐹). Then by the definition
of vector subspace, 𝑊(𝐹) is a vector space. Since 𝑊(𝐹) is a vector space, we have
Notice that the remaining properties of a vector space hold good in 𝑊 since they hold
in 𝑉 of which 𝑊 is a subset.
Hence be proved.
Solution:
Solution:
Some more examples on the subspaces of a vector space are given below:
i) Let 𝑉 = 𝑀𝑛,𝑛 be the vector space of 𝑛 × 𝑛 matrices. Let 𝑊1 be the subset of all
(upper) triangular matrices and 𝑊2 be the subset of all symmetric matrices.
Then 𝑊1 is a subspace of 𝑉 because 𝑊1 contains the zero matrix 𝑂 and is
closed under matrix addition and scalar multiplication, that is, the sum and
scalar multiple of such triangular matrices are also triangular. Similarly, 𝑊2 is
also a subspace of 𝑉.
ii) Let 𝑉 = 𝑃(𝑡) be a vector space of polynomials. Then the set 𝑃𝑛 (𝑡) of
polynomials of degree at most 𝑛 may be viewed as a subspace of 𝑃(𝑡). Let
𝑄(𝑡) be the collection of polynomials with only even powers of 𝑡 (for example
𝑝1 (𝑡) = 3 + 4𝑡 2 − 5𝑡 6 , 𝑝2 (𝑡) = 6 − 7𝑡 4 + 9𝑡 6 + 3𝑡 12 , … 𝑒𝑡𝑐) may be viewed
as subspace of 𝑃(𝑡).
iii) Let 𝑉 be the vector space of real-valued functions. Then the collection 𝑊1 of
continuous functions and the collection 𝑊2 of differentiable functions are
subspaces of 𝑉.
iv) Let 𝑉 be the set of 𝑛-tuples (𝑥1 , 𝑥2 , … , 𝑥𝑛 ) in 𝑹𝑛 with usual addition and scalar
multiplication. Then
➢ 𝑊 consisting of 𝑛-tuples (𝑥1 , 𝑥2 , … , 𝑥𝑛 ) with 𝑥1 = 0 is a subspace of 𝑉.
➢ 𝑊 consisting of 𝑛-tuples (𝑥1 , 𝑥2 , … , 𝑥𝑛 ) with 𝑥1 ≥ 0 is not a subspace of 𝑉,
since 𝑊 is not closed under scalar multiplication (𝑐𝑥, when 𝑐 is a negative
real number, is not in 𝑊)
➢ 𝑊 consisting of 𝑛-tuples (𝑥1 , 𝑥2 , … , 𝑥𝑛 ) with 𝑥2 = 𝑥1 + 1 is not a subspace
of 𝑉, since 𝑊 is not closed under addition since for 𝑥 = (𝑥1 , 𝑥2 , … , 𝑥𝑛 ) with
𝑥2 = 𝑥1 + 1 and 𝑦 = (𝑦1 , 𝑦2 , … , 𝑦𝑛 ) with 𝑦2 = 𝑦1 + 1 be two elements in
𝑊, then 𝑥 + 𝑦 = (𝑥1 + 𝑦1 , 𝑥2 + 𝑦2 , … , 𝑥𝑛 + 𝑦𝑛 ) is not in 𝑊 as 𝑥2 + 𝑦2 =
(𝑥1 + 1) + (𝑦1 + 1) = 𝑥1 + 𝑦1 + 2 ≠ 𝑥1 + 𝑦1 + 1.
v) Let 𝑉 be the set of all real polynomials 𝑃 of degree ≤ 𝑚 with usual addition and
scalar multiplication. Then
➢ 𝑊 consisting of all real polynomials of degree ≤ 𝑚 with 𝑃(0) = 0 is a
subspace of 𝑉
➢ 𝑊 consisting of all real polynomials of degree ≤ 𝑚 with 𝑃(0) = 1 is not a
subspace of 𝑉, since 𝑊 is not closed under addition, that is, if 𝑃, 𝑄 ∈ 𝑊,
then 𝑃 + 𝑄 ∉ 𝑊 because 𝑃(0) + 𝑄(0) = 1 + 1 = 2 ≠ 1.
➢ 𝑊 consisting of all real polynomials of degree ≤ 𝑚 with real positive
coefficients is not a subspace of 𝑉 since 𝑊 is not closed under scalar
multiplication, that is, if 𝑃 is an element of 𝑊, then −𝑃 ∉ 𝑊.
vi) Let 𝑉 be set of all 𝑛 × 𝑛 real square matrices with usual matrix addition and
scalar multiplication. Then
➢ 𝑊 consisting of all symmetric/skew symmetric matrices of order 𝑛 is a
subspace of 𝑉.
➢ 𝑊 consisting of all upper/lower triangular matrices of order 𝑛 is a subspace
of 𝑉.
➢ 𝑊 consisting of all 𝑛 × 𝑛 matrices having real positive elements is not a
subspace of 𝑉 since 𝑊 is not closed under scalar multiplication, that is, if 𝐴
is an element of 𝑊, then −𝐴 ∉ 𝑊.
vii) Let 𝑉 be set of all 𝑛 × 𝑛 complex matrices with usual matrix addition and
scalar multiplication. Then
➢ 𝑊 consisting of all Hermitian matrices of order 𝑛 forms a vector space
when scalars are real numbers and does not form a vector space when
scalars are complex numbers since 𝑊 is not closed under scalar
𝑎 𝑥 + 𝑖𝑦
multiplication, that is, Let 𝐴 = ( ) ∈ 𝑊 and 𝑐 = 𝑖, a scalar.
𝑥 − 𝑖𝑦 𝑏
𝑎 𝑥 + 𝑖𝑦 𝑖𝑎 𝑖𝑥 − 𝑦
Then 𝑐𝐴 = 𝑖𝐴 = 𝑖 ( )=( )∉𝑊
𝑥 − 𝑖𝑦 𝑏 𝑖𝑥 + 𝑦 𝑖𝑏
➢ 𝑊 consisting of all Skew-Hermitian matrices of order 𝑛 forms a vector
space when scalars are real numbers and does not form a vector space
when scalars are complex numbers since 𝑊 is not closed under scalar
𝑖 𝑥 + 𝑖𝑦
multiplication, that is, Let 𝐴 = ( ) ∈ 𝑊 and 𝑐 = 𝑖, a scalar.
−𝑥 + 𝑖𝑦 2𝑖
𝑖 𝑥 + 𝑖𝑦 −1 𝑖𝑥 − 𝑦
Then 𝑐𝐴 = 𝑖𝐴 = 𝑖 ( )=( )∉𝑊
−𝑥 + 𝑖𝑦 2𝑖 −𝑖𝑥 − 𝑦 −2
Note: The intersection of any family of subspaces of a vector space is also a subspace.
THEOREM 3: The union of any two subspaces of a vector space is a subspace if and
only if one is contained in the other. That is,
𝑊1 ∪ 𝑊2 = 𝑊1 or 𝑊2 , a subspace
𝑊1 ⊈ 𝑊2 ⟹ 𝑥 ∈ 𝑊1 and 𝑥 ∉ 𝑊2 … (1)
𝑊2 ⊈ 𝑊1 ⟹ 𝑦 ∈ 𝑊2 and 𝑦 ∉ 𝑊1 … (2)
⟹ 𝑥 + 𝑦 ∈ 𝑊1 ∪ 𝑊2 ⟹ 𝑥 + 𝑦 ∈ 𝑊1 or 𝑥 + 𝑦 ∈ 𝑊2
Notice that (3) and (4) are contradictions to (2) and (1) respectively.