What are vector spaces and subspaces?

Vector spaces

A set of vectors VV is defined as a vector space if, and only if, the vectors in the setVV follow the 10 axioms defined for a vector space.

Axioms

Let VV be an arbitrary set of vectors defined under addition and scalar multiplication. These two operations can be performed on the set VV. Also, let's consider that the vectors u,v,andw\vec{u}, \vec{v}, and \, \vec{w} exist in the set VV. The set can be defined as a vector space if it follows all the 10 axioms mentioned below:

  1. If the vectors u\vec{u} and v\vec{v} belong to the set VV, then u+v\vec{u} + \vec{v} should also be in the set VV

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

  3. u+(v+w)=(u+v)+w\vec{u} + (\vec{v} + \vec{w}) = (\vec{u} + \vec{v}) + \vec{w}

  4. 0+u=u+0=u\vec{0} + \vec{u} = \vec{u} + \vec{0} = \vec{u} for all vectors u\vec{u} in the set VV

  5. For each u\vec{u}, there must exist a negative of u\vec{u} such that u+(u)=(u)+u=0\vec{u} + (-\vec{u}) = (-\vec{u}) + \vec{u} = \vec{0}

  6. If u\vec{u} exists in VV, then kuk\vec{u} should also exist in VV, where kk is any scalar

  7. k(u+v)=ku+kvk(\vec{u} + \vec{v}) = k\vec{u} + k\vec{v}

  8. (k+m)u=ku+mu(k+m) \vec{u} = k\vec{u} + m\vec{u}

  9. k(mu)=(km)uk(m\vec{u}) = (km)\vec{u}

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

Note: If the set VV violates any of the axioms, it is not a vector space.

Example 1

Let's consider VV a set of 2×22 \times 2 matrices with real entries. How do we prove that VV is a vector space?

Solution

The set VV is tested for all the 10 axioms and proved as a vector space. Some of the proofs are explained below:

Axiom 1

If u\vec{u} and v\vec{v} belong to VV, u+v\vec{u} + \vec{v} also belongs to the setVV.

Axiom 2

This axiom holds true as shown below:

Axiom 4

A zero vector in the set VV is defined as follows:

Using the definition of Axiom 4, the following holds:

Axiom 5

A negative of a vector u\vec{u} in the set VV is defined as follows:

According to the definition of Axiom 6, the following holds:

Axiom 6

Scalar multiplication holds for the set VV as follows:

Axiom 10

For the set VV, Axiom 10 holds true as follows:

Note: Since all of the axioms provide solutions that exist in the set VV defined for all 2×22 \times 2 matrices, we can define the set VV as a vector space.

Example 2

Let V=R2V = R^2 with the following addition and multiplication operations:

How can we state whether VV is a vector space or not?

Solution

We can easily prove that the set VV follows all the first 9 axioms. Let's see if we can prove Axiom 10:

Axiom 10

VV violates the following axiom as follows:

Since the last axiom is violated, we cannot define VV as a vector space.

Subspaces

A subset WW of a vector space VV is defined as a subspace if it is closed under addition and multiplication.

To test for a subspace, we consider WW a nonempty set containing vectors from the vector space VV. WW is a subspace of VV if it fulfills the three conditions:

  1. The set WW contains a zero vector.

  2. If u\vec{u} and v\vec{v} are defined WW, then u+v\vec{u} + \vec{v} must also be in WW.

  3. If kk is any scalar and u\vec{u} is contained in WW, then kuk\vec{u} must also be in WW.

Example 1

Given that MnnM_{nn} is a vector space, let's mention one subset for MnnM_{nn} that is a subspace and another subset of MnnM_{nn} that is not a subspace.

Solution

The addition between two symmetric matrices provides a symmetric matrix in return. Scalar multiplication with a symmetric matrix also returns a symmetric matrix. Zero n×nn \times n matrix is also a symmetric matrix. Hence, a symmetric n×nn \times n matrix is a subspace of MnnM_{nn}.

Note: Upper triangularThe matrix contains zero elements below the diagonal., lower triangularThe matrix contains zero elements above the diagonal., and diagonalThe matrix has nonzero elements on the diagonal only. matrices are also subspaces of MnnM_{nn}.

Invertible matrices are a subset of MnnM_{nn}. However, they don't form a subspace because the subset of invertible matrices does not contain a zero matrix.

Applications

The concept of vector spaces is fundamental in linear algebra because, together with the concept of matrices, it allows the manipulation of the system of linear equations.

Vector spaces generalize vectors and enable the modeling of physical quantities that have a direction and magnitude attached to them, such as forces.

Free Resources

Copyright ©2025 Educative, Inc. All rights reserved