Vector Space Axiom Explorer
Run the Vector Space Axiom Explorer Fullscreen
Edit the Vector Space Axiom Explorer Using the p5.js Editor
About This Infographic
This interactive infographic helps students learn and remember the ten vector space axioms. The axioms are organized into two groups: five for vector addition and five for scalar multiplication. Click on each axiom card to see its definition and a concrete example.
Learning Objective: Students will identify and recognize the ten vector space axioms through an interactive concept map with hover definitions and example demonstrations.
How to Use
- Hover over the central hub to see what a vector space is and examples of vector spaces and fields
- Click on axiom cards to expand and see:
- Full definition of the axiom
- A concrete numerical example in R²
- Track your progress with the counter at the bottom showing how many axioms you've viewed
- A checkmark appears on viewed axioms
The Ten Vector Space Axioms
For a set V to be a vector space over a field F, it must satisfy:
Addition Axioms (1-5)
- Closure: u + v ∈ V
- Commutativity: u + v = v + u
- Associativity: (u + v) + w = u + (v + w)
- Identity: v + 0 = v
- Inverse: v + (-v) = 0
Scalar Multiplication Axioms (6-10)
- Closure: cv ∈ V
- Distributivity (vectors): c(u + v) = cu + cv
- Distributivity (scalars): (c + d)v = cv + dv
- Associativity: c(dv) = (cd)v
- Identity: 1·v = v
Why These Axioms Matter
These ten axioms are the foundation of linear algebra. Any set that satisfies all ten axioms is a vector space, which means all theorems about vector spaces apply to it. This includes:
- R^n (n-dimensional real space)
- Polynomials of degree ≤ n
- Matrices of a given size
- Continuous functions on an interval
- Solutions to homogeneous differential equations
Embedding This Infographic
1 2 3 4 5 | |
Lesson Plan
Grade Level
Undergraduate introductory linear algebra
Duration
15-20 minutes
Prerequisites
- Vector addition and scalar multiplication concepts
- Familiarity with R² as an example vector space
Learning Activities
- Introduction (3 min):
- Hover over the central hub to understand what a vector space is
-
Note the two types of operations: addition and scalar multiplication
-
Addition Axioms (5 min):
- Click through all five addition axioms
- Work through each example mentally or on paper
-
Note how they formalize intuitive properties
-
Scalar Multiplication Axioms (5 min):
- Click through all five scalar multiplication axioms
- Compare distributivity axioms 7 and 8
-
Understand why the identity axiom uses 1
-
Verification Exercise (5 min):
- Given a candidate vector space (e.g., 2×2 matrices)
- Check that all ten axioms hold
Discussion Questions
- Why do we need all ten axioms? What would go wrong if one was missing?
- Can you think of a set with addition that violates one of these axioms?
- Why is the additive identity (zero vector) unique?
- What's the difference between the two distributivity axioms?
Assessment Ideas
- List all ten axioms from memory
- Given a set and operations, verify which axioms hold
- Explain why a given set is NOT a vector space
References
- 3Blue1Brown - Abstract vector spaces
- Khan Academy - Vector Spaces
- Strang, G. (2016). Introduction to Linear Algebra (5th ed.). Section 3.1.
- Axler, S. (2015). Linear Algebra Done Right (3rd ed.). Chapter 1.