4.5.43 · D1Linear Algebra (Full)

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

1,894 words9 min readBack to topic

Before you can read the parent note, you must be able to read its alphabet. This page walks every symbol and idea it uses, in the order they build on each other. Nothing is assumed — we start below zero.


The symbols, built one on top of the next

1. A set and the symbol

Picture: a box. If is a thing in the box , we write (" is in "). If it's outside, .

Why the topic needs it: the whole definition of a vector space begins "a set …". Every later idea (closure, zero, basis) is a statement about what is or isn't inside the box.

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

2. Sets of numbers: , , and a field

Picture: is a straight ruler; is a flat sheet of graph paper with a real axis and an imaginary axis.

Why this tool and not just "numbers"? The parent note scales vectors — it multiplies them by numbers. We need to name which numbers are legal to multiply by. Those numbers form the field . The choice matters: the same set has dimension 2 over but dimension 1 over — the field you scale with changes the answer. See Fields and scalars.


3. — the box you already know

Picture: an arrow from the origin to the point .

Why the topic needs it: is the familiar box. The parent note's entire mission is to say "keep the rules of , throw away the arrows." So we must first know what the arrow-box does.


4. The two operations: and

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

Why these two and nothing else? Linear algebra is exactly the study of what you can build with only "add" and "scale". Multiplying two vectors together is not part of the definition — that extra structure (a dot product) lives in Inner product spaces, a separate upgrade.


5. Closure — the hidden axiom #0

Picture: the box has walls. Closure says every "add" and "scale" arrow lands back inside the walls.

Why the topic needs it: the parent calls this "axiom #0 and the one beginners forget." A shape can look like a vector space and fail here — e.g. a line not through the origin: scale a point on it by and you fall off the line.

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

6. The zero vector and the inverse

Why the topic needs it: axioms 3 and 4 are built entirely on these. The proofs in the parent ("", "") are just careful games with and .


7. Quantifier symbols: , , and

Example read-aloud: with says "there exists a zero vector such that adding it changes nothing."

Why the topic needs it: every one of the 8 axioms is a or sentence. If you can't read these, the axiom list is gibberish.


8. The map notation

Picture: the parent writes . Read it: "addition eats a pair of vectors (, two boxes side by side) and returns one vector in ." That final "" is closure written in symbols!

Why the topic needs it: this notation is how closure is stated formally, and it's the language of Linear maps and matrix representations later.


9. Dimension and basis (preview)

Picture: needs 2 arrows (right, up) to reach anywhere → dimension 2. A box of degree- polynomials needs → dimension 3.

Why the topic needs it: the parent lists dimensions ( has , has , has ). You don't need to master this yet — that's Linear independence, basis and dimension — but you must know the words mean "count of building blocks."


10. The example boxes' notation

Why the topic needs it: these are the payoff — proof that "vector" need not mean "arrow". You only need to recognise the notation; the parent supplies the rest.


How these foundations feed the topic

Sets and the symbol in

Fields R and C the scalars

Rn the arrow box

Two operations add and scale

Closure axiom zero

Zero vector and inverse

Quantifiers for all exists

Map notation domain to codomain

The 8 axioms

Abstract vector space

Basis and dimension

Examples beyond Rn


Equipment checklist

Read each question, answer in your head, then reveal.

What does say in plain words?
The object is an element inside the set (box) .
What is a field , and which two are meant in this topic?
A number system with add, subtract, multiply, and divide-by-nonzero; here or .
What is the difference between a scalar and a vector?
A scalar is a number from that stretches; a vector is a member of that gets stretched.
What are the only two operations a vector space is built from?
Vector addition and scalar multiplication — nothing else (no vector-times-vector).
State "closure" and why it is called axiom #0.
Adding or scaling elements of always lands back in ; it's assumed before the 8 axioms and easy to forget.
What does the bold mean, and must it equal the number 0?
The unique do-nothing vector with ; no — it can be the zero function, zero matrix, etc.
Read aloud: .
"There exists a zero vector such that adding it to any leaves unchanged."
What does encode?
Addition eats a pair of vectors and returns one vector in — i.e. closure under addition.
What do "basis" and "dimension" mean informally?
A basis is the smallest add-and-scale building set; dimension is how many vectors are in it.
Name three boxes that are vector spaces but not .
Polynomials , matrices , continuous functions (also ODE solution sets).

Connections