Linear Algebra: Subspaces

Linear Subspaces are subsets of vector spaces that have 3 specific properties. A set of vectors ϒ is a subspace if...

  1. ϒ contains the zero vector 0
  2. Closed under scalar multiplication. x ϒcx ϒc .
  3. Closed under addition. x ϒ y ϒx + y ϒ.

A trivial example of a subspace is just a set V = {0}. It contains the zero vector, and any addition and scalar multiplication will just return to the zero vector. What about S = {(x,y) 2|x >= 0}. This set defines everything in quadrant I and IV, to the right of the y-axis. It contains the zero vector, and any two vectors added together will stay in the subspace. The reason this is not a valid subspace is that scalar multiplication by a negative number can generate vectors outside of the set.

Span and Basis of a Subspace

Span is useful for generating subspaces. A span of linearly dependent vectors will create a line that is a subspace of n. A span of n linearly independent vectors will create a subspace of n that is also spans n. The basis of a vector space n is the minimum number of linearly independent vectors whose linear combinations can create all vectors in n. The standard basis of 2 is (0, 1) and (1, 0). The number of vectors in the basis is the same as the number of dimensions in the vector space.