Vector Space

A set with addition and scalar multiplication over a field satisfying the vector space axioms
Vector Space

A vector space over a FF is a set VV equipped with

  • an addition operation +:V×VV+:V\times V\to V, and
  • a scalar multiplication operation :F×VV\cdot:F\times V\to V,

such that for all u,v,wVu,v,w\in V and all a,bFa,b\in F:

  1. u+(v+w)=(u+v)+wu+(v+w)=(u+v)+w (associativity of ++),
  2. u+v=v+uu+v=v+u (commutativity of ++),
  3. there exists an element 0V0\in V with v+0=vv+0=v (additive identity),
  4. for every vVv\in V there exists an element vV-v\in V with v+(v)=0v+(-v)=0 (additive inverse),
  5. a(u+v)=au+ava\cdot(u+v)=a\cdot u+a\cdot v (distributivity over vector addition),
  6. (a+b)v=av+bv(a+b)\cdot v=a\cdot v+b\cdot v (distributivity over scalar addition),
  7. (ab)v=a(bv)(ab)\cdot v=a\cdot(b\cdot v) (compatibility with scalar multiplication),
  8. 1v=v1\cdot v=v, where 11 is the multiplicative identity in FF.

Vector spaces are the basic objects of linear algebra; are the structure-preserving functions between them. A prototypical family of examples is , where vectors are tuples of numbers.

Examples:

  • For any kNk\in\mathbb{N}, the set Rk\mathbb{R}^k of kk-tuples of is a vector space over R\mathbb{R} with coordinatewise addition and scalar multiplication.
  • The F[t]F[t] (viewed only with its addition and scalar multiplication by FF) is a vector space over FF.
  • If XX is any set, then the set of all functions XFX\to F is a vector space over FF under pointwise operations.