4.5.43 · D3Linear Algebra (Full)

Worked examples — Abstract vector spaces — axioms, examples beyond ℝⁿ

2,826 words13 min readBack to topic

Before anything, one word we use constantly: an operation is "closed" means when you do it to elements of the set, the result lands back inside the set. Picture a fenced field: closed = the ball never rolls out of the fence.


The scenario matrix

Every "is it a vector space?" question falls into one of these cells. Each worked example below is tagged with the cell it kills.

Cell What goes wrong (or right) Cheapest test
A. Passes cleanly all 8 axioms + closure hold verify closure, name
B. No zero vector the required is missing from the set is there a ?
C. Not closed under sum leaves the set pick two elements, add
D. Not closed under scaling scaling leaves the set scale by or
E. Weird operations, still a space or redefined but axioms survive find the hidden zero
F. Weird operations, an axiom breaks redefined ops violate axiom 8 or 5 test distributivity / identity
G. Degenerate / limiting the one-point space , or field changes check trivial case
H. Word problem a real system phrased in disguise (ODE, signals) translate to axioms

Example 1 — Cell A: a clean pass (upper-triangular matrices)


Example 2 — Cell B: no zero vector (positive reals)


Example 3 — Cell C: not closed under addition (degree-exactly-2 polynomials)


Example 4 — Cell D: closed under but not scaling (integer vectors)


Example 5 — Cell G: the degenerate one-point space


Example 6 — Cell E: weird operations that STILL form a space


Example 7 — Cell F: weird operations where an axiom FAILS


Example 8 — Cell H: a word problem in disguise (RC circuit / decay signals)


The decision flowchart

Read the flowchart as a sieve you run top to bottom, bailing out at the first failure:

  1. Closure first. Add two elements and scale one — do both land back in ? If no, stop: not a vector space (Examples 2, 3, 4 died here).
  2. Zero next. Is there an element with ? Remember it may be disguised (the number in Example 6). If no, stop.
  3. Inverses. Does every have a inside ? If no, stop (Example 2 also failed here).
  4. The rest. Only now grind Axioms 1, 2, 5, 6, 7, 8 (commutativity, associativity, scalar identity, compatibility, both distributive laws). A single failure — like Axiom 5 in Example 7 — still disqualifies.
  5. If all survive, it is a vector space (Examples 1, 5, 6, 8).

no

yes

no

yes

no

yes

any fails

all hold

Given a set V with + and scaling

Is + closed and scaling closed

Is there a zero inside V

Does every v have an inverse in V

Do axioms 1 2 5 6 7 8 hold

It IS a vector space

NOT a vector space


Recall Rapid self-test

Positive reals with ordinary : vector space? ::: No — no zero (0 is missing) and no inverses. Positive reals with , : vector space? ::: Yes — hidden zero is , isomorphic to , dimension . Polynomials of degree exactly 2: vector space? ::: No — leading terms can cancel, not closed under ; and (degree ) missing. over : vector space? ::: No — scaling by leaves the set; isn't a field anyway. The set : vector space? ::: Yes — the trivial space, dimension 0. Which axiom fails if ? ::: Axiom 5 (scalar identity), since .


Connections