Why This Matters
Vector space properties aren't just abstract rules to memorizeโthey're the foundation of linear algebra itself. Every theorem you'll encounter about linear transformations, bases, dimension, and eigenspaces depends on these ten axioms holding true. When you're asked to prove something is a vector space or identify why a particular set fails to be one, you're being tested on your understanding of closure, identity elements, inverses, and distributive laws.
Think of these properties as a checklist that separates genuine vector spaces from imposters. The exam loves to give you a set with some operations and ask "Is this a vector space?"โand the answer always comes down to which axiom breaks. Don't just memorize the list; know what each property guarantees and what goes wrong when it fails. That's where the points are.
Closure Properties
These two axioms ensure that performing operations on vectors in your space doesn't accidentally kick you outside the space. If a set isn't closed, it can't be a vector spaceโfull stop.
Closure Under Addition
- The sum of any two vectors stays in the spaceโif u,vโV, then u+vโV
- This is the first thing to check when verifying a subspace; many "fake" vector spaces fail here
- Geometric intuition: the space contains all "combinations" of its elements, not just isolated points
Closure Under Scalar Multiplication
- Scaling a vector by any scalar keeps it in the spaceโif vโV and c is a scalar, then cโ
vโV
- The scalar field matters: for real vector spaces, cโR; for complex, cโC
- Common failure point: sets like "all vectors with integer components" fail this axiom over R
Compare: Closure under addition vs. closure under scalar multiplicationโboth keep you "inside" the space, but addition combines two vectors while scalar multiplication stretches one. A set of vectors on a line through the origin is closed under scalar multiplication but may fail addition closure if it's not actually a subspace.
Additive Structure Properties
These four axioms govern how vector addition behaves. Together with the closure axiom, they make (V,+) an abelian groupโa structure you'll see throughout abstract algebra.
Associativity of Addition
- Grouping doesn't matter: (u+v)+w=u+(v+w) for all u,v,wโV
- Practical payoff: you can write u+v+w without parentheses and compute in any order
- This axiom rarely fails in naturally-defined spaces but is essential for proving general theorems
Commutativity of Addition
- Order doesn't matter: u+v=v+u for all u,vโV
- This makes vector addition symmetricโunlike matrix multiplication, which isn't commutative
- Key distinction: vector spaces require commutative addition; modules over non-commutative rings don't
Existence of Zero Vector
- Every vector space has an additive identity 0 such that v+0=v for all vโV
- The zero vector is uniqueโyou can prove this using the axioms themselves
- Subspace test essential: if a subset doesn't contain 0, it's automatically not a subspace
Existence of Additive Inverse
- Every vector has a "negative": for each vโV, there exists โv such that v+(โv)=0
- This defines subtraction: uโv means u+(โv)
- Uniqueness follows from the axiomsโa favorite short proof on exams
Compare: Zero vector vs. additive inverseโthe zero vector is a single special element that acts as identity, while every vector has its own personal inverse. Both are about "undoing" addition, but one is global (the space has 0) and one is local (each v has โv).
Scalar Multiplication Properties
These four axioms connect the scalar field to the vector space. They ensure that scalars interact "nicely" with vectors and with each otherโdistributivity is where the two operations truly link up.
Distributivity Over Vector Addition
- Scalars distribute across vector sums: cโ
(u+v)=cโ
u+cโ
v
- This connects scalar multiplication to the additive structure of the vector space
- Proof tool: essential for showing that scalar multiples of subspaces remain subspaces
Distributivity Over Scalar Addition
- Scalar sums distribute across vectors: (a+b)โ
v=aโ
v+bโ
v
- This connects vector space structure to the field structure of the scalars
- Often confused with the previous axiomโnote which addition is being distributed over
Associativity of Scalar Multiplication
- Scalars compose naturally: (ab)โ
v=aโ
(bโ
v) for scalars a,b and vector v
- Not listed in original but impliedโthis axiom ensures scalar multiplication is compatible with field multiplication
- Rarely fails in standard examples but critical for the formal definition
Scalar Multiplication Identity
- Multiplying by 1 does nothing: 1โ
v=v for all vโV
- The "1" comes from the scalar fieldโit's the multiplicative identity of R or C
- Without this axiom, scalar multiplication could collapse everything to zero
Compare: The two distributivity axiomsโone distributes a scalar over a sum of vectors, the other distributes a sum of scalars over a vector. Both look similar but test different structural connections. FRQs may ask you to use the correct one in a proof; know which is which.
Subspace Verification
This isn't an axiom but a derived criterion that packages the axioms into a practical test. Mastering subspace verification is one of the most exam-relevant skills in this course.
Subspace Criteria
- Three-part test: a subset WโV is a subspace if it contains 0, is closed under addition, and is closed under scalar multiplication
- Shortcut version: check that W is closed under linear combinationsโif u,vโW and a,b are scalars, then au+bvโW
- The other axioms are inherited from the parent space V, so you don't re-verify associativity, commutativity, etc.
Compare: Vector space axioms vs. subspace criteriaโproving something is a vector space from scratch requires all ten axioms, but proving a subset is a subspace only requires three checks (the rest come free from the ambient space). Know when to use the full axiom list versus the subspace shortcut.
Quick Reference Table
|
| Closure | Addition closure, scalar multiplication closure |
| Additive identity & inverses | Zero vector existence, additive inverse existence |
| Addition behavior | Associativity, commutativity |
| Scalar-vector interaction | Distributivity (both types), scalar identity |
| Scalar associativity | (ab)โ
v=aโ
(bโ
v) |
| Subspace verification | Contains 0, closed under addition, closed under scalar multiplication |
| Inherited properties | Associativity, commutativity, inverses (from parent space) |
Self-Check Questions
-
A subset W of R3 contains the vectors (1,0,0) and (0,1,0) but not (1,1,0). Which axiom does W violate, and why can't it be a subspace?
-
Compare the two distributivity axioms. Write out both symbolically and explain what "thing" is being distributed in each case.
-
If someone defines a "vector space" where 1โ
v=0 for all v, which axiom fails? What would go wrong with the structure?
-
Why don't you need to verify associativity of addition when checking whether a subset is a subspace? Which properties do you need to verify?
-
The set of all polynomials of degree exactly 2 (like x2+3x+1) is not a subspace of all polynomials. Identify two different axioms this set violates and give a specific example for each.