Intuition The one core idea
A number is a point on an endless straight line, and every "kind" of number (counting numbers, integers, fractions, and the rest) is just a bigger collection of points we allow ourselves to talk about. This page hands you every symbol and picture you need so that when the parent note says N ⊂ Z ⊂ Q ⊂ R , you see four nested bags of dots on one line — nothing more mysterious than that.
Everything in the parent topic leans on a handful of tiny symbols. Below, each one gets: plain words → the picture → why the topic needs it , ordered so every symbol is earned before it is used.
Definition One convention we fix now: does
N include 0 ?
Different books disagree. On this whole page we fix the convention N = { 1 , 2 , 3 , … } — counting starts at one, and 0 first appears when we build Z . Every statement below uses this single convention; we will not switch it.
Before any symbol, the picture. Draw one straight, endless line. Pick a spot, call it 0 . Step right some fixed distance , call that 1 . Keep stepping. Every number we will ever meet is a specific point on this line.
The number line is a straight line where each point is one number. Moving right = bigger, moving left = smaller. The middle marker 0 is the reference point everything is measured from.
Intuition Why the unit distance is arbitrary — but then frozen
The distance from 0 to 1 is a free choice : an inch, a centimetre, anything. Nothing in mathematics forces one size. But once we pick it, we freeze it and use the same step everywhere on the line — otherwise "2 is twice as far as 1 " would stop being true and comparisons would break. So: choice is arbitrary, consistency afterwards is non-negotiable.
Why the topic needs it: the whole parent note is about which points on this line each number-set covers . "Gaps", "dense", "no holes" — all of these are statements about dots on this one picture.
Start where humans started: counting objects. 1 , 2 , 3 , 4 , … — the marks you make when you tally sheep.
N
==N == (a hollow, "blackboard" capital N) is shorthand for the whole collection of counting numbers, and (by the convention we fixed at the top) it starts at 1 :
N = { 1 , 2 , 3 , 4 , 5 , … }
The curly braces { … } mean "the set (bag) containing exactly these things." The three dots … mean "keep going in the obvious pattern, forever."
Picture: a row of dots on the number line, starting at 1 , marching right forever, skipping 0 and everything to its left.
Why the topic needs it: N is the smallest bag — the seed. Every later number-set is built by adding new points to fix a problem N cannot solve.
We need a word for "this dot is one of the dots in that bag."
Picture: point at a single dot, then point at the bag — ∈ is the arrow saying "that dot belongs here."
Why the topic needs it: every classification sentence ("0 ∈ Z ", "2 ∈ / Q ") is built from this one symbol.
Now compare whole bags , not single dots.
Definition Subset symbols
==A ⊆ B == means every dot in bag A is also in bag B . (A fits inside B .)
==A ⊂ B == means the same plus B has at least one extra dot that A does not. (A is a proper subset — strictly smaller.)
Picture: nested loops, like Russian dolls. N is the innermost loop, Z a bigger loop around it, then Q , then R — each loop containing everything inside it and more .
Why the topic needs it: the entire spine of the chapter is the single line N ⊂ Z ⊂ Q ⊂ R . It says "four nested dolls, each strictly bigger than the last."
⊆ vs ∈
∈ compares a dot to a bag (5 ∈ N ). ⊆ compares a bag to a bag (N ⊆ Z ). Writing 5 ⊆ N or N ∈ Z is a type-error.
Counting can't answer "I owe you 3 sheep." So we grow the bag leftward past 0 .
Z
==Z == (from German Zahlen , "numbers") is the integers :
Z = { … , − 3 , − 2 , − 1 , 0 , 1 , 2 , 3 , … }
the counting numbers, their negatives (mirror images across 0 ), and 0 itself.
Picture: the number line with dots at every whole step in both directions — a mirror placed at 0 .
Why the topic needs it: Z is the first growth. It exists precisely because 3 − 5 has no answer inside N . And clearly N ⊂ Z : every counting dot is still there, but Z adds 0 and the negatives.
Integers can't split one pizza among three people. So we fill in the spaces between the whole steps.
Q
==Q == (from quotient ) is the rationals — every number you can write as one integer over another:
Q = { q p p , q ∈ Z , q = 0 }
Read the bar ∣ as "such that ". So: "all fractions q p such that p and q are integers and the bottom q is not zero."
Picture: the number line now speckled with dots between the integers — halves, thirds, quarters — densely sprinkled.
q = 0
The fraction q p is defined to be the number that, multiplied by q , gives back p . Setting q = 0 breaks this in both possible cases:
If p = 0 : we would need a number x with 0 ⋅ x = p . But 0 ⋅ x = 0 for every x , and 0 = p , so no x works — there is no answer.
If p = 0 : we would need 0 ⋅ x = 0 , which is true for every x at once. So the "answer" is not a single point — it is not unique , so it cannot name one number.
Either way there is no single valid point on the line, so we forbid q = 0 entirely.
Why the topic needs it: Q is the third doll, and Z ⊂ Q because any integer n is the fraction 1 n — but 2 1 shows Q has strictly more.
Even packed with fractions, the line still has pinprick holes . The length of a square's diagonal (which the parent proves is 2 ) lands on one of these holes — no fraction sits exactly there.
First we need a name for the holes themselves.
Definition The irrationals — the symbol
R ∖ Q
The backslash ∖ means "remove" : A ∖ B is bag A with every element of B taken out. So once we have the full line R (defined just below), the irrationals are
R ∖ Q = { x ∈ R : x ∈ / Q }
— "all real points that are not any fraction." These are exactly the hole-filling points: 2 , π , e , 3 , …
R
==R == is the reals : every point on the number line, with no gaps at all. It is the rationals together with the irrationals.
The union symbol ∪ means "bag A and bag B merged together":
R = Q ∪ ( R ∖ Q ) .
Picture: the number line drawn as a solid, unbroken line — every conceivable point filled.
Why the topic needs it: R is the outermost doll. Q ⊂ R is proper because 2 ∈ R ∖ Q , i.e. 2 ∈ R yet 2 ∈ / Q . See Decimal Representations and Dedekind Cuts for two ways to build these missing points.
Definition Reading the little symbols
Symbol
Plain words
< , >
"left of" / "right of" on the line
=
same point exactly
=
two different points
⟺
"exactly when" (true in both directions)
∖
"remove": A ∖ B = A with B 's elements taken out
□
"proof finished" (a full-stop for reasoning)
g cd( p , q )
biggest number dividing both p and q
Why the topic needs it: the equality rule q p = s r ⟺ p s = q r , the density step a < 2 a + b < b , the irrationals R ∖ Q , and the 2 proof (which uses "lowest terms", i.e. g cd( p , q ) = 1 ) all rely on these.
The parent claims some infinite bags are "the same size" and others "bigger". We need the vocabulary.
Definition Counting the uncountable
Countably infinite means the dots can be lined up in an endless list (1st, 2nd, 3rd, …) with none missed. Its size is written ==ℵ 0 == ("aleph-null"). N , Z , Q are all this size.
Uncountably infinite means no such list can ever catch every dot. R is this, with size 2 ℵ 0 — strictly bigger than ℵ 0 .
Picture: ℵ 0 = an endless numbered queue; 2 ℵ 0 = a crowd so dense no queue can enumerate it.
Why the topic needs it: these are the punchlines of Cardinality and Infinity and Cantor's Diagonal Argument . The subtlety 2 ℵ 0 = ℵ 1 ? — is the Continuum Hypothesis , deliberately left open.
How the foundations feed the topic, from the bottom up:
The number line (a dot = a number) is the ground everything stands on.
On it, N (counting numbers) is the seed set; ∈ (is-inside) and ⊆ / ⊂ (bag-inside-bag) are the two comparison tools.
Adding 0 and negatives grows N into Z ; allowing ratios q p grows Z into Q ; filling the holes grows Q into R , with R ∖ Q naming those holes.
The small operators (< , = , ⟺ , ∖ , g cd ) and the two infinity sizes (ℵ 0 , 2 ℵ 0 ) are the extra tools the parent's proofs and size-claims lean on.
All of these together support the spine: N ⊂ Z ⊂ Q ⊂ R .
Cover the right side; can you answer each before revealing?
What does a single point on the number line represent? One specific number; right = bigger, left = smaller.
Why is the unit distance (0 to 1) arbitrary, and what must we do after choosing it? Any size works, but we then freeze it and use the same step everywhere for comparisons to stay valid.
What is N on this page's fixed convention? The counting numbers { 1 , 2 , 3 , … } — starting at 1 , NOT including 0 .
Read 5 ∈ N in words. "Five is an element of the natural numbers."
Difference between ∈ and ⊆ ? ∈ = dot inside a bag; ⊆ = whole bag inside another bag.
What does A ⊂ B (proper subset) add over A ⊆ B ? B has at least one extra element, so A = B .
What is Z and why the letter Z? The integers { … , − 1 , 0 , 1 , … } ; Z from German Zahlen = numbers.
Write the set-builder definition of Q and read the bar. { q p ∣ p , q ∈ Z , q = 0 } ; the bar means "such that".
Why must q = 0 — cover both p = 0 and p = 0 . If p = 0 no x solves 0 ⋅ x = p ; if p = 0 every x solves it, so the answer isn't a single point. Neither names a number.
What does ∖ mean, and what is R ∖ Q ? "Remove"; R ∖ Q is the irrationals — real points that are not any fraction.
How is R built from Q ? R = Q ∪ ( R ∖ Q ) — rationals merged with the irrationals.
Why is Q ⊂ R proper ? Points like
2 are real but not any fraction.
What does ⟺ mean? "Exactly when" — the statement holds in both directions.
What does g cd( p , q ) = 1 say about a fraction? It is in lowest terms; p and q share no common factor.
Which sets have size ℵ 0 , and which is bigger? N , Z , Q are ℵ 0 ; R is 2 ℵ 0 , strictly larger.