Real Numbers

Real Numbers (denoted by the symbol $\mathbb{R}$) are presented not just as a collection of points on a line, but as a specific algebraic structure: a Complete Ordered Field.
While the Rational Numbers ($\mathbb{Q}$) allow us to perform basic arithmetic, they are incomplete. The Real Number system is designed to fill the microscopic gaps left behind by the Rational Numbers.
The Set Hierarchy
The set of Real Numbers $\mathbb{R}$ is the union of two distinct sets:
- Rational Numbers ($\mathbb{Q}$) — Numbers expressible as \frac{p}{q}, where we can place a specific integer in the numerator (p) and denominator (q). (These form terminating or repeating decimals.)
- Irrational Numbers ($\mathbb{I}$) — Numbers that cannot be written as fractions (non-terminating, non-repeating decimals). This includes algebraic numbers like $\sqrt{2}$ and transcendental numbers like $\pi$ or $e$.
The Completeness Axiom (The Least Upper Bound Property)
What fundamentally separates $\mathbb{R}$ from $\mathbb{Q}$ (Real Numbers from Rational Numbers) is the Axiom of Completeness.
The Axiom of Completeness: Definition — Every non-empty set of real numbers that is bounded above has a least upper bound (supremum) that is also a real number.
If you try to find the square root of 2 $/sqrt{2}$ using only rational numbers, you can get closer and closer (1.4, 1.41, 1.414…) but you will never actually “hit” the value because \sqrt{2} isn’t in the set of rational numbers.
In the Real Number system, there are no “holes.” This allows us to define continuous curves in Geometry and Trigonometry. [1]
The Real Number Line
We visualize \mathbb{R} as a continuous, infinite line. Because of the Order Axioms, every real number corresponds to exactly one point on this line.
There is an Infinite Density of Real Numbers — Between any two real numbers, there are infinitely many other real numbers (both rational and irrational).
Continuity — Unlike a line made of only rational points, the Real Number line is a “continuum”. It can be measured at any scale without finding a gap.
STEM Integrations
Trigonometric and Transcendental Realities
The Real Numbers are essential for Trigonometry. Functions like \sin(\theta) and \cos(\theta) are defined over the domain of all real numbers, $D \in R$.
- Many trigonometric outputs are irrational real numbers (e.g., \sin(45^\circ) = \frac{\sqrt{2}}{2}).
- Without the completeness of \mathbb{R}, the unit circle would technically be a collection of disconnected points rather than a solid ring.
Interestingly, computers cannot truly represent the Real Numbers. Hardware is finite, but the real numbers are uncountably infinite. Languages like JavaScript use the IEEE 754 Double Precision Floating Point format. This is a “subset” of rational numbers used to approximate the real number system. [1] This is why you encounter rounding errors in code. In pure math (\mathbb{R}), 0.1 + 0.2 is exactly 0.3. In computer “reals,” it is 0.30000000000000004.
Notes
Prove \sqrt{2} is irrational (the classic proof that necessitated the Real Numbers).
Real Numbers form the basis of Coordinate Geometry.
Resources
- Gemini AI. Prompt “”. 16 Jan 2026.
- Gemini AI. Prompt. 16 Jan 2026.