Vectors and Vector Spaces | Mathematics
---:::note[Historical Context] The vector space was introduced by Giuseppe Peano (1888), building on Grassmann’s Ausdehnungslehre (1844). The modern axiomatic approach was established by Banach (1920). Every vector space has a basis (proved via Zorn’s Lemma, 1935). Vector spaces connect to representation theory, where groups act on vector spaces.
Section titled “---:::note[Historical Context] The vector space was introduced by Giuseppe Peano (1888), building on Grassmann’s Ausdehnungslehre (1844). The modern axiomatic approach was established by Banach (1920). Every vector space has a basis (proved via Zorn’s Lemma, 1935). Vector spaces connect to representation theory, where groups act on vector spaces.”1.1 Definition of a Vector Space
Section titled “1.1 Definition of a Vector Space”A vector space over a field ( or ) is a set equipped With two operations:
- Vector addition:
- Scalar multiplication:
Satisfying the following axioms for all and all :
- Commutativity:
- Associativity of addition:
- Additive identity: There exists such that
- Additive inverse: For each There exists such that
- Compatibility of scalar multiplication:
- Identity element of scalar multiplication:
- Distributivity over vector addition:
- Distributivity over scalar addition:
Intuition. The abstract definition captures the algebraic structure shared by diverse objects: Geometric arrows, polynomials, functions, matrices. The axioms encode exactly what we need for Linear combinations to behave reasonably.
1.2 Examples
Section titled “1.2 Examples”Example 1. with component-wise addition and scalar multiplication is a vector space Over .
Example 2. The set of all polynomials of degree at most with real coefficients, With the usual polynomial addition and scalar multiplication, is a vector space over . Its dimension is With standard basis .
Example 3. The set of all continuous real-valued functions on With point-wise Addition and scalar multiplication, is a vector space over . This space is Infinite-dimensional.
Example 4. The set of all real matrices is a Vector space over .
Example 5 (Function spaces). The set of all functions is a vector space over under point-wise addition and scalar multiplication . The spaces of -times continuously differentiable functions and of square-integrable functions are important subspaces of .
Example 6 (Sequence spaces). The set of all real sequences With is a vector space over . This is the Infinite-dimensional analogue of and is fundamental in functional analysis.
1.3 Subspaces
Section titled “1.3 Subspaces”A subspace of a vector space is a subset that is itself a vector space Under the same operations.
Theorem 1.1 (Subspace Criterion). A non-empty subset is a subspace if and only If for all and all :
- (closed under addition)
- (closed under scalar multiplication)
Proof. If is a subspace, closure is immediate from the definition. Conversely, if is Non-empty and closed under both operations, pick . Then By closure under scalar multiplication, and by closure Under addition. The remaining axioms are inherited from .
Proposition 1.2 (Closure under Linear Combinations). If is a subspace of Then is Closed under all finite linear combinations: for all and All
Proof. We proceed by induction on . For , by closure under Scalar multiplication. Assume the result holds for vectors. Then
By the inductive hypothesis, And by closure under scalar multiplication. Their sum is in by Closure under addition.
Example 7. The set of all solutions to the homogeneous equation forms a Subspace of Called the null space of .
1.4 Worked Example: Verifying Subspace Criteria
Section titled “1.4 Worked Example: Verifying Subspace Criteria”Problem. Determine whether each of the following subsets of is a subspace.
(a)
(b)
(c)
Solution
(a) Let and be in So and . Then
So . For
So . Since is non-empty (e.g., ), it is a subspace.
(b) is not a subspace. For instance, since But since . So is not closed Under scalar multiplication.
(c) Let and be in . Then and . Since It is a non-empty subspace.
1.5 Worked Example: Sum and Intersection of Subspaces
Section titled “1.5 Worked Example: Sum and Intersection of Subspaces”Problem. Let (the -plane) and (the -plane). Find and And verify the dimension formula.
Solution
has basis and . has basis and .
Which has basis and dimension 1.
So .
Verify: .
1.6 Intuition: What Does a Vector Space Capture Geometrically?
Section titled “1.6 Intuition: What Does a Vector Space Capture Geometrically?”The eight axioms of a vector space are not arbitrary rules; they encode exactly the algebraic structure needed for the notion of “linear combination” to be meaningful. When you write , you are performing two geometric operations: stretching () and then adding (). The axioms guarantee that this operation behaves as your geometric intuition demands:
- Commutativity () means that the order in which you place two arrows head-to-tail does not matter. Geometrically, the parallelogram rule gives the same diagonal regardless of which side you traverse first.
- Associativity () means that when adding three vectors, the grouping is irrelevant. You can slide parentheses freely without changing the result.
- Additive identity () means there exists a “do nothing” element: adding the zero vector leaves any vector unchanged, just as a displacement of zero does not move you.
- Additive inverse () means every displacement can be undone. If moves you from to , then moves you back from to .
- Distributivity () means scaling distributes over addition: stretching the diagonal of a parallelogram is the same as stretching each side and then forming the diagonal.
The power of the abstract definition is that it applies to objects that have no obvious geometric meaning as arrows. The set of matrices, the set of polynomials of degree , and the set of continuous functions on all satisfy the same axioms. This means that any theorem proved using only the vector space axioms (such as the dimension formula or the rank-nullity theorem) automatically applies to all these seemingly unrelated objects.
Connection to other areas. Vector spaces are the stage on which linear algebra, functional analysis, and quantum mechanics are performed. In quantum mechanics, the state of a physical system is a vector in a complex Hilbert space (a complete inner product vector space), and observables are linear operators on that space. The superposition principle in physics is precisely the statement that linear combinations of state vectors are again valid states.
1.7 Worked Example: Infinite-Dimensional Vector Space
Section titled “1.7 Worked Example: Infinite-Dimensional Vector Space”Problem. Let be the vector space of continuous functions on . Show that the subset is a subspace of .
Solution
We verify the subspace criterion.
Non-empty: The zero function satisfies , so .
Closure under addition: Let , so and . Then , so .
Closure under scalar multiplication: Let and . Then , so .
By the subspace criterion, is a subspace of .
Geometric intuition: is the subspace of functions that “start at the origin.” In the infinite-dimensional space , this is a closed hyperplane (codimension 1 subspace). The complementary subspace consists of constant functions: every can be written uniquely as , where and is a constant function.
1.8 Worked Example: Null Space as a Subspace
Section titled “1.8 Worked Example: Null Space as a Subspace”Problem. Let . Find a basis for and verify it is a subspace of .
Solution
Row-reduce :
The RREF has one pivot (column 1). The free variables are and . Setting , : .
A basis is and .
Verification that null(A) is a subspace: This follows from the general theorem that the null space of any matrix is a subspace. Geometrically, is the set of all vectors such that , i.e., the vectors that “collapses” to the origin. Since is a linear map, the preimage of the origin is always a subspace. This is a consequence of the fact that linear maps send subspaces to subspaces, and the inverse image of a subspace under a linear map is a subspace.
Dimension check: By rank-nullity, . Since (one pivot), , consistent with our basis.
1.9 Common Pitfalls
Section titled “1.9 Common Pitfalls”- The empty set is not a vector space. The subspace criterion requires the subset to be non-empty. The trivial subspace is the smallest subspace of any vector space.
- Non-homogeneous conditions do not define subspaces. The set of solutions to with is not a subspace (it is an affine subspace, or coset of the null space). For example, is a line in that does not pass through the origin.
- Closure must hold for all scalars. A set that is closed under addition and multiplication by positive scalars is not necessarily a subspace; it must also be closed under multiplication by . For example, the first quadrant is closed under addition and positive scalar multiplication, but is not in the first quadrant.
- Do not confuse the field with the vector space. is a field, but it is also a vector space over itself (of dimension 1). is a vector space over (of dimension 2), but it is not a field (you cannot multiply arbitrary pairs of vectors).
- Dimension is a property of the space, not the embedding. The polynomial space has dimension 4, even though its elements are “logically” embedded in , which is infinite-dimensional. The dimension depends on the vector space structure, not on how the space sits inside a larger space.
Intuition
Section titled “Intuition”A vector space is any collection of objects that can be added together and scaled by numbers in the same way that arrows in space can. The power of the abstraction is that it applies far beyond geometry. Polynomials behave like vectors: you can add two polynomials and multiply one by a scalar. Functions behave like vectors: you can add two functions pointwise and multiply one by a constant. Even sequences of numbers form vector spaces. The axioms are directly the rules that make “linear combinations” meaningful — they guarantee that scaling and adding behave the way your geometric intuition expects.
The connection to function spaces is where the abstraction pays off most. In quantum mechanics, the state of a particle is a vector in an infinite-dimensional function space (a Hilbert space). The Schrodinger equation is a linear operator acting on these vectors, and solving it is structurally identical to solving a system of linear equations — except the “matrix” is replaced by a differential operator and the “vector” is a wavefunction. This is why linear algebra is the language of quantum theory: the superposition principle is literally the closure of a vector space under linear combinations.
flowchart TD A[1_Vectors And Vector Spaces] --> B[Key Concepts] A --> C[Core Principles] A --> D[Practical Applications] B --> E[Fundamental definitions] C --> F[Design patterns] D --> G[Real-world usage]Cross-References
Section titled “Cross-References”- Linear Independence, Span, Basis, and Dimension: Basis and dimension are defined in terms of linear independence and span of vector space elements.
- Matrices: Matrices represent linear transformations between finite-dimensional vector spaces.
- Linear Transformations: Linear transformations are maps between vector spaces that preserve linear structure.
- Quantum Mechanics
- Graph Theory