A vector space over a F\mathbb F is a VV with operations () +:V×VV+:V\times V\to V and :F×VV\cdot:\mathbb F\times V\to V, and an element 0V0\in V, satisfying the following for all u,v,wVu,v,w\in V and a,bFa,b\in\mathbb F:

  • Commutativity: u+v=v+uu+v=v+u.
  • Associativity: (u+v)+w=u+(v+w)(u+v)+w=u+(v+w).
  • Additive identity: v+0=vv+0=v.
  • Additive inverse: for each vv, there is vV-v\in V with v+(v)=0v+(-v)=0.
  • Distributivity over vector addition: a(u+v)=au+ava\cdot(u+v)=a\cdot u+a\cdot v.
  • Distributivity over scalar addition: (a+b)v=av+bv(a+b)\cdot v=a\cdot v+b\cdot v.
  • Scalar associativity: (ab)v=a(bv)(ab)\cdot v=a\cdot(b\cdot v).
  • Scalar identity: 1v=v1\cdot v=v.
Context

Vector spaces are the basic objects studied via and invariants including the and of operators.

Examples

The zero vector space, consisting only of 00, is allowed. The field is part of the structure: the same additive group can be a vector space over more than one field, but the scalar multiplication must be specified.

  • Rn\mathbb{R}^n with componentwise addition and scalar multiplication is a vector space over R\mathbb{R}.
  • The set of polynomials F[x]\mathbb{F}[x] with the usual addition and scalar multiplication is a vector space over F\mathbb{F}.
  • The set of m×nm\times n matrices over F\mathbb{F} is a vector space over F\mathbb{F}.