Addition and Multiplication of Real Numbers

Chapter 4: The Real Number Line

Learning objectives

  • Understand real numbers as an extension of rationals
  • Apply field axioms to real number arithmetic
  • Distinguish rational and irrational numbers

The rationals have holes. Plot 12,23,34,\dfrac{1}{2}, \dfrac{2}{3}, \dfrac{3}{4}, \ldots on the number line: you build up density, but no rational equals 2\sqrt{2}. There IS a point exactly 2\sqrt{2} steps from zero — you can prove it geometrically with a unit square's diagonal — but that point is invisible to Q\mathbb{Q}. The real numbers R\mathbb{R} are the smallest extension that fills every such hole.

The four laws keep working

The real numbers satisfy all the rules we built up for integers and rationals:

Addition: commutative, associative, identity 00, every real has an additive inverse a-a.

Multiplication: commutative, associative, identity 11, every nonzero real has a multiplicative inverse a1a^{-1}.

Distributive: a(b+c)=ab+aca(b + c) = ab + ac ties the two operations together.

A set with these properties is called a field. R\mathbb{R} is a field, so is Q\mathbb{Q}. The point of moving from Q\mathbb{Q} to R\mathbb{R} is the extra property the rationals do not have.

Irrational numbers: the new arrivals

An irrational number is a real number that is NOT a ratio of two integers. The classic example is 2\sqrt{2}. The Pythagoreans proved this by contradiction around 500 BCE: suppose 2=ab\sqrt{2} = \dfrac{a}{b} in lowest terms. Then 2b2=a22b^2 = a^2, so a2a^2 is even, so aa is even, so a=2ka = 2k. Substitute: 2b2=4k22b^2 = 4k^2, so b2=2k2b^2 = 2k^2, so bb is also even — contradicting "lowest terms." Other famous irrationals: π,e,23,log23\pi, e, \sqrt[3]{2}, \log_2 3.

Number LineInteractive figure — enable JavaScript to interact.

(On the number line, the rationals are dense — arbitrarily close to every point. Irrationals slip in between them. You cannot see the holes by eye, but they are there.)

Completeness: the property that defines R\mathbb{R}

Here is what makes R\mathbb{R} different from Q\mathbb{Q}: every nonempty set of real numbers that is bounded above has a least upper bound (a supremum) in R\mathbb{R}. The set of rationals whose square is less than 22 is bounded above by 22 but has no least upper bound inside Q\mathbb{Q} — the least upper bound IS 2\sqrt{2}, which is missing. In R\mathbb{R}, the least upper bound always exists.

The completeness property is what makes calculus possible. Without it, you cannot prove that a continuous function on a closed interval attains its maximum, that limits of bounded monotone sequences exist, or that the intermediate value theorem holds.

Try it

  • Show that 3\sqrt{3} is irrational using the same parity-style argument as for 2\sqrt{2}. (Hint: assume 3=a/b\sqrt{3} = a/b in lowest terms and derive 3a3 \mid a and 3b3 \mid b.)
  • Compute 28\sqrt{2} \cdot \sqrt{8}. The result is rational — surprising! What does this tell you about "closure" of the irrationals under multiplication?
  • Find a rational number strictly between 13\dfrac{1}{3} and 12\dfrac{1}{2}. (Hint: take the average.)
  • Is π+(π)\pi + (-\pi) rational or irrational? Why does that not contradict "rational + irrational = irrational"?

A trap to watch for

Beginners often write a+b=a+b\sqrt{a + b} = \sqrt{a} + \sqrt{b}. That is false. Try a=9,b=16a = 9, b = 16: the left side is 25=5\sqrt{25} = 5, the right side is 3+4=73 + 4 = 7. Square roots distribute over multiplication, not addition: ab=ab\sqrt{ab} = \sqrt{a} \cdot \sqrt{b} for a,b0a, b \geq 0, but never a+b\sqrt{a + b}. The fix: any time you write a radical, ask "am I splitting across a product or a sum?" If a sum, you cannot split.

What you now know

You can recognise the field axioms in action on R\mathbb{R}, prove specific square roots irrational, and articulate why completeness is the property that makes the reals the "right" setting for analysis. The next section adds the ingredient that makes algebra geometric: positivity, the order relation that turns R\mathbb{R} into an ordered field.

Quick check

References

  • Lang, S. (1971). Basic Mathematics. Springer. Chapter 3, §1 — the field axioms for R\mathbb{R}.
  • Spivak, M. (2008). Calculus, 4th ed. Publish or Perish. Chapter 1 — the field, order, and completeness axioms as the entire foundation of analysis.
  • Rudin, W. (1976). Principles of Mathematical Analysis, 3rd ed. McGraw-Hill. Chapter 1 — R\mathbb{R} as the unique complete ordered field, constructed from Q\mathbb{Q} via Dedekind cuts.

This page is prerendered for SEO and accessibility. The interactive widgets above hydrate on JavaScript load.