Subspaces

Recall our
A vector space over a field \(\mathbb{F}\) is a set \(V\) with two operations:
  • Addition: \(+:V \times V \rightarrow V\), and
  • Scalar multiplication: \(\cdot : \mathbb{F} \times V \rightarrow V \)
such that the following axioms hold for all \(u,v,w \in V\) and all \(a,b \in \mathbb{F}\).
  • Commutativity. \(u+v = v+u\)
  • Associativity. \( (u+v)+w = u+(v+w) \) and \( (ab)v = a(b v) \)
  • Additive Identity. Exists \(0 \in V\) such that \(v + 0 =v \)
  • Additive Inverse. For all \(v \in V\) there exists \(z \in V\) such that \(v+z=0\)
  • Multiplicative Identity. \(1v=v\)
  • Distributive Properties. \(a (u + v) = au + av\) and \(a+b)u = au + bu\)
which is an additive abelian group with a field action.

Recall that a subset of a set \(V\) is a set \(U\) such that for all \(u \in U\), also \(u \in V\).

A
A subset of a set \(V\) is a set \(U\) such that for all \(u \in U\), also \(u \in V\).
\(U\) of a vector space \(V\) is a subspace of \(V\) if \(U\) is also a vector space over the same field, using the same addition and scalar multiplication rules.
The vector space \(\{(x_1,x_2,0): x_1, x_2 \in \mathbb{F}\}\) is a subspace of \(\mathbb{F}^3 \cong \{(x_1,x_2,x_3): x_1, x_2, x_3 \in \mathbb{F}\}\).

If \(U \subset V\) (\(U\) is a subset of \(V\)), we already know a lot about \(U\). So, it is easier to check if it is a subspace as well. We just need to check

The first two conditions check that \(U\) is a subgroup of \(V\), and the last is all we need to check to ensure that the field action behaves properly. TOgether these three conditions are a subspace criterion.

Let’s review why the other conditions \(U\) must satisfy to be a vector space automatically hold, for \(u,v,w \in U\) and \(a,b \in \mathbb{F}\).

Note that the zero vector, and the space itself, are always subspaces of a vector space.

Consider the example of \(\mathbb{R}^2\) as represented by arrows in an infinite blackboard or sheet of paper with a distinguished origin. A line passing through the origin is a subspace, as is the whole plane and the origin. Any line not passing through the origin is not a subspace. Any curve (which is not also a line), even if it passes through the origin, is not a subspace.