Overview
A subspace is a subset of a vector space that is itself a vector space under the same operations. Subspaces are fundamental in understanding the structure of vector spaces.
Definition
A subset W of a vector space V is a subspace if:
- The zero vector 0∈W
- W is closed under addition: if u,v∈W, then u+v∈W
- W is closed under scalar multiplication: if u∈W and c∈F, then cu∈W
Subspace Test
To prove W is a subspace of V, verify:
- 0∈W (non-empty and contains zero)
- u+v∈W for all u,v∈W (closed under +)
- cu∈W for all u∈W, c∈F (closed under scalar ×)
Alternatively, conditions 2 and 3 can be combined:
- For all u,v∈W and scalars c,d: cu+dv∈W
Important Subspaces
Trivial Subspaces
Every vector space V has two trivial subspaces:
- {0} - the zero subspace
- V itself
Null Space (Kernel)
For an m×n matrix A, the null space is:
Null(A)={x∈Rn:Ax=0}
Properties:
- Always a subspace of Rn
- Contains all solutions to homogeneous system Ax=0
Column Space (Image)
For an m×n matrix A:
Col(A)={Ax:x∈Rn}
Properties:
- Subspace of Rm
- Spanned by columns of A
- Range of the linear transformation x↦Ax
Row Space
For matrix A:
Row(A)=Col(AT)
Properties:
- Subspace of Rn
- Spanned by rows of A
Examples
Example 1: Line Through Origin
W={(x,y)∈R2:y=2x}
Test:
- (0,0)∈W since 0=2(0) ✓
- If (a,2a),(b,2b)∈W, then (a+b,2a+2b)=(a+b,2(a+b))∈W ✓
- If (a,2a)∈W, then c(a,2a)=(ca,2ca)∈W ✓
W is a subspace of R2.
Example 2: Plane Through Origin
W={(x,y,z)∈R3:x+y+z=0}
This is a subspace (verify using the test).
Example 3: Non-Subspace
W={(x,y)∈R2:y=x+1}
Not a subspace because:
- (0,0)∈/W (since 0=0+1)
Intersection of Subspaces
If U and W are subspaces of V, then U∩W is also a subspace of V.
Proof:
- 0∈U and 0∈W, so 0∈U∩W
- If u,v∈U∩W, then u+v∈U and u+v∈W, so u+v∈U∩W
- If u∈U∩W, then cu∈U and cu∈W, so cu∈U∩W
Sum of Subspaces
The sum of subspaces U and W:
U+W={u+w:u∈U,w∈W}
This is also a subspace.