Axioms
A Vector Space is defined as a set V, together with two operations:
- Vector addition: +:V×V→V
- Scalar multiplication: ⋅:F×V→V
where F is a field (typically R or C).
For arbitrary vectors u,v,w∈V and scalars a,b∈F, the following axioms must hold:
Vector Addition Axioms
- Associativity
(u+v)+w=u+(v+w)
- Additive Identity
- There exists a zero vector 0∈V such that:
v+0=0+v=v for all v∈V
- Additive Inverse
- For each v∈V, there exists an element −v∈V such that:
v+(−v)=(−v)+v=0
- Commutativity
u+v=v+u
Scalar Multiplication Axioms
- Scalar Multiplication Identity
1v=v for all v∈V
- Scalar Multiplication Associativity
a(bv)=(ab)v
- Distribution over Vector Addition
a(u+v)=au+av
- Distribution over Scalar Addition
(a+b)v=av+bv