Courses / Mathematics I
Linear Algebra

Subspaces

Mathematics I 251 words Free to read

What is a Subspace?

A subspace is a subset WW of a vector space VV that is itself a vector space under the same operations. Most action in linear algebra—solution sets, spans, kernels—happens inside subspaces.

Checking every axiom is tedious. Instead, use the Subspace Test: a nonempty subset WW is a subspace if it is closed under two operations:

OperationRuleMeaning
AdditionIf u,vWu, v \in W, then u+vWu + v \in WAdding vectors stays inside
ScalingIf vWv \in W, cc is scalar, then cvWcv \in WScaling vectors stays inside

Setting c=0c = 0 reveals a vital shortcut: every subspace must contain the zero vector (0\mathbf{0}). Any subset missing 0\mathbf{0} fails instantly.

Two candidate subsets tested by the same two questions -- does a sum

Geometry of Subspaces

In R3\mathbb{R}^3, the only possible subspaces are strict geometric categories:

Subspace TypeDescription
Zero subspaceThe origin point only ({0}\{\mathbf{0}\})
LinesAny line through the origin
PlanesAny plane through the origin
Full spaceAll of R3\mathbb{R}^3

Common pitfall: A line or plane that is offset from the origin is not a subspace. It fails because it lacks 0\mathbf{0}, and scaling any of its points by 00 lands at the origin, off the line.

Subspaces also include homogeneous solution sets Ax=0A\mathbf{x} = \mathbf{0} (the null space), spans, and linear map ranges.

Practise this lesson

The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.

13practice questions
2interactive scenes

Linear Algebra