1.1.1Arithmetic & Number Systems

Natural numbers, whole numbers, integers — definitions and the number line

1,693 words8 min readdifficulty · medium

1. Natural Numbers (N\mathbb{N})

WHY start at 1? Because you count objects that exist. You never count "zero apples" by pointing — you count 1, 2, 3...

HOW they behave:

  • Closed under addition (3+4=73+4=7, still natural) and multiplication (3×4=123\times4=12).
  • NOT closed under subtraction: 353-5 is not a natural number. This forces the next inventions.

2. Whole Numbers (W\mathbb{W})

WHY: We needed a symbol for "nothing / empty". Adding 0 lets us say things like "the account has 0 rupees."

Key property of 0: it is the additive identitya+0=aa + 0 = a for every number aa. That is literally what 0 means: adding it changes nothing.


3. Integers (Z\mathbb{Z})

WHY negatives? Because subtraction like 353-5 had no answer inside W\mathbb{W}. Physically: temperatures below zero, debts, positions left of a start point. We define n-n as the number that, added to nn, gives 0: n+(n)=0.n + (-n) = 0.

HOW they’re built (first principles): For every natural number nn, invent a partner n-n (its additive inverse). Glue those partners onto the whole numbers: Z={n:nN}W.\mathbb{Z} = \{-n : n \in \mathbb{N}\} \cup \mathbb{W}. Now subtraction always works: 35=2Z3 - 5 = -2 \in \mathbb{Z}. ✔️


4. The Number Line (Dual Coding)

Figure — Natural numbers, whole numbers, integers — definitions and the number line

How to read it:

  • 0 sits in the middle (the origin).
  • Naturals (1,2,3,1,2,3,\dots) fill the marks to the right.
  • Wholes = naturals plus the origin.
  • Integers = both directions: negatives mirror the positives across 0.
  • Order rule: a<ba < baa is to the left of bb. So 5<2-5 < -2 because 5-5 is further left (a bigger debt is a smaller number).

5. Worked Examples


Recall Feynman: explain to a 12-year-old

Imagine a ruler that never ends. The marks going right — 1, 2, 3 — are for counting stuff (natural numbers). Now put a mark for "nothing at all" — that’s 0, and counting numbers + 0 are the whole numbers. But what if you owe candy instead of having it? We put marks going left of 0: 1,2,3-1, -2, -3. All the marks in both directions together are the integers. Rule of the ruler: whoever is more to the right is bigger. So 1-1 (a small debt) beats 100-100 (a huge debt).


6. Active Recall

What is the set of natural numbers?
N={1,2,3,}\mathbb{N} = \{1,2,3,\dots\} — the counting numbers, starting at 1.
What is the set of whole numbers?
W={0,1,2,3,}=N{0}\mathbb{W} = \{0,1,2,3,\dots\} = \mathbb{N} \cup \{0\}.
What is the set of integers?
Z={,2,1,0,1,2,}\mathbb{Z} = \{\dots,-2,-1,0,1,2,\dots\} — wholes plus their negatives.
Smallest natural number?
1.
Smallest whole number?
0.
State the nesting (subset) chain.
NWZ\mathbb{N} \subset \mathbb{W} \subset \mathbb{Z}.
Why was 0 added to make whole numbers?
To represent "nothing" and serve as the additive identity (a+0=aa+0=a).
Why were integers invented?
So subtraction always has an answer (e.g. 35=23-5=-2); to model debts/below-zero.
Additive inverse of nn?
n-n, the number with n+(n)=0n+(-n)=0.
On the number line, when is a<ba<b?
When aa lies to the left of bb.
Which is greater, 5-5 or 2-2, and why?
2-2, because it is further right on the number line (smaller debt).
Is 32\tfrac{3}{2} an integer?
No — it's a fraction, belongs to rationals Q\mathbb{Q}, not Z\mathbb{Z}.
Which operation fails to be closed in N\mathbb{N}?
Subtraction (e.g. 35N3-5\notin\mathbb{N}).
What does Z\mathbb{Z} stand for?
German Zahlen, meaning "numbers".

Connections

  • Rational Numbers (Q) — next set, adds fractions to fix division.
  • Absolute Value — distance from 0 on the number line.
  • Ordering and Inequalities — formalises left/right on the line.
  • Closure Property — the idea driving each new number set.
  • Additive Identity and Inverse — why 0 and negatives were defined.

Concept Map

invents

not closed under subtraction

add element 0

added to

add negatives

glued onto

makes subtraction always work

subset of

subset of

nesting chain

Counting objects

Natural numbers 1,2,3

Need for zero and debts

Whole numbers 0,1,2

Additive identity 0

Integers ...-1,0,1...

Additive inverse -n

3-5 = -2

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, yeh teen sets ka pura kahani ek hi idea pe tiki hai: har naya set purane ki kami ko fix karta hai. Sabse pehle hum cheezein ginte hain — 1, 2, 3... — inko bolte hain natural numbers (N\mathbb{N}). Phir humein "kuch bhi nahi" ke liye ek symbol chahiye tha, toh humne 0 add kiya, aur ban gaye whole numbers (W\mathbb{W}). Ab socho tum kisi ka udhaar dete ho — jaise minus temperature ya debt — iske liye humne negative numbers banaye, aur poora set ban gaya integers (Z\mathbb{Z}). Isliye chain yaad rakho: NWZ\mathbb{N} \subset \mathbb{W} \subset \mathbb{Z}.

Number line bas in numbers ki ek picture hai. Ek seedhi line par har number ka ek point hota hai. Right jaao toh number bada, left jaao toh chhota. 0 beech mein (origin). Naturals right side, negatives left side — bilkul mirror image.

Sabse common galti: log sochte hain 5-5 bada hai 2-2 se, kyunki 5 > 2. Par galat! Number line par 5-5 zyada left hai, isliye 5<2-5 < -2. Debt wali soch lagao — ₹5 udhaar hona ₹2 udhaar se bura hai, matlab kam paisa, matlab chhota number.

Exam tip (80/20): sirf yeh yaad rakho — N\mathbb{N} mein 0 nahi, W\mathbb{W} mein 0 aa gaya, Z\mathbb{Z} mein plus-minus dono. Aur "left = chhota" wala rule. Bas itne se hi zyada tar questions ban jaate hain.

Test yourself — Arithmetic & Number Systems

Connections