Description

A vector space VV is defined to be a set of elements that, for any u,v,zV\vec{u}, \vec{v}, \vec{z} \in V and c,dRc, d \in \mathbb{R}, satisfies the following 10 properties:

  1. u+vV\vec{u} + \vec{v} \in V

  2. cuVc\vec{u} \in V

  3. u+v=v+u\vec{u} + \vec{v} = \vec{v} + \vec{u}

  4. (u+v)+z=u+(v+z)(\vec{u} + \vec{v}) + \vec{z} = \vec{u} + (\vec{v} + \vec{z})

  5. There is a 0V\vec{0} \in V, such that u+0=u\vec{u} + \vec{0} = \vec{u}.

  6. There exists a u-\vec{u}, such that u+(u)=0\vec{u} + (-\vec{u}) = \vec{0}.

  7. c(du)=(cd)uc(d\vec{u}) = (cd)\vec{u}

  8. (c+d)u=cu+du(c + d)\vec{u} = c\vec{u} + d\vec{u}

  9. c(u+v)=cu+cvc(\vec{u} + \vec{v}) = c\vec{u} + c\vec{v}

  10. 1u=u1\vec{u} = \vec{u}

Most of these conditions are obvious, but the most important ones are the no escape properties (properties 1 and 2). In general, you do not need to memorize the 10 properties of vector spaces because we will hardly be dealing with vector spaces as a whole; instead, we will mostly use subspaces.

Definition of a subspace

A subset WW of a vector space VV is a subspace of VV if the following two conditions are satisfied for any u,vW\vec{u}, \vec{v} \in W and cRc \in \mathbb{R}.

  1. u+vW\vec{u} + \vec{v} \in W

  2. cuWc\vec{u} \in W

Consequently, to test if a subset forms a subspace, we need to check whether the 2 above properties are satisfied.

Last updated