Vector Subspaces
Definition
A subspace of a Vector Space is a Subset that is itself a vector space under the same operations.
For to be a subspace, it must satisfy three properties:
- Closed under addition: If , then
- Closed under scalar multiplication: If and , then
- Contains zero vector:
Note: Properties 1 and 2 together mean closed under Linear Combinations!
Examples
In
- Any line through the origin
- Any plane through the origin
- (the zero subspace)
- All of
Counter-Examples
- A line not through the origin (fails property 3)
- The unit circle (fails properties 1 and 2)
- without the origin (fails property 3)
Common Ways to Get Subspaces
- Spans of vectors
- Solution space to homogeneous systems
- Intersection of subspaces
- Kernel (null space) of a Linear Transformation
Why Do We Care?
Subspaces help us:
- Break down complicated spaces into simpler pieces
- Understand solution spaces to systems of equations
- Study linear transformations through their kernels and images
- Develop the notion of Dimension
Think of subspaces as "mini vector spaces" living inside bigger ones - they inherit all the nice properties of vector spaces but might be easier to work with!
Exercise
Prove that the Intersection of any collection of subspaces is itself a subspace. (Hint: Check the three properties directly)