Vector Space
Vector Space
A vector space, often denoted as (V, F), is a set V equipped with two binary operations,
addition and scalar multiplication, satisfying the following axioms for all vectors u, v, and w
in V and all scalars a and b in the field F:
These axioms define the fundamental properties of a vector space, which can be defined over
any field F (typically, the field of real numbers or the field of complex numbers) and can
encompass various sets of vectors, including geometric vectors in Euclidean space, functions,
matrices, and more. Vector spaces provide the foundation for linear algebra and are essential
in many areas of mathematics and science.
Consider the set of all 2-dimensional real vectors, often denoted as ℝ². It consists of elements
in the form of (x, y), where x and y are real numbers. This set forms a vector space under
standard vector addition and scalar multiplication operations. The properties and axioms of
vector spaces apply to ℝ²:
Ex-1. Closure under Addition: For any two vectors u = (x₁, y₁) and v = (x₂, y₂) in ℝ²,
their sum u + v is also in ℝ²:
2. Additive Identity: There exists a special vector, often denoted as 0, called the
additive identity or zero vector, such that for any vector u in ℝ², u + 0 = u.
3. Additive Inverse: For every vector u in ℝ², there exists a vector -u such that u + (-u)
= 0.
4. Associativity of Addition: For all u, v, w in ℝ², the addition operation is associative:
(u + v) + w = u + (v + w).
5. Commutativity of Addition: For all u and v in ℝ², the addition operation is
commutative: u + v = v + u.
6. Distributive Properties: Scalar multiplication distributes over vector addition and
scalar addition:
a(u + v) = au + av, and (a + b)u = au + bu, where a and b are scalars and u,v is a
vector inV
These properties ensure that the set ℝ², equipped with standard vector addition and scalar
multiplication, forms a vector space.
Ex-2. Euclidean Space: The set of all n-dimensional real or complex vectors, denoted as
ℝⁿ or ℂⁿ, is a vector space. It's the most common vector space used to represent geometric
vectors.
Ex-3. Function Space: The set of all real or complex-valued functions defined on a
specified domain, such as the set of all continuous functions on a closed interval [a, b],
forms a vector space under pointwise addition and scalar multiplication.
Ex-4. Matrix Space: The set of all m×n matrices with real or complex entries, denoted as
M(m, n), is a vector space when matrices are added element-wise and multiplied by
scalars.
Ex-5. Polynomial Space: The set of all polynomials with coefficients in a field, such as
ℝ[x] or ℂ[x], forms a vector space under polynomial addition and scalar multiplication.
Ex-6. Subspace: Any subset of a vector space that satisfies the vector space axioms on its
own is itself a vector space. For example, the set of all 2D vectors in ℝ³ that lie in the xy-
plane is a subspace of ℝ³.