Physics Forums Insights
  • Physics
    • Mechanics
    • Thermodynamics
    • Electromagnetism
    • Fluids
    • Optics
    • Particles
    • Quantum
    • Relativity
    • Biophysics
  • Astronomy
    • Astrophysics
    • Cosmology
    • Observing
  • Mathematics
    • Algebra
    • Analysis
    • Geometry
    • Number Theory
    • Probability
  • Computing
    • Programming
    • Electronics
    • Imaging
  • Science Culture
    • Education
    • Careers
    • Philosophy
    • Profiles
    • Trivia
  • Forums
  • Click to open the search input field Click to open the search input field Search
  • Menu Menu
What are real numbers

Real Numbers Explained: Definition, Axioms & Properties

May 22, 2019/0 Comments/in Analysis, Mathematics FAQs/by Multiple_Authors
📖Read Time: 6 minutes
📊Readability: Moderate (Standard complexity)
🔖Core Topics: numbersrealnumberrationalproperty

Real numbers are the complete set of values on the continuous number line, denoted ℝ, and they include both rational numbers (fractions and repeating or terminating decimals) and irrational numbers (non-repeating, non-terminating decimals such as √2, π, and e). Real numbers can be positive, negative, or zero, and they satisfy a completeness property that makes them suitable for representing continuous quantities such as length, time, and measurement in mathematics and science.

Table of Contents

  • Key Takeaways
  • What are real numbers?
    • What are the key characteristics of real numbers?
    • Why do real numbers matter?
  • Where did the concept of real numbers come from?
  • How are real numbers formally constructed?
    • Cauchy sequences
    • Dedekind cuts
  • What are the basic building blocks of the real number system?
  • What are the field axioms of real numbers?
  • What are the ordering axioms of real numbers?
  • What is the completeness axiom of real numbers?
  • How are subtraction and division defined in terms of the basic operations?
  • Why are they called “real” numbers?
  • Frequently Asked Questions
    • What is the difference between rational and irrational numbers?
    • What does it mean for real numbers to be dense?
    • What is a Dedekind cut?
    • What is the least-upper-bound property?
    • Is zero a real number?
    • Why can’t rational numbers alone measure every length?

Key Takeaways

  • Real numbers, denoted ℝ, include all rational numbers (such as 1/2 and 5) and all irrational numbers (such as √2, π, and e).
  • Between any two real numbers there exist infinitely many other real numbers, a property called density.
  • Two standard formal constructions of ℝ are Cauchy sequences of rational numbers and Dedekind cuts.
  • The least-upper-bound property states that every non-empty subset of ℝ with an upper bound has a supremum in ℝ.
  • The ordering axioms establish ℝ as a totally ordered field, meaning any two real numbers a and b satisfy either a ≤ b or b ≤ a.

What are real numbers?

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

What are the key characteristics of real numbers?

Positive real numbers are values greater than zero, such as 1, 2, and 3.5. Negative real numbers are values less than zero, such as −1, −2.7, and −0.5. Zero is itself a real number and serves as the additive identity, meaning any number added to zero equals itself.

Rational numbers can be expressed as a fraction of two integers with a nonzero denominator, such as 1/2, −3/4, or 5. Irrational numbers cannot be written as a simple fraction and have non-repeating, non-terminating decimal expansions, such as √2, π, and e.

Real numbers are dense on the number line, meaning that between any two real numbers there are infinitely many other real numbers. This density property makes real numbers well suited to representing continuous quantities in mathematics and science.

Why do real numbers matter?

Real numbers are a fundamental concept in mathematics and are used widely to describe quantities, measurements, and relationships across many disciplines, from physics and engineering to economics and statistics.

Where did the concept of real numbers come from?

The idea of real numbers grew from the geometric notion of length. Ancient mathematicians observed that rational numbers alone could not measure every length, such as the diagonal of a unit square, and this observation led to methods such as Eudoxus’s “method of exhaustion.”

How are real numbers formally constructed?

