What are real numbers

Real Numbers: Definition, Properties & Axioms — Explained

📖Read Time: 3 minutes
📊Readability: Moderate (Standard complexity)
🔖Core Topics: numbers, number, non, repeating, decimals

Definition of real numbers

Real numbers are the set of all values that can appear on the continuous number line. They include rational numbers (fractions and terminating or repeating decimals) and irrational numbers (non-repeating, non-terminating decimals). The real numbers are usually denoted by the symbol ℝ. They can be positive, negative, or zero, and they can be represented as finite decimals, repeating decimals, or infinite non-repeating decimals.

Key characteristics of real numbers include:

  1. Positive real numbers: numbers greater than zero (for example: 1, 2, 3.5).
  2. Negative real numbers: numbers less than zero (for example: −1, −2.7, −0.5).
  3. Zero: the number 0 is a real number and serves as the additive identity.
  4. Rational numbers: numbers that can be expressed as a fraction of two integers (denominator ≠ 0), e.g. 1/2, −3/4, 5.
  5. Irrational numbers: numbers that cannot be written as a simple fraction and have non-repeating, non-terminating decimal expansions, e.g. √2, π, e.
  6. Density: the real numbers are dense on the number line: between any two real numbers there are infinitely many other real numbers. This makes them suitable for representing continuous quantities in mathematics and science.

Real numbers are a fundamental concept in mathematics and are used widely to describe quantities, measurements, and relationships in many disciplines.

Extended explanation

This article is a concise introduction; more examples and proofs will be added in the future.

A brief history

The idea of real numbers grew from the geometric notion of length. Ancient mathematicians noticed that rational numbers alone could not measure every length (for example, the diagonal of a unit square); this observation led to methods such as Eudoxus’s “method of exhaustion.” For more modern expositions see the linked article on real numbers.

Formal constructions

Modern mathematics offers several equivalent constructions of the real numbers. Two standard constructions are:

  • Cauchy sequences: real numbers can be obtained as equivalence classes of Cauchy sequences of rational numbers (sequences whose terms get arbitrarily close to each other).
  • Dedekind cuts: real numbers can be defined as Dedekind cuts in the rationals, i.e., partitions of the rationals into two nonempty sets with certain order properties.

Both constructions require some care (for example, the Cauchy-sequence approach uses equivalence classes), but they produce isomorphic complete ordered fields.

Basic language and primitives

The real number system is presented as a set with distinguished elements and operations. Concretely:

  • the set (elements called real numbers)
  • the distinguished constants 0 (additive identity) and 1 (multiplicative identity)
  • binary operations: addition + and multiplication ·
  • unary operation: negation
  • partial unary operation: reciprocal (inverse) written as x⁻¹ for x ≠ 0
  • an order relation:

Field axioms (algebraic properties)

  • a + b and a · b are in ℝ for all a, b in ℝ.
  • Negation: −a is in ℝ for all a in ℝ.
  • Inverses: if d ≠ 0 then d⁻¹ is in ℝ.
  • Commutativity: a + b = b + a, a · b = b · a.
  • Associativity: a + (b + c) = (a + b) + c, a · (b · c) = (a · b) · c.
  • Distributivity: a · (b + c) = (a · b) + (a · c).
  • Identities: a + 0 = a, a · 1 = a.
  • Inverses: a + (−a) = 0, and for d ≠ 0 we have d · d⁻¹ = 1.

Ordering axioms

  • If a ≤ b and b ≤ a then a = b.
  • If a ≤ b and b ≤ c then a ≤ c (transitivity).
  • Comparability (total order): either a ≤ b or b ≤ a for any a, b.
  • If a ≤ b then a + c ≤ b + c for any c.
  • If 0 ≤ c and a ≤ b then a · c ≤ b · c.

Completeness axiom

The defining analytic property of the real numbers is completeness. One standard form is the least-upper-bound property:

Every non-empty subset of ℝ that has an upper bound has a least upper bound (supremum).

An equivalent sequential form is the monotone convergence theorem: every bounded monotone sequence of real numbers converges to a real limit. For example, if (fₙ) is an increasing sequence with an upper bound, then the limit limₙ→∞ fₙ exists in ℝ.

Other operations and derived identities

  • Subtraction: a − b is defined as a + (−b).
  • Division: if d ≠ 0 then a / d is defined as a · d⁻¹.

Common confusions

The term “real” in “real numbers” is simply a historical name distinguishing this number system from others (integers, rationals, finite fields, etc.). It does not imply “more real” or “ordinary” in the everyday sense.

Additional notes

There are two common rigorous introductions to the real numbers: Dedekind cuts and equivalence classes of Cauchy sequences. Both approaches require a small amount of advanced (analysis-level) machinery to make the intuitive notion of the continuous number line precise.

Comment thread

0 replies

Leave a Reply

Want to join the discussion?
Feel free to contribute!

Leave a Reply