Fiveable

🧚🏽‍♀️Abstract Linear Algebra I Unit 1 Review

QR code for Abstract Linear Algebra I practice questions

1.2 Subspaces and Span

1.2 Subspaces and Span

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
🧚🏽‍♀️Abstract Linear Algebra I
Unit & Topic Study Guides

Subspaces and span are key concepts in understanding vector spaces. They help us break down complex spaces into simpler parts and build them up from basic components. These ideas are crucial for grasping how vectors interact and combine within a larger structure.

By exploring subspaces and span, we can see how smaller vector spaces fit inside larger ones. This knowledge lets us solve problems more easily by working with simpler pieces instead of tackling the whole space at once.

Subspaces of Vector Spaces

Definition and Properties

  • A subspace is a subset of a vector space that satisfies three conditions:
    • It contains the zero vector
    • It is closed under vector addition (if uu and vv are in the subspace, then u+vu + v is also in the subspace)
    • It is closed under scalar multiplication (if vv is in the subspace and cc is a scalar, then cvcv is also in the subspace)
  • If WW is a subspace of a vector space VV, then WW is itself a vector space under the same operations as VV (addition and scalar multiplication)
  • The empty set and the vector space VV itself are always subspaces of VV, known as the trivial subspaces

Intersection and Examples

  • The intersection of any collection of subspaces of a vector space VV is also a subspace of VV
    • For example, if W1W_1 and W2W_2 are subspaces of VV, then W1W2W_1 \cap W_2 is also a subspace of VV
  • The set of all solutions to a homogeneous linear system of equations forms a subspace of the vector space Rn\mathbb{R}^n or Cn\mathbb{C}^n, where nn is the number of variables in the system
  • The set of all polynomials of degree at most nn forms a subspace of the vector space of all polynomials

Identifying Subspaces

Definition and Properties, Section 4.1 Subspaces and Spanning – Matrices

Proving a Subset is a Subspace

  • To prove that a subset WW of a vector space VV is a subspace, one must show that WW satisfies the three conditions of a subspace:
    1. It contains the zero vector
    2. It is closed under vector addition
    3. It is closed under scalar multiplication
  • If a subset WW of a vector space VV fails to satisfy any one of the three conditions, then WW is not a subspace of VV

Examples of Subspaces and Non-Subspaces

  • The set of all matrices with real entries is a subspace of the vector space of all matrices with complex entries
  • The set of all continuous functions on the interval [0,1][0, 1] is a subspace of the vector space of all functions on [0,1][0, 1]
  • The set of all vectors in R3\mathbb{R}^3 with positive first coordinate is not a subspace of R3\mathbb{R}^3 because it does not contain the zero vector
  • The set of all invertible n×nn \times n matrices is not a subspace of the vector space of all n×nn \times n matrices because it is not closed under scalar multiplication (multiplying an invertible matrix by zero yields a non-invertible matrix)

Span of Vectors

Definition and Properties, linear algebra - Visualizing the four subspaces of a matrix - Mathematics Stack Exchange

Definition and Properties

  • The span of a set of vectors {v1,v2,,vk}\{v_1, v_2, \ldots, v_k\} in a vector space VV is the set of all linear combinations of these vectors:
    • span({v1,v2,,vk})={a1v1+a2v2++akvka1,a2,,akF}\text{span}(\{v_1, v_2, \ldots, v_k\}) = \{a_1v_1 + a_2v_2 + \ldots + a_kv_k \mid a_1, a_2, \ldots, a_k \in \mathbb{F}\}, where F\mathbb{F} is the field of scalars (e.g., R\mathbb{R} or C\mathbb{C})
  • The span of a set of vectors is always a subspace of the vector space VV
  • If the span of a set of vectors is the entire vector space VV, then the set is said to span VV
  • The span of the empty set is defined to be the zero vector

Examples of Span

  • The span of a single nonzero vector vv is the line through the origin in the direction of vv (the set of all scalar multiples of vv)
  • The span of two linearly independent vectors in R2\mathbb{R}^2 or R3\mathbb{R}^3 is a plane through the origin
  • The span of three linearly independent vectors in R3\mathbb{R}^3 is the entire space
  • The span of the vectors {(1,0),(0,1)}\{(1, 0), (0, 1)\} in R2\mathbb{R}^2 is the entire plane R2\mathbb{R}^2

Determining Span

Finding the Span

  • To find the span of a set of vectors, one can express an arbitrary vector in the span as a linear combination of the given vectors and then determine the conditions on the coefficients
    • For example, to find the span of {(1,2),(3,4)}\{(1, 2), (3, 4)\} in R2\mathbb{R}^2, let (x,y)(x, y) be an arbitrary vector in the span:
      • (x,y)=a(1,2)+b(3,4)=(a+3b,2a+4b)(x, y) = a(1, 2) + b(3, 4) = (a + 3b, 2a + 4b)
      • The span is the set of all vectors (x,y)(x, y) that satisfy the equations x=a+3bx = a + 3b and y=2a+4by = 2a + 4b for some scalars aa and bb

Spanning Sets and Linear Combinations

  • If a set of vectors {v1,v2,,vk}\{v_1, v_2, \ldots, v_k\} spans a vector space VV, then any vector in VV can be expressed as a linear combination of these vectors, although this representation may not be unique
    • For example, the vectors {(1,0,0),(0,1,0),(0,0,1)}\{(1, 0, 0), (0, 1, 0), (0, 0, 1)\} span R3\mathbb{R}^3, so any vector (x,y,z)(x, y, z) in R3\mathbb{R}^3 can be written as a linear combination:
      • (x,y,z)=x(1,0,0)+y(0,1,0)+z(0,0,1)(x, y, z) = x(1, 0, 0) + y(0, 1, 0) + z(0, 0, 1)
  • If a vector space VV has dimension nn, then any set of nn linearly independent vectors in VV spans VV