codethrasher

Axioms (Vector Space)

To qualify as a vector space, a set VV and its associated operations of addition (++) and multiplication/scaling (\cdot) must adhere to the below:

Associativity

u+(v+w)=(u+v)+w\begin{equation} \mathbf{u}+(\mathbf{v}+\mathbf{w}) = (\mathbf{u} + \mathbf{v}) + \mathbf{w} \end{equation}

Commutivity

u+v=v+u\begin{equation} \mathbf{u} + \mathbf{v} = \mathbf{v} + \mathbf{u} \end{equation}

Identity of Addition

There exists and element 0V\mathbf{0}\,\in\,V, called the zero vector, such that v+0=v\mathbf{v} + \mathbf{0} = \mathbf{v} for all vV\mathbf{v}\,\in\,V.

Inverse of Addition

For every vV\mathbf{v}\,\in\,V, there exists an element vV\mathbf{-v}\,\in\,V, such that v+(v)=0\mathbf{v}\,+\,(\mathbf{-v})\,=\,\mathbf{0}.

Compatibility

a(bv)=(ab)v\begin{equation} a(b\mathbf{v})\,=\,(ab)\mathbf{v} \end{equation}

Scalar/Multiplication Identify

1v=v\begin{equation} 1\mathbf{v}\,=\,\mathbf{v} \end{equation}

where 1 denotes the scalar identity

Distributivity

a(u+v)=au+av\begin{equation} a(\mathbf{u}\,+\,\mathbf{v})\,=\,a\mathbf{u}\,+\,a\mathbf{v} \end{equation}

← Invariance (Mathematics) Coordinate Transformation →