upgrade
upgrade

๐Ÿงš๐Ÿฝโ€โ™€๏ธAbstract Linear Algebra I

Vector Space Properties

Study smarter with Fiveable

Get study guides, practice questions, and cheatsheets for all your subjects. Join 500,000+ students with a 96% pass rate.

Get Started

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โˆˆVu, v \in V, then u+vโˆˆVu + v \in 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โˆˆVv \in V and cc is a scalar, then cโ‹…vโˆˆVc \cdot v \in V
  • The scalar field matters: for real vector spaces, cโˆˆRc \in \mathbb{R}; for complex, cโˆˆCc \in \mathbb{C}
  • Common failure point: sets like "all vectors with integer components" fail this axiom over R\mathbb{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,+)(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)(u + v) + w = u + (v + w) for all u,v,wโˆˆVu, v, w \in V
  • Practical payoff: you can write u+v+wu + 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+uu + v = v + u for all u,vโˆˆVu, v \in 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\mathbf{0} such that v+0=vv + \mathbf{0} = v for all vโˆˆVv \in V
  • The zero vector is uniqueโ€”you can prove this using the axioms themselves
  • Subspace test essential: if a subset doesn't contain 0\mathbf{0}, it's automatically not a subspace

Existence of Additive Inverse

  • Every vector has a "negative": for each vโˆˆVv \in V, there exists โˆ’v-v such that v+(โˆ’v)=0v + (-v) = \mathbf{0}
  • This defines subtraction: uโˆ’vu - v means u+(โˆ’v)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\mathbf{0}) and one is local (each vv has โˆ’v-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โ‹…vc \cdot (u + v) = c \cdot u + c \cdot 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(a + b) \cdot v = a \cdot v + b \cdot 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)(ab) \cdot v = a \cdot (b \cdot v) for scalars a,ba, b and vector vv
  • 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=v1 \cdot v = v for all vโˆˆVv \in V
  • The "1" comes from the scalar fieldโ€”it's the multiplicative identity of R\mathbb{R} or C\mathbb{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โІVW \subseteq V is a subspace if it contains 0\mathbf{0}, is closed under addition, and is closed under scalar multiplication
  • Shortcut version: check that WW is closed under linear combinationsโ€”if u,vโˆˆWu, v \in W and a,ba, b are scalars, then au+bvโˆˆWau + bv \in W
  • The other axioms are inherited from the parent space VV, 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

ConceptKey Properties
ClosureAddition closure, scalar multiplication closure
Additive identity & inversesZero vector existence, additive inverse existence
Addition behaviorAssociativity, commutativity
Scalar-vector interactionDistributivity (both types), scalar identity
Scalar associativity(ab)โ‹…v=aโ‹…(bโ‹…v)(ab) \cdot v = a \cdot (b \cdot v)
Subspace verificationContains 0\mathbf{0}, closed under addition, closed under scalar multiplication
Inherited propertiesAssociativity, commutativity, inverses (from parent space)

Self-Check Questions

  1. A subset WW of R3\mathbb{R}^3 contains the vectors (1,0,0)(1, 0, 0) and (0,1,0)(0, 1, 0) but not (1,1,0)(1, 1, 0). Which axiom does WW violate, and why can't it be a subspace?

  2. Compare the two distributivity axioms. Write out both symbolically and explain what "thing" is being distributed in each case.

  3. If someone defines a "vector space" where 1โ‹…v=01 \cdot v = \mathbf{0} for all vv, which axiom fails? What would go wrong with the structure?

  4. 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?

  5. The set of all polynomials of degree exactly 2 (like x2+3x+1x^2 + 3x + 1) is not a subspace of all polynomials. Identify two different axioms this set violates and give a specific example for each.