Vector Space

2 min read Updated Fri Apr 24 2026 07:36:29 GMT+0000 (Coordinated Universal Time)

(V,,)  over  (F,+,)(V,*,\circ)\;\text{over}\;(F,+,\cdot) is a vector space, iff it satisfies:

  • (V,)(V,*) is an abelian group
  • (F,+,)(F,+,\cdot) is a field
  • aF,xV,axV\forall a \in F, \forall x \in V, a \circ x \in V
  • aF,x,yV,a(xy)=(ax)(ay)\forall a \in F, \forall x,y \in V, a \circ (x * y) = (a \circ x) * (a \circ y)
  • a,bF,xV,(a+b)x=(ax)(bx)\forall a,b \in F, \forall x \in V, (a+b) \circ x = (a \circ x) * (b \circ x)
  • a,bF,xV,(ab)x=a(bx)\forall a,b \in F, \forall x \in V, (a\cdot b) \circ x = a \circ (b \circ x)

In the above definition:

  • FF is the set of scalars
  • VV is the set of vectors
  • ++ is number addition
  • \cdot is number multiplication
  • :V×VV*: V \times V \to V is vector addition
  • :F×VV\circ: F \times V \to V is scalar multiplication

Alternate Notation

When no confusion arises, instead of 4 different symbols:

  • ++ for both vector addition and scalar addition
  • \cdot for both scalar multiplication and field multiplication

And:

  • Zero vector is denoted as 0\underline{0}
  • (V,,)  over  (F,+,)(V,*,\circ)\;\text{over}\;(F,+,\cdot) is simply denoted as VV over FF.

Properties

Suppose (V,,)  over  (F,+,)(V,*,\circ)\;\text{over}\;(F,+,\cdot) is a vector space.

Zero vector exists

Denoted as ee.

eV such that xV,  x0=e\exists e \in V \text{ such that } \forall x \in V,\; x \circ 0 = e aF,  ae=e\forall a \in F,\; a \circ e = e aF,xV;  ax=e    a=0  or  x=e\forall a \in F, \forall x \in V;\; a \circ x = e \implies a = 0\;\text{or}\;x=e

Negative x is the additive inverse

x=(1)x\overline{x} = (-1) \circ x