Number Systems: The Hierarchy of Mathematical Numbers

The development of number systems represents one of humanity's greatest intellectual achievements. Each expansion of our number system has come from the need to solve new types of problems, leading to a beautiful hierarchy of increasingly sophisticated mathematical structures.

The Number System Hierarchy

Our understanding of numbers has evolved through a series of extensions, each addressing limitations of previous systems. Each new number system was created to solve specific mathematical problems that couldn't be solved within existing systems.

Natural Numbers: The Foundation

The natural numbers, denoted by N\mathbb{N}, form the most basic number system:

N={1,2,3,4,...}\mathbb{N} = \{1, 2, 3, 4, ...\}

These numbers arise naturally from counting objects. They possess several fundamental properties:

  1. Closure Under Addition: The sum of any two natural numbers is a natural number a,bN:a+bN\forall a,b \in \mathbb{N}: a + b \in \mathbb{N}

  2. Closure Under Multiplication: The product of any two natural numbers is a natural number a,bN:a×bN\forall a,b \in \mathbb{N}: a \times b \in \mathbb{N}

Limitation

The natural numbers are not closed under subtraction. The equation 35=x3 - 5 = x has no solution in N\mathbb{N}. This limitation led to the development of integers.

Integers: Including Negative Numbers

The integers, denoted by Z\mathbb{Z}, extend the natural numbers to include zero and negative numbers:

Z={...,3,2,1,0,1,2,3,...}\mathbb{Z} = \{..., -3, -2, -1, 0, 1, 2, 3, ...\}

This extension gives us:

  • Solutions to equations like x+5=2x + 5 = 2
  • A complete system for addition and subtraction
  • The concept of opposite numbers: for each nn, there exists n-n

The integers maintain certain properties of natural numbers while gaining new ones:

a,b,cZ\forall a,b,c \in \mathbb{Z}:

  1. Associativity: (a+b)+c=a+(b+c)(a + b) + c = a + (b + c)
  2. Commutativity: a+b=b+aa + b = b + a
  3. Identity Element: a+0=aa + 0 = a
  4. Inverse Elements: a+(a)=0a + (-a) = 0

Rational Numbers: The Power of Division

Rational numbers (Q\mathbb{Q}) emerge from the need to express parts of wholes and quotients:

Q={pq:p,qZ,q0}\mathbb{Q} = \{\frac{p}{q} : p,q \in \mathbb{Z}, q \neq 0\}

Every rational number can be expressed as:

  1. A fraction: pq\frac{p}{q} where pp and qq are coprime integers
  2. A decimal that either:
  • Terminates: 14=0.25\frac{1}{4} = 0.25
  • Repeats: 13=0.333...\frac{1}{3} = 0.333...
Important Property

The rational numbers are dense: between any two rational numbers, there are infinitely many other rational numbers. We can always find another rational number by taking their arithmetic mean:

If a<ba < b, then a<a+b2<ba < \frac{a+b}{2} < b

Irrational Numbers: Beyond Simple Ratios

The discovery of irrational numbers came from the realization that some quantities cannot be expressed as ratios of integers. The most famous example is 2\sqrt{2}, which arises from the diagonal of a unit square.

Proof of Irrationality

We can prove 2\sqrt{2} is irrational through contradiction:

  1. Assume 2=pq\sqrt{2} = \frac{p}{q} where p,qp,q are coprime
  2. Then 2q2=p22q^2 = p^2
  3. This implies pp is even, so p=2kp = 2k
  4. Then 2q2=4k22q^2 = 4k^2, so q2=2k2q^2 = 2k^2
  5. This implies qq is even
  6. But this contradicts p,qp,q being coprime

Real Numbers: Completing the Line

The real numbers (R\mathbb{R}) include all rational and irrational numbers, forming a complete continuum. Every point on a number line corresponds to exactly one real number.

Key properties of real numbers include:

  1. Completeness: Every bounded set has a least upper bound
  2. Density: Between any two real numbers lie infinitely many real numbers
  3. Continuity: No "gaps" in the number line
Understanding Real Numbers

Think of real numbers as infinite decimal expansions. While rational numbers have patterns in their decimal expansions (either terminating or repeating), irrational numbers have decimal expansions that continue forever without repeating.

Complex Numbers: The Final Frontier

Complex numbers (C\mathbb{C}) emerge from the need to solve equations like x2+1=0x^2 + 1 = 0. They take the form a+bia + bi where a,ba,b are real numbers and i2=1i^2 = -1.

This final extension gives us:

  • Solutions to all polynomial equations
  • A complete algebraically closed field
  • Powerful tools for understanding rotation and periodic behavior
number systemsnatural numbersintegersrational numbersreal numberscomplex numberselementary algebra
By Federico Airoldi· 2025-02-12· 40 min read· beginner