Modern mathematics offers several equivalent constructions of the real numbers. Two standard constructions are Cauchy sequences and Dedekind cuts.

Cauchy sequences

Real numbers can be obtained as equivalence classes of Cauchy sequences of rational numbers, which are sequences whose terms get arbitrarily close to each other as the sequence progresses.

Dedekind cuts

Real numbers can also be defined as Dedekind cuts in the rational numbers, meaning partitions of the rationals into two nonempty sets with specific order properties. Both the Cauchy-sequence and Dedekind-cut constructions require care to formalize (the Cauchy-sequence approach relies on equivalence classes), but they produce isomorphic complete ordered fields.

What are the basic building blocks of the real number system?

The real number system is presented as a set with distinguished elements and operations. Its basic components are:

  • The set ℝ, whose elements are called real numbers.
  • The distinguished constants 0 (additive identity) and 1 (multiplicative identity).
  • Binary operations: addition (+) and multiplication (·).
  • A unary operation: negation (−).
  • A partial unary operation: reciprocal, or multiplicative inverse, written x⁻¹ for x ≠ 0.
  • An order relation: ≤.

What are the field axioms of real numbers?

The field axioms describe the algebraic properties of real numbers under addition and multiplication:

  • Closure: 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, and a · b = b · a.
  • Associativity: a + (b + c) = (a + b) + c, and a · (b · c) = (a · b) · c.
  • Distributivity: a · (b + c) = (a · b) + (a · c).
  • Identities: a + 0 = a, and a · 1 = a.
  • Inverses: a + (−a) = 0, and for d ≠ 0, d · d⁻¹ = 1.

What are the ordering axioms of real numbers?

The ordering axioms establish real numbers as a totally ordered field:

  • Antisymmetry: if a ≤ b and b ≤ a, then a = b.
  • Transitivity: if a ≤ b and b ≤ c, then a ≤ c.
  • Comparability: for any a, b in ℝ, either a ≤ b or b ≤ a holds (total order).
  • Addition compatibility: if a ≤ b, then a + c ≤ b + c for any c.
  • Multiplication compatibility: if 0 ≤ c and a ≤ b, then a · c ≤ b · c.

What is the completeness axiom of real numbers?

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, or supremum, within ℝ.

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

How are subtraction and division defined in terms of the basic operations?

Subtraction is defined in terms of addition and negation: a − b is defined as a + (−b). Division is defined in terms of multiplication and the reciprocal: if d ≠ 0, then a / d is defined as a · d⁻¹.

Why are they called “real” numbers?

The term “real” in “real numbers” is simply a historical name distinguishing this number system from others, such as integers, rationals, or finite fields. It does not imply that real numbers are “more real” or more ordinary in the everyday sense than other number systems.

Frequently Asked Questions

What is the difference between rational and irrational numbers?

Rational numbers can be expressed as a fraction of two integers with a nonzero denominator, such as 1/2 or 5. Irrational numbers cannot be written as a simple fraction and have decimal expansions that never repeat or terminate, such as √2, π, and e.

What does it mean for real numbers to be dense?

Density means that between any two real numbers, no matter how close together, there are infinitely many other real numbers. This property distinguishes the real number line from sets like the integers, where numbers have clear gaps between them.

What is a Dedekind cut?

A Dedekind cut is a partition of the rational numbers into two nonempty sets with specific order properties, used to formally construct the real numbers. This construction, along with equivalence classes of Cauchy sequences, produces an isomorphic complete ordered field equivalent to ℝ.

What is the least-upper-bound property?

The least-upper-bound property states that every non-empty subset of ℝ that has an upper bound also has a least upper bound, or supremum, that itself belongs to ℝ. This property defines the completeness of the real number system.

Is zero a real number?

Yes, zero is a real number. It serves as the additive identity in the real number system, meaning that adding zero to any real number leaves that number unchanged.

Why can’t rational numbers alone measure every length?

Ancient mathematicians discovered that some lengths, such as the diagonal of a unit square, cannot be expressed as a ratio of two integers. This gap between rational numbers and geometric lengths motivated the development of irrational numbers and, eventually, the real number system.

Multiple_Authors
Multiple_Authors

This article was authored by several Physics Forums members with PhDs in physics or mathematics.

More Related Articles

  • What is a Parabola? A 5 Minute Introduction
  • What Are Infinitesimals – Advanced Version
  • The History and Importance of the Riemann Hypothesis
  • Views On Complex Numbers
  • Learn the Top 5 Misconceptions About Infinity
  • What Are Numbers?
Tags: FAQ, mathematics, real numbers, Undergraduate
Share this entry
  • Share on Facebook
  • Share on X
  • Share on WhatsApp
  • Share on LinkedIn
  • Share on Reddit
  • Share by Mail
https://www.physicsforums.com/insights/wp-content/uploads/2019/05/what_are_real_numbers.png 135 240 Multiple_Authors https://www.physicsforums.com/insights/wp-content/uploads/2019/02/Physics_Forums_Insights_logo.png Multiple_Authors2019-05-22 18:46:312026-07-31 11:32:23Real Numbers Explained: Definition, Axioms & Properties
You might also like
RelativityVariables Relativity Variables: Velocity, Doppler-Bondi k, and Rapidity
Hooke's Law Experiement An Example of An Accurate Hooke’s Law Laboratory
MillenniumPrize Millennium Problems: Poincaré, P vs NP, Riemann
space law Space Law Explained: Lasers, Spying, Broadcasting & the Moon
circuitanalysis The What and Why of Circuit Analysis Assumptions
art of integration The Art of Integration
0 replies

Leave a Reply

Want to join the discussion?
Feel free to contribute!

Leave a Reply Cancel reply

You must be logged in to post a comment.

Popular Articles

  • Can We See an Atom?
  • What Planck Length Is and It’s Common Misconceptions
  • The Balloon Analogy Explained: Cosmic Expansion Without a Center
  • Learn Linear Algebra: Best Textbooks and Study Roadmap
  • Why You Can’t Quantum Tunnel Through a Wall
  • The Concept of Zero: History, Rules, and Why 0/0 Fails
  • The Quantum Mystery of Wigner’s Friend
  • Tensors Explained: Scalars, Vectors, Matrices & Math
  • Have Scientists Seen an Electron? How We Detect Them
  • DNA Mapping & Nanopore Sequencing: Nanochannel Insights

Physics Forums

  • Classical Physics
  • Atomic and Condensed Matter
  • Quantum Physics
  • Special and General Relativity
  • Beyond the Standard Model
  • High Energy, Nuclear, Particle Physics
  • Astronomy and Astrophysics
  • Cosmology
  • Other Physics Topics

Receive Insights Articles to Your Inbox

Enter your email address:

Blog Information

  • Become a Member!
  • Write for Us!
  • Table of Contents
  • Blog Author List

Popular Topics

black holes (23) classical physics (35) education (23) FAQ (58) General (230) general relativity (23) Graduate (185) gravity (25) Guide (86) interview (49) mathematics (39) mathematics self-study (21) Physicist (26) Quantum Field Theory (34) quantum mechanics (36) quantum physics (24) relativity (40) Special Relativity (22) Tutorial (147) Undergraduate (287)
2026 © Physics Forums, ALL RIGHTS RESERVED - Contact Us - Privacy Policy - About PF Insights
  • Link to X
  • Link to Facebook
  • Link to LinkedIn
Link to: Equations of State for Photon Gas and Relativistic Electron Gas Link to: Equations of State for Photon Gas and Relativistic Electron Gas Equations of State for Photon Gas and Relativistic Electron GasStar EquationsLink to: Fibre Bundles Explained: Definition, Examples & Visualization Link to: Fibre Bundles Explained: Definition, Examples & Visualization What is a fibre bundleFibre Bundles Explained: Definition, Examples & Visualization
Scroll to top Scroll to top Scroll to top