4.5.14 · D1Linear Algebra (Full)

Foundations — Rank-nullity theorem — proof

1,867 words8 min readBack to topic

Before you can even read the theorem , you need to know what each of those words and squiggles means. This page builds them in order, from the plainest idea up to the full statement. Nothing here is assumed — if the parent note used it, we define it here.


0. What is a vector? (the atom)

Why do we start here? Because everything — spaces, maps, kernels — is built from arrows. If you cannot picture an arrow, no later symbol will feel real.

The two numbers are the vector's components. Adding two vectors means placing them tip-to-tail; scaling a vector by a number stretches it (or flips it, if ).


1. What is a vector space ? (a room full of arrows)

The letters and in the theorem are just names for two such rooms — the input room and the output room.

Vectors don't have to be arrows! Polynomials like also add and scale like arrows, so the set of all polynomials of degree is a vector space too (the parent's Example 3). That is why the theorem works for "abstract" spaces. See Dimension of a Vector Space for the full story.


2. The field (which numbers we scale by)

You mostly ignore — read it as "the ordinary numbers" — but it must exist so that "scale by " has meaning.


3. Linear independence & span (do arrows overlap, or fill space?)

Two ideas that the whole proof leans on.


4. Basis and dimension (the minimal complete kit)

The symbol in the proof is just given a short name. " finite-dimensional" means is a finite number — you can list a basis and stop.

Recall Why does the proof need finite dimension?

Because the counting argument needs a finite to add. ::: With infinitely many directions you cannot subtract counts safely — the basis-extension step and the arithmetic both break.

The move "extend a basis of a subspace to a basis of the whole space" is the Basis Extension Theorem, the engine of Step 1.


5. Linear map (the sorting machine)

The picture: takes the grid of and stretches, rotates, or flattens it into — but keeps grid lines straight and evenly spaced (that's what linearity looks like). Some maps flatten a whole direction onto zero — that flattening is the kernel, next.


6. The zero vector and the kernel

The kernel is a subspace of the input room . More on it in Kernel and Image of a Linear Map.


7. The image and rank

The image is a subspace of the output room . Crucial subtlety the parent hammers: rank + nullity sums to (the domain), not — because we are counting how the input directions get sorted.


8. Matrices as linear maps

A matrix like is a linear map: feeding it a column vector and computing takes a vector from to . Solving finds the kernel; the number of free variables in that solution is the nullity — that link is Solving Linear Systems — free variables count. When a map loses no directions (kernel is just ) it is an isomorphism, see Invertible Linear Maps and Isomorphisms.


How the pieces feed the theorem

vector

vector space V and W

linear combination and span

linear independence

basis

dimension dim V

linear map T

kernel ker T

image im T

nullity = dim ker T

rank = dim im T

basis extension theorem

Rank-Nullity Theorem

Read top to bottom: arrows are atoms, arrows build spaces and independence, independence builds bases, bases give dimension, and dimension of kernel + image is exactly what the theorem measures.


Equipment checklist

Test yourself — cover the right side and answer out loud.

What is a vector, in one sentence?
An arrow from the origin with a length and direction, written as its list of components.
What does it mean for a set of vectors to be a vector space?
You can add any two and scale any one and always stay inside the set (closed under addition and scaling).
Define a linear combination and read the symbol .
A sum of scaled vectors; the symbol means .
When are vectors linearly independent?
The only way to make is to take every — no vector is a combination of the others.
What is a basis, and what is ?
A basis is an independent spanning set; is how many vectors it contains — the number of independent directions.
What two rules must a linear map obey?
and — it respects addition and scaling.
Write in set notation and say what it is.
— all inputs that crushes to zero; it lives in .
Write and say what it is.
— all outputs can produce; it lives in .
Rank and nullity are the dimensions of which spaces?
Rank , nullity .
Does rank + nullity equal or ?
, the domain — because we're counting how the input directions get sorted.