Core Concepts of Vector Spaces
Understand vector space definitions and axioms, subspace and quotient constructions, and the concepts of dimension and bases.
Summary
Read Summary
Flashcards
Save Flashcards
Quiz
Take Quiz
Quick Practice
What two operations must a non‑empty set $V$ be equipped with to be considered a vector space over a field $F$?
1 of 15
Summary
Vector Spaces: Definition, Properties, and Dimension
Introduction
A vector space is one of the most fundamental structures in linear algebra. It's a mathematical system where you can add elements together and multiply them by scalars (numbers) in ways that follow predictable rules. Understanding vector spaces is essential because many mathematical objects—functions, matrices, polynomials, and more—can all be studied as vector spaces. This abstract framework lets us apply powerful tools and insights across all these different contexts.
What is a Vector Space?
Formally, a vector space over a field $F$ is a non-empty set $V$ together with two operations: vector addition and scalar multiplication. These operations must satisfy certain rules (the axioms) that we'll discuss next.
Vector Addition and Scalar Multiplication
Vector addition is an operation that takes any two vectors $u, v \in V$ and produces another vector $u + v \in V$. This operation is straightforward and intuitive—you're combining two vectors to get a third.
Scalar multiplication takes a scalar $a \in F$ (a number from the field) and a vector $v \in V$, producing the vector $av \in V$. This stretches, shrinks, or reverses the direction of vectors.
The Vector Space Axioms
For a set with addition and scalar multiplication to be a true vector space, eight axioms must hold:
Closure under addition: If $u, v \in V$, then $u + v \in V$
Associativity of addition: $(u + v) + w = u + (v + w)$ for all $u, v, w \in V$
Commutativity of addition: $u + v = v + u$ for all $u, v \in V$
Existence of zero vector: There exists a vector $\mathbf{0} \in V$ such that $v + \mathbf{0} = v$ for all $v \in V$
Existence of additive inverses: For each $v \in V$, there exists $-v \in V$ such that $v + (-v) = \mathbf{0}$
Closure under scalar multiplication: If $a \in F$ and $v \in V$, then $av \in V$
Compatibility of scalar multiplication: $a(bv) = (ab)v$ for all $a, b \in F$ and $v \in V$
Distributivity: $a(u + v) = au + av$ and $(a + b)v = av + bv$ for all scalars and vectors
These axioms ensure that vector spaces have a consistent algebraic structure. The first four axioms tell us that $(V, +)$ forms an abelian group—a structure where addition is well-behaved. The remaining four axioms govern how scalar multiplication interacts with the field structure and vector addition.
Real and Complex Vector Spaces
The most common vector spaces are real vector spaces, where the field $F$ is $\mathbb{R}$ (the real numbers), and complex vector spaces, where $F$ is $\mathbb{C}$ (the complex numbers). When we say "$\mathbb{R}^n$" or "$\mathbb{C}^n$," we're referring to real or complex vector spaces, respectively.
Subspaces and Span
Subspaces: Smaller Vector Spaces
Not every subset of a vector space is itself a vector space. A subspace is a non-empty subset $W \subseteq V$ that is closed under vector addition and scalar multiplication. This means:
If $u, w \in W$, then $u + w \in W$
If $a \in F$ and $v \in W$, then $av \in W$
The key insight is that if these closure properties hold, then $W$ automatically inherits the zero vector from $V$ and satisfies all other vector space axioms, making it a vector space itself.
For example, in $\mathbb{R}^3$, any line or plane passing through the origin is a subspace. However, a line or plane that doesn't pass through the origin is not a subspace (because it doesn't contain the zero vector).
Span: Building Subspaces from Vectors
Given any set $S$ of vectors in $V$, we can ask: what's the smallest subspace containing all of them? The answer is the span of $S$, denoted $\text{span}(S)$.
The span consists of all finite linear combinations of vectors in $S$. That is, every vector in $\text{span}(S)$ can be written as:
$$a1 v1 + a2 v2 + \cdots + an vn$$
where $v1, v2, \ldots, vn \in S$ and $a1, a2, \ldots, an \in F$.
This is a powerful concept: starting with just a few vectors, we can generate an entire subspace by considering all possible linear combinations.
Bases and Dimension
What is a Basis?
A basis of a vector space $V$ is a set of vectors that satisfies two properties:
Linear independence: No vector in the basis can be written as a linear combination of the others
Spanning property: The span of the basis equals all of $V$
In other words, a basis is a minimal spanning set—it generates the entire space with no redundancy.
Why Bases Matter: Unique Representation
The beauty of a basis is that every vector in $V$ can be written uniquely as a linear combination of basis vectors. If $\{b1, b2, \ldots, bn\}$ is a basis for $V$, then any vector $v \in V$ can be written in exactly one way as:
$$v = c1 b1 + c2 b2 + \cdots + cn bn$$
The scalars $c1, c2, \ldots, cn$ are called the coordinates of $v$ with respect to this basis. These coordinates essentially give you a way to represent abstract vectors using concrete numbers.
Dimension
The dimension of a vector space is the number of vectors in any basis. This is a fundamental property: remarkably, all bases of the same vector space have the same number of elements. If a vector space has a basis with $n$ vectors, we say it has dimension $n$ and write $\dim(V) = n$.
Finite-dimensional vector spaces are those whose dimension is a natural number. Examples include $\mathbb{R}^n$ (dimension $n$), the space of polynomials of degree at most 2 (dimension 3), and the space of $2 \times 3$ matrices (dimension 6).
<extrainfo>
Infinite-dimensional vector spaces are those whose dimension is an infinite cardinal. Examples include the space of all polynomials (of any degree), the space of all continuous functions on an interval, or the space of all sequences of real numbers. These spaces are important but typically studied in more advanced courses.
</extrainfo>
Key Takeaway
Vector spaces provide an abstract framework for studying linear structures. The concepts of subspace, basis, and dimension are the tools you'll use to understand and work with vector spaces. A basis gives you coordinates—a way to describe vectors concretely—and the dimension tells you how many independent directions you need to span the entire space. Master these fundamental ideas, and you'll have the tools to tackle more advanced topics in linear algebra.
Flashcards
What two operations must a non‑empty set $V$ be equipped with to be considered a vector space over a field $F$?
Vector addition and scalar multiplication
What are the eight axioms required for a set to be a vector space?
Closure
Associativity of addition
Commutativity of addition
Existence of a zero vector
Existence of additive inverses
Compatibility of scalar multiplication with field multiplication
Identity element of the field acting as a multiplicative identity
Distributivity of scalar multiplication over vector addition and field addition
What is a vector space called when the field $F$ consists of the real numbers?
Real vector space
According to the group-theoretic view, what algebraic structure is formed by the set $V$ and the addition operation $(V, +)$?
Abelian group
What two conditions must a non‑empty subset $W \subseteq V$ satisfy to be a linear subspace?
Closure under vector addition and scalar multiplication
How is the span of a set $S \subseteq V$ defined in terms of subspaces?
The smallest subspace containing $S$
Of what does the span of a set $S$ consist?
All finite linear combinations of vectors in $S$
What are the elements of the quotient space $V/W$ for a subspace $W$?
Equivalence classes $v+W$
How is addition defined in a quotient vector space $V/W$?
$(v+W)+(u+W)=(v+u)+W$
How is scalar multiplication defined in a quotient vector space $V/W$?
$a(v+W)=av+W$
What two properties must a set of vectors satisfy to be a basis?
Linear independence and spanning the entire space
What are the scalars used in the unique linear combination of basis vectors to represent a specific vector called?
Coordinates
How is the dimension of a vector space defined?
The number of vectors in a basis
When is a vector space considered finite‑dimensional?
When its dimension is a natural number
When is a vector space considered infinite‑dimensional?
When its dimension is an infinite cardinal
Quiz
Core Concepts of Vector Spaces Quiz Question 1: What must a non‑empty subset $W\subseteq V$ satisfy to be a (linear) subspace of $V$?
- It is closed under both vector addition and scalar multiplication. (correct)
- It is closed under vector addition but not necessarily under scalar multiplication.
- It contains the zero vector but need not be closed under addition.
- It is only required to be closed under scalar multiplication.
What must a non‑empty subset $W\subseteq V$ satisfy to be a (linear) subspace of $V$?
1 of 1
Key Concepts
Vector Space Concepts
Vector space
Subspace
Span
Quotient vector space
Basis
Dimension
Vector Operations
Vector addition
Scalar multiplication
Types of Vector Spaces
Real vector space
Complex vector space
Definitions
Vector space
A set with vector addition and scalar multiplication satisfying the eight vector‑space axioms over a field.
Subspace
A non‑empty subset of a vector space that is closed under both addition and scalar multiplication.
Span
The collection of all finite linear combinations of a given set of vectors, forming the smallest subspace containing them.
Quotient vector space
The set of cosets of a subspace, equipped with induced addition and scalar multiplication.
Basis
A linearly independent set of vectors whose linear combinations generate every vector in the space.
Dimension
The cardinal number of a basis, representing the number of independent directions in the space.
Real vector space
A vector space whose scalars are real numbers.
Complex vector space
A vector space whose scalars are complex numbers.
Vector addition
The binary operation that adds two vectors to produce another vector in the same space.
Scalar multiplication
The operation that multiplies a vector by a scalar from the field, yielding another vector in the space.