A vector space (or linear space) is a fundamental concept in mathematics, specifically in linear algebra. It is a set of objects called vectors, along with two operations: vector addition and scalar multiplication, that satisfy a specific set of rules.
Formal Definition:
A vector space over a field
(like the real numbers
or complex numbers
) is a set equipped with two operations:
- Vector Addition: Combines two vectors
to produce another vector
.
- Scalar Multiplication: Multiplies a scalar
with a vector
to produce a new vector
.
These operations must satisfy the following axioms:
Axioms of a Vector Space:
- Closure under addition and scalar multiplication:
- If
, then
.
- If
and
, then
.
- Associativity of addition:
for all
.
- Commutativity of addition:
for all
.
- Additive identity: There exists a vector
such that
for all
.
- Additive inverse: For each
, there exists
such that
.
- Distributive properties:
for all
and
.
for all
and
.
- Associativity of scalar multiplication:
for all
and
.
- Identity scalar multiplication:
for all
, where
is the multiplicative identity in
.
Examples of Vector Spaces:
- Real coordinate spaces:
- The set
, where vectors are
-tuples of real numbers (e.g.,
), is a vector space over
.
- Polynomials:
- The set of all polynomials with real coefficients forms a vector space over
.
- Matrices:
- The set of all
matrices is a vector space over
or
.
- Functions:
- The set of all real-valued functions is a vector space over
.
Importance:
Vector spaces provide the framework for many areas of mathematics, physics, and engineering. They underpin concepts like systems of linear equations, transformations, and more advanced fields like quantum mechanics and machine learning.
Prove that the real coordinate space is a vector space
To verify that the real coordinate space is a vector space, we must show that it satisfies the axioms of a vector space.
Let represent the set of all
-tuples of real numbers, where a vector
is written as:
We define:
- Vector addition: For
,
- Scalar multiplication: For
and
,
We now check the vector space axioms.
1. Closure under addition:
If and
, then:
Since for all
,
. (Satisfied)
2. Closure under scalar multiplication:
If and
, then:
Since for all
,
. (Satisfied)
3. Associativity of addition:
For ,
Since addition in is associative,
. (Satisfied)
4. Commutativity of addition:
For ,
Since addition in is commutative, this holds. (Satisfied)
5. Additive identity:
The zero vector satisfies:
(Satisfied)
6. Additive inverse:
For , the additive inverse is
, since:
(Satisfied)
7. Distributive properties:
For and
:
(Satisfied)
8. Associativity of scalar multiplication:
For and
,
(Satisfied)
9. Identity scalar multiplication:
For ,
(Satisfied)
Conclusion:
Since satisfies all the axioms of a vector space, it is indeed a vector space.