Vector space

A set with addition and scalar multiplication satisfying the vector space axioms
Vector space

Let XX be a nonempty set and let KK be a field (in these notes, K=RK=\mathbb{R} or K=CK=\mathbb{C}). Suppose we are given:

  • an addition map +:X×XX+:X\times X\to X, (x,y)x+y(x,y)\mapsto x+y;
  • a scalar multiplication map :K×XX\cdot:K\times X\to X, (λ,x)λx(\lambda,x)\mapsto \lambda x.

Then (X,+,)(X,+,\cdot) is a vector space over KK if for all x,y,zXx,y,z\in X and all α,βK\alpha,\beta\in K:

  1. (Commutativity) x+y=y+xx+y=y+x.
  2. (Associativity) (x+y)+z=x+(y+z)(x+y)+z=x+(y+z).
  3. (Zero) there exists 0X0\in X such that x+0=xx+0=x.
  4. (Additive inverses) for each xXx\in X there exists xX-x\in X such that x+(x)=0x+(-x)=0.
  5. (Distributivity over vectors) α(x+y)=αx+αy\alpha(x+y)=\alpha x+\alpha y.
  6. (Distributivity over scalars) (α+β)x=αx+βx(\alpha+\beta)x=\alpha x+\beta x.
  7. (Compatibility) α(βx)=(αβ)x\alpha(\beta x)=(\alpha\beta)x.
  8. (Unit) 1x=x1x=x.

Elements of XX are called vectors, and elements of KK are called scalars.

Vector spaces are the ambient setting for , , and ; adding a yields a normed space.

Examples:

  • KnK^n with componentwise addition and scalar multiplication.
  • The set of real polynomials on R\mathbb{R} with the usual operations.
  • The set F(Ω)F(\Omega) of all KK-valued functions on a nonempty set Ω\Omega, with (f+g)(x)=f(x)+g(x)(f+g)(x)=f(x)+g(x) and (λf)(x)=λf(x)(\lambda f)(x)=\lambda f(x).