We have already noticed some similarities between arrows in space and lists of numbers. But what inherently makes those objects similar? Why is it so natural to apply geometric reasoning to seemingly non-geometric objects, such as lists of numbers? Are there any other objects, which could be "geometrized" in a resembling manner?
Formal definition
You already know the definition of a vector and vector operations, so let's learn about collection of vectors. A vector space is a non-empty set , elements of which are called vectors, with operations of addition, denoted by "", and multiplication by any real number (scalar), denoted by "", where is a real number. These operations must satisfy the following properties, called the axioms of vector space:
- Commutativity of vector addition.
- Associativity of vector addition.
- Existence of a zero vector. In exists an element such as:
- Existence of the opposite vector. For all vectors exists a vector such as:
- Associativity of multiplication.
- Distributivity of multiplication regarding scalar addition.
- Distributivity of multiplication regarding vector addition.
- Unitarity.
Don't think that this realization was easy. It actually took centuries to come up with that definition. Abstract vector spaces were thoroughly researched only in the 20th century. Therefore, it is completely normal to feel a little confused by it at first. Give it time, you will feel much more confident as you continue to work with vector spaces. It is a rewarding experience. The rundown of this definition is that vectors are objects, that you can work with almost as easily as with arrows in space or real numbers, since the manipulations with them share common nature.
Consider the list of properties in the definition as a checklist. You can check whether the object you work with is a vector space. And if it is a vector space, then it automatically means, that the rich set of statements, that are true for all vector spaces, is true for the objects, you work with.
Examples of vector spaces
In the prerequisite topics, we discussed the lists of numbers and operations with them. Let's try to verify, whether the lists of numbers are vectors. For clarity of notation, we will check it with lists of two numbers, but it could be done with lists of any number of components.
Commutativity of vector addition:
Associativity of vector addition:
Existence of a zero vector.
Zero vector is .
Existence of the opposite vector. The opposite vector for is :
Associativity of multiplication:
Distributivity of multiplication regarding scalar addition:
Distributivity of multiplication regarding vector addition:
Unitarity.
All the axioms of vector space are true for lists of numbers with "intuitively" defined operations of addition and multiplication of a number.
Another example of a vector space is a set of all polynomials of a degree less than or equal to . Let's denote it as . Does satisfy all the axioms of vector space? Let's check!
- Commutativity of addition: For all in , . This is a property of polynomial addition.
- Associativity of addition: For all in , . This is also a property of polynomial addition.
- Existence of a zero vector: There exists a zero polynomial, denoted as , such that for all in , . This zero polynomial is of degree less than or equal to , so it is in .
- Existence of the opposite vector: For every in , there exists a polynomial in such that . The polynomial is of degree less than or equal to , so it is in .
- Associativity of multiplication: For all in and scalars and , . This is a property of scalar multiplication.
- Distributivity of multiplication regarding scalar addition: Also, for all in and scalars and , . This is also a property of scalar multiplication and polynomial addition.
- Distributivity of multiplication regarding vector addition: For all in and scalar , . This is once more a property of scalar multiplication and polynomial addition.
- Unitarity: For every in : according to the definition of scalar multiplication of a polynomial.
Since all eight axioms are satisfied, we can conclude that the set of all polynomials of degree less than or equal to 2 forms a vector space.
Example of proof in abstract vector space
We discussed that the notion of abstract vector space is needed to prove properties, that are common for all vector spaces. Axioms of vector space require from zero vector to be the result of multiplication of any vector by zero. They do not clearly state the connection between the operation of addition and zero vector. Let's try to prove that in any vector space exists only one vector such as
and .
First, let's prove that
It is easy to prove through straightforward application of axioms
Now, let's assume that there exists some other such as
Then
But through associativity, we can get that
Those three equations combined yield . The proof is complete. We proved that for all possible vector spaces exists only one vector, which doesn't add anything to any vector, and this vector is a zero vector, defined in the axioms.
The practice problems of this topic can be answered through similar simple proofs.
Conclusion
In this topic, you got acquainted with the definition of an abstract vector space. Here are several crucial points regarding vector spaces and their definitions:
- A vector space is a non-empty set , elements of which are called vectors, with operations of addition and multiplication by any real number (scalar), which satisfy these axioms: commutativity of vector addition, associativity of vector addition and multiplication, the existence of opposite and zero vectors, distributivity of multiplication regarding scalar and vector addition, and unitarity.
- In order to check whether a set of objects is a vector space, you should check if all the statements that are true for any vector space are true for all objects of the set.
- A list of numbers and a set of all polynomials of degree less than or equal to are two basic examples of vector spaces.