Fiveable

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

QR code for Abstract Linear Algebra I practice questions

2.4 Finite-Dimensional Vector Spaces

2.4 Finite-Dimensional Vector Spaces

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

Finite-dimensional vector spaces are the building blocks of linear algebra. They have a finite basis, making them easier to work with than their infinite counterparts. Understanding these spaces is key to grasping the concepts of linear independence, bases, and dimension.

In this part, we'll explore how to identify finite-dimensional spaces, find their bases, and calculate their dimensions. We'll also see how these concepts relate to linear transformations and matrices, giving us powerful tools for solving real-world problems.

Finite-dimensional Vector Spaces

Definition and Properties

  • A vector space VV is finite-dimensional if it has a finite basis, which is a linearly independent subset of VV that spans VV
    • Example: The vector space R3\mathbb{R}^3 is finite-dimensional with a basis {(1,0,0),(0,1,0),(0,0,1)}\{(1,0,0), (0,1,0), (0,0,1)\}
  • The dimension of a finite-dimensional vector space is the number of vectors in any basis of the vector space, and this number is the same for all bases of the vector space
    • Example: The dimension of R3\mathbb{R}^3 is 3, regardless of the choice of basis
  • Every finite-dimensional vector space over a field FF is isomorphic to the vector space FnF^n for some positive integer nn, where nn is the dimension of the vector space
    • Example: The vector space of polynomials of degree at most 2, P2(R)P_2(\mathbb{R}), is isomorphic to R3\mathbb{R}^3
  • Every subspace of a finite-dimensional vector space is also finite-dimensional, and its dimension is less than or equal to the dimension of the original vector space
    • Example: The subspace of R3\mathbb{R}^3 consisting of vectors (x,y,z)(x,y,z) with x+y+z=0x+y+z=0 is finite-dimensional with dimension 2
  • Any two finite-dimensional vector spaces over the same field with the same dimension are isomorphic
    • Example: The vector space of 2x2 matrices, M2x2(R)M_{2x2}(\mathbb{R}), is isomorphic to R4\mathbb{R}^4

Topology and Completeness

  • Finite-dimensional vector spaces have a well-defined topology induced by any norm, making them complete metric spaces
    • Example: The Euclidean norm on Rn\mathbb{R}^n induces a topology that makes Rn\mathbb{R}^n a complete metric space
  • In a finite-dimensional vector space, every Cauchy sequence converges to a point in the space
    • Example: In R2\mathbb{R}^2, the sequence {(1/n,1/n)}n=1\{(1/n,1/n)\}_{n=1}^{\infty} converges to (0,0)(0,0)

Proving Finite Dimensionality

Sufficient Conditions

  • To prove that a vector space VV is finite-dimensional, it is sufficient to find a finite subset of VV that spans VV
    • Example: To prove that the vector space of polynomials of degree at most nn, Pn(R)P_n(\mathbb{R}), is finite-dimensional, observe that the set {1,x,x2,,xn}\{1,x,x^2,\ldots,x^n\} spans Pn(R)P_n(\mathbb{R})
  • Alternatively, one can prove that every linearly independent subset of VV is finite, which implies that VV has a finite basis and is, therefore, finite-dimensional
    • Example: To prove that the vector space of continuous functions on the interval [0,1][0,1], C([0,1])C([0,1]), is not finite-dimensional, show that the set {1,x,x2,}\{1,x,x^2,\ldots\} is linearly independent
Definition and Properties, linear algebra - Subspace of a finite dimensional space is finite dimensional - Mathematics ...

Relation to Other Vector Spaces

  • If a vector space VV has a finite spanning set, then any linearly independent subset of VV can be extended to a basis of VV, which must be finite
    • Example: If {v1,v2,,vn}\{v_1,v_2,\ldots,v_n\} spans a vector space VV, and {w1,w2,,wk}\{w_1,w_2,\ldots,w_k\} is linearly independent in VV, then {w1,w2,,wk}\{w_1,w_2,\ldots,w_k\} can be extended to a basis of VV by adding appropriate vectors from {v1,v2,,vn}\{v_1,v_2,\ldots,v_n\}
  • If a vector space VV is spanned by a subset of a finite-dimensional vector space WW, then VV is also finite-dimensional, and its dimension is less than or equal to the dimension of WW
    • Example: If VV is a subspace of Rn\mathbb{R}^n, then VV is finite-dimensional, and dim(V)n\dim(V) \leq n

Implications of Finite Dimensionality

Bases and Spanning Sets

  • In a finite-dimensional vector space, every linearly independent set can be extended to a basis, and every spanning set contains a basis
    • Example: In R3\mathbb{R}^3, the linearly independent set {(1,0,0),(0,1,0)}\{(1,0,0),(0,1,0)\} can be extended to a basis by adding (0,0,1)(0,0,1), and the spanning set {(1,0,0),(0,1,0),(1,1,0),(0,0,1)}\{(1,0,0),(0,1,0),(1,1,0),(0,0,1)\} contains the basis {(1,0,0),(0,1,0),(0,0,1)}\{(1,0,0),(0,1,0),(0,0,1)\}
  • The dimension of a finite-dimensional vector space is well-defined and unique, regardless of the choice of basis
    • Example: The dimension of the vector space of 2x2 matrices, M2x2(R)M_{2x2}(\mathbb{R}), is 4, regardless of the choice of basis

Linear Transformations and Matrices

  • Every linear transformation between finite-dimensional vector spaces can be represented by a matrix, and the dimension of the domain and codomain determine the size of the matrix
    • Example: A linear transformation from R3\mathbb{R}^3 to R2\mathbb{R}^2 can be represented by a 2x3 matrix
  • The rank-nullity theorem holds for linear transformations between finite-dimensional vector spaces, stating that the dimension of the kernel plus the dimension of the image equals the dimension of the domain
    • Example: For a linear transformation T:R4R3T:\mathbb{R}^4 \to \mathbb{R}^3, dim(ker(T))+dim(im(T))=4\dim(\ker(T)) + \dim(\text{im}(T)) = 4
Definition and Properties, Linear algebra - Wikipedia

Linear Independence, Bases, and Dimension

Determining Linear Independence and Dependence

  • Determine whether a given set of vectors in a finite-dimensional vector space is linearly independent or linearly dependent by solving a homogeneous system of linear equations
    • Example: To determine if the set {(1,2,3),(2,1,1),(1,1,2)}\{(1,2,3),(2,1,1),(1,1,2)\} is linearly independent in R3\mathbb{R}^3, solve the equation c1(1,2,3)+c2(2,1,1)+c3(1,1,2)=(0,0,0)c_1(1,2,3)+c_2(2,1,1)+c_3(1,1,2)=(0,0,0) for c1,c2,c3c_1,c_2,c_3. If the only solution is c1=c2=c3=0c_1=c_2=c_3=0, the set is linearly independent; otherwise, it is linearly dependent
  • A set of vectors is linearly independent if and only if the only linear combination of the vectors that equals the zero vector is the trivial combination (i.e., all coefficients are zero)
    • Example: The set {(1,0),(0,1)}\{(1,0),(0,1)\} in R2\mathbb{R}^2 is linearly independent because the equation c1(1,0)+c2(0,1)=(0,0)c_1(1,0)+c_2(0,1)=(0,0) has only the trivial solution c1=c2=0c_1=c_2=0

Finding Bases and Coordinates

  • Find a basis for a finite-dimensional vector space by starting with a spanning set and removing linearly dependent vectors or by extending a linearly independent set until it spans the vector space
    • Example: To find a basis for the subspace of R4\mathbb{R}^4 spanned by {(1,1,0,1),(2,1,1,1),(1,0,1,0),(3,2,1,2)}\{(1,1,0,1),(2,1,1,1),(1,0,1,0),(3,2,1,2)\}, start with this spanning set and remove linearly dependent vectors until a linearly independent set remains, such as {(1,1,0,1),(2,1,1,1),(1,0,1,0)}\{(1,1,0,1),(2,1,1,1),(1,0,1,0)\}
  • Express a vector in a finite-dimensional vector space as a linear combination of basis vectors using the unique coordinates with respect to that basis
    • Example: Given the basis {(1,1,0,1),(2,1,1,1),(1,0,1,0)}\{(1,1,0,1),(2,1,1,1),(1,0,1,0)\} for a subspace VV of R4\mathbb{R}^4, express the vector (3,2,1,2)(3,2,1,2) in VV as a linear combination of the basis vectors: (3,2,1,2)=1(1,1,0,1)+1(2,1,1,1)+0(1,0,1,0)(3,2,1,2) = 1(1,1,0,1) + 1(2,1,1,1) + 0(1,0,1,0)
  • Calculate the dimension of a finite-dimensional vector space by finding the number of vectors in any basis
    • Example: The dimension of the subspace VV spanned by {(1,1,0,1),(2,1,1,1),(1,0,1,0)}\{(1,1,0,1),(2,1,1,1),(1,0,1,0)\} in R4\mathbb{R}^4 is 3, as the given spanning set is a basis for VV

Linear Transformations and Their Properties

  • Determine whether a given linear transformation between finite-dimensional vector spaces is injective, surjective, or bijective based on the dimensions of the kernel and image
    • Example: For a linear transformation T:R4R3T:\mathbb{R}^4 \to \mathbb{R}^3, if dim(ker(T))=1\dim(\ker(T))=1 and dim(im(T))=3\dim(\text{im}(T))=3, then TT is surjective but not injective, and thus not bijective
  • Use the rank-nullity theorem to compute the dimension of the kernel or image of a linear transformation, given the dimension of the other
    • Example: For a linear transformation T:R5R3T:\mathbb{R}^5 \to \mathbb{R}^3, if dim(ker(T))=2\dim(\ker(T))=2, then dim(im(T))=3\dim(\text{im}(T))=3 by the rank-nullity theorem