Real Numbers: Positivity

Chapter 4: The Real Number Line

Learning objectives

  • Understand the ordering of real numbers
  • Apply properties of positive numbers
  • Work with inequalities involving real numbers

Numbers do not just sit in a set — they sit on a line. Order is the property of R\mathbb{R} that makes a number bigger or smaller than another. The whole theory of inequalities, calculus limits, and convergence rests on this single idea, and remarkably, the entire order relation can be built from one tiny piece of data: a designated set of "positive" numbers.

The positivity axioms

The real numbers contain a special subset PP — the positive reals — with three properties:

Trichotomy. For every aRa \in \mathbb{R}, exactly one of the following holds: aPa \in P (positive), aP-a \in P (negative), or a=0a = 0.

Closure under addition. If a,bPa, b \in P, then a+bPa + b \in P.

Closure under multiplication. If a,bPa, b \in P, then abPab \in P.

Everything else — a>ba > b, a<ba < b, a20a^2 \geq 0, the triangle inequality — is derived from these three.

Defining order from positivity

We write a>ba > b to mean abPa - b \in P. In words: aa is greater than bb exactly when their difference is positive. Similarly a<ba < b means baPb - a \in P.

This definition has a useful consequence: order behaves predictably under arithmetic. If a<ba < b and cPc \in P, then ac<bcac < bc (multiplying both sides by a positive preserves the inequality). If a<ba < b and cc is negative, then ac>bcac > bc (multiplying by a negative flips the inequality — this is the sign-flip rule we will use constantly in §3.4).

Number LineInteractive figure — enable JavaScript to interact.

(The number line is the geometric picture of order: "right of" means "greater than." Drag the markers and watch the relation a>ba > b flip when one crosses the other.)

Squares are non-negative — the most-used fact

For every real aa, a20a^2 \geq 0, with equality only when a=0a = 0. The proof is a one-line trichotomy argument:

If a>0a > 0, then aPa \in P, so aa=a2Pa \cdot a = a^2 \in P by closure under multiplication.

If a<0a < 0, then aP-a \in P, so (a)(a)=a2P(-a)(-a) = a^2 \in P.

If a=0a = 0, then a2=0a^2 = 0.

In every case a20a^2 \geq 0. This humble fact is the seed of the arithmetic-geometric mean inequality, the Cauchy-Schwarz inequality, and most of the optimisation arguments you will meet in calculus.

Try it

  • Use the positivity axioms to prove: if 0<a<b0 < a < b, then a2<b2a^2 < b^2. (Hint: factor b2a2b^2 - a^2.)
  • Show that if a>b>0a > b > 0, then 1a<1b\dfrac{1}{a} < \dfrac{1}{b}. Where exactly do you use closure under multiplication?
  • Prove the AM-GM inequality: for a,b>0a, b > 0, a+b2ab\dfrac{a + b}{2} \geq \sqrt{ab}. (Hint: start from (ab)20(\sqrt{a} - \sqrt{b})^2 \geq 0.)
  • If x2=9x^2 = 9, does it follow that x=3x = 3? Why or why not?

Pause: which of the three positivity axioms is being used when you multiply both sides of an inequality by a positive number? Which is used when you cancel a positive factor from both sides?

A trap to watch for

The classic sign mistake: students square both sides of an inequality to remove a square root, forgetting that squaring is not monotonic. Try 3<2-3 < 2: square both sides and you get 9<49 < 4, which is false. The rule "a<ba2<b2a < b \Rightarrow a^2 < b^2" only works when BOTH sides are non-negative. The fix: before squaring an inequality, check that both sides have known sign. If either could be negative, split into cases.

What you now know

You can derive the entire order relation from three positivity axioms, and you understand exactly when multiplying or squaring preserves or flips an inequality. The next two sections push these ideas: powers and roots use the order structure to define an\sqrt[n]{a} uniquely, and inequalities become a discipline of their own.

Quick check

References

  • Lang, S. (1971). Basic Mathematics. Springer. Chapter 3, §2 — the positivity axioms and their consequences.
  • Spivak, M. (2008). Calculus, 4th ed. Publish or Perish. Chapter 1 — the order axioms presented alongside the field axioms.
  • Hardy, G. H., Littlewood, J. E., and Pólya, G. (1934). Inequalities. Cambridge. The canonical reference for the AM-GM and related inequalities derived from positivity.

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