2.168 min read
Affine Sets Revisited
Now that we have the language of subspaces and dimension, we can revisit the solution structure from Chapter 1. An affine set is a translation of a subspace: for some point and subspace .
The solution set of a consistent system is an affine set. Its dimension equals the nullity of (number of free variables). When , the solution set is a subspace (the null space). When , it's a shift of the null space.
Affine sets are the linear algebra version of "translated planes" — flat, but not necessarily through the origin.
Formal View
Definition 2.16 — Affine Set
A subset is an affine set if for some subspace and some . The dimension of is .
Why This Matters
Affine sets are the geometric shape of all solution sets in linear algebra — understanding them gives immediate structural insight.
- Constraint sets in optimization are affine sets
- Feasible regions in linear programming are intersections of affine sets (halfspaces)
- The set of all images consistent with a set of measurements is an affine set
Quiz
Question 1
The solution set of (with ) is a subspace.
Common Mistakes
- Confusing affine sets (shifted subspaces) with subspaces — subspaces must contain the origin, affine sets need not.