A vector space, defined over a field , is a set whose elements can be added together and multiplied by a scalars (). The elements of , whilst often called vectors, can be a variety of different mathematical objects, such as vectors in the typical sense, or matrices.
Vector spaces defined over are known as real vector spaces, whilst vector spaces defined over are defined as complex vector spaces.
Vector Space Axioms¶
Let and .
In order for to be a vector space, the addition and scalar multiplication operations must meet a set of Axioms, defined below.
The addition operation must obey the following conditions
- Commutativity
- Associativity
- such that .
- Identity
- such that .
- Inverse
The multiplication by a scalar operation must obey the following conditions
- distributive over
- distributive over scalar
Further Vector Space Properties¶
Let and
A linear combination of the vectors is given by
All linear combinations of vectors in are also in V, .
Let
linearly dependent: The set of vectors are linearly dependent if there exists , where is not equal to 0 for all , such that
linearly independent: The set of vectors are linearly independent if there does not exists such that
unless is equal to 0 for all .
In a space defined over , the most elements a set of linearly independent vectors could contain is .
Let
is a linear subspace of if
- ,
- the set is not empty
- it is true that ,
- is closed under addition.
- it is true that ,
- is closed under multiplication.
Let
The set of vectors are a basis of if
- Any vectors in can written as a linear combination of the vectors in 💭.
- The vectors are linear independent.
For any , if forms a basis, there exists a unique set of scalars such that
The dimension of a vector space , given by , is the minimum number of elements in a basis of , or the number of vectors needed to Span .
For more on basis see here
Subspaces¶
Let be a vector space over . A subset is a subspace of if the following conditions hold
- The subset is not empty.
- .
- is closed under addition.
- is closed under multiplication by scalars.