1.A. Real Numbers - JulTob/Mathematics GitHub Wiki

The Real Numbers: A Journey Through the Infinite Line

Have you ever tried to point at a number? Imagine you're holding a magnifying glass over the number line, zooming closer and closer between 2.2 and 2.3, trying to find the square root of 5 $(=2.2360679775...)$ . It's there, for sure, somewhere in between. But no matter how close you get, you never land exactly on it. How do you extract exactly that number precisely? And yet, we trust that it exists. That, in a nutshell, is the magic of the real numbers.

The real number line, ℝ, is more than just a convenient tool to do arithmetic. It's a certainty: that between any two values, there is always another. It is dense, continuous, and complete. It allows us to speak of infinities, limits, and continuity. It lets us build calculus, define integrals, and talk about space itself. But what makes this line so special? Let's walk it together.


1. Arithmetic, Order, and Structure: The Field Axioms

The real numbers form a field: a set equipped with operations of addition and multiplication that behave nicely. These properties are called the field axioms:

  • Commutativity:
    • $π‘Ž+𝑏=𝑏+π‘Ž$
    • $π‘ŽΒ·π‘=π‘Β·π‘Ž$
  • Associativity:
    • $π‘Ž+𝑏+𝑐=(π‘Ž+𝑏)+𝑐=π‘Ž+(𝑏+𝑐)$
    • $π‘ŽΒ·π‘Β·π‘=(π‘ŽΒ·π‘)·𝑐=π‘ŽΒ·(𝑏·𝑐)$
  • Distributivity:
    • $π‘ŽΒ·(𝑏+𝑐)=π‘ŽΒ·π‘οΌ‹π‘ŽΒ·π‘$
  • Neutral elements:
    • There exist $0$ and $1$ such that $a + 0 = a$, $a \cdot 1 = a$
  • Inverses:
    • For every $a$, there exists $-a$ such that $a + (-a) = 0$
    • For every nonzero $a$, there exists $:a$ such that $a \cdot (:a) = 1$
    • Opposite (Opuesto):
      • $π‘Ž+π‘Ž^Β¬=0$
    • Inverse (Inverso):
      • $π‘ŽΒ·π‘Ž^Β¨=1$
  • Stability
    • $$π‘ŽβˆŠβ„^⁺ βŸπ‘βˆŠβ„^⁺ β‡’βŸ(π‘Ž+𝑏)βˆŠβ„^⁺ (π‘ŽΒ·π‘)βˆŠβ„^⁺$$

These axioms give us arithmetic. But arithmetic alone isn’t enough.These axioms give us arithmetic. But arithmetic alone isn’t enough.

2. Ordering: More Than Just Numbers

We know how to say that one number is bigger than another. But mathematically, we define it with an order relation $<$ that obeys:

  • Trichotomy (the Sign Property):
    • For every $a \in \mathbb{R}$, exactly one of the following is true: $a = 0$, $a > 0$, or $a < 0$
    • $$βˆ€π‘Ž: π‘Ž=0 ∨ π‘ŽβˆŠβ„^⁺ ∨ π‘ŽβˆŠβ„^⁻$$
  • Order Axiom: Comparison
    • For any two numbers $a$ and $b$, one of these three must be true:
      • $a > b$
      • $a < b$
      • $a = b$
  • Transitivity:
    • If $a < b$ and $b < c$, then $a < c$
  • Compatibility with addition and multiplication:
    • If $a < b$, then $a + c < b + c$
    • If $a < b$ and $c > 0$, then $ac < bc$

This lets us compare, sort, and approximate. But we still haven’t reached the heart of $\mathbb{R}$.


3. No Holes: The Least Upper Bound Axiom

Here is what truly distinguishes the reals from other number systems: completeness. We know that between every two real numbers, if they are different, there must be another real number.

βˆ€π‘₯π‘¦βˆƒπ‘§:{π‘₯<𝑧<𝑦}

Suppose we have a set $A \subset \mathbb{R}$ that is bounded above. That is, there is some number bigger than every element of $A$. The Least Upper Bound Axiom states:

If $A$ is nonempty and bounded above, then $A$ has a least upper bound (also called the supremum), denoted $\sup A$, which is a real number.

This prevents gaps. The rational numbers $\mathbb{Q}$, for example, do not have this property. The set of all rationals less than $\sqrt{2}$ has no supremum in $\mathbb{Q}$ β€” but it does in $\mathbb{R}$. That’s how we know $\sqrt{2}$ lives in $\mathbb{R}$, even if we can't write it as a fraction.


4. Constructing the Reals: An Unlimited Sum

One way to define real numbers is as limits of rational approximations.

πš›:=βˆ‘πšš

or, similarly, as a decimal expansion, adding powers of ten for precission

βˆ‘π‘Žα΅’β‘½β±
iβˆΆβ„€
π‘ŽβˆΆβ„•

We usually represent this sum by extending its decimal value:

  • Pi: From 3 to 3.1, to 3.14, to 3.141, to 3.1415, to 3.14159...

For instance:

$\sqrt{2} = \lim_{n \to \infty} a_n \quad \text{where each } a_n \in \mathbb{Q}$

We can build $\mathbb{R}$ either through Dedekind cuts (partitions of $\mathbb{Q}$) or Cauchy sequences (rational sequences that get arbitrarily close together). In both cases, we are patching up the holes in $\mathbb{Q}$.

If you imagine the number line as a ruler, $\mathbb{Q}$ gives us the tick marks. But $\mathbb{R}$ fills in every grain of wood between those marks.


5. Real World Comparisons: Root(5) vs 2.1

If we want to compare irrational numbers, it’s easiest to use approximation. We find this to be a necessity when no reasonable calculation can be performed at exact precision arithmetically or digitally.

The value of $pi$ is $3.14159265...$ but is commonly rounded to $3.14$.

Let’s say you want to compare $\sqrt{5}$ and 2.1.

We know:

  • $2^2 = 4$
  • $2.2^2 = 4.84$
  • $2.3^2 = 5.29$

So, $\sqrt{5} β‰ˆ 2.236$. That means:

$\sqrt{5} > 2.1$

And yet, $\sqrt{5}$ will never be written down exactly. Its decimal expansion goes on forever without repeating. It exists because $\mathbb{R}$ is complete.


6. Topology on the Line: Open Sets and Neighborhoods

This isn’t just arithmetic. The real numbers have structure. We can talk about intervals, open and closed sets, accumulation points, interior, closure, and compactness.

A neighborhood around a point $x$ is an open interval $(x - \epsilon, x + \epsilon)$. That concept lets us define what it means to get arbitrarily close β€” the foundation of limits and calculus.

Sets in $\mathbb{R}$ can be:

  • Open: if for every point, there exists a neighborhood fully inside the set.
  • Closed: if they contain their boundary points.
  • Compact: if they are closed and bounded β€” like $[0,1]$.

Topology is the art of closeness without touching.


Conclusion: A Foundation for Everything

The real numbers are not just numbers. They are a beautifully structured system that allows analysis, geometry, physics, and so much more. Their field properties give us algebra, their order lets us compare, and their completeness ensures we don’t fall through the cracks.

Understanding $\mathbb{R}$ means understanding how we measure, compare, limit, and define. From this solid ground, we build the towers of calculus, the abstractions of topology, and the logic of continuity.

Let this be your first step on a very real journey.