Foundations and the Real Number System/Absolute Value, Bounded Sets, and Inequalities

Lesson 1.3959 words

Absolute Value, Bounded Sets, and Inequalities

The absolute value turns the order on ℝ into a notion of distance, with the triangle inequality as the estimate underlying most later proofs. Covered: its algebra, the triangle and reverse-triangle inequalities, and the extension of the sup/inf vocabulary from sets to bounded functions.

╌╌╌╌

The completeness axiom gives its structure, but analysis is done with a second idea layered on top: distance. The absolute value converts the order on into a measure of how far apart two numbers are, and its governing inequality, the triangle inequality, appears in essentially every estimate in the subject.

The absolute value as size

Think of as the size of with its sign discarded, and of as the distance between and on the number line. The basic algebra follows straight from the two cases.1

The fourth item is the one used most: it converts a statement about a size into a pair of ordinary inequalities, and back. In particular says exactly , i.e. lies within of . The definition of a limit is written in exactly this form.

The absolute value of a difference is the length of the segment between the two points, independent of which is larger.

Neighborhoods and the max/min identities

The interval interpretation of names a set used constantly in later lessons: the -neighborhood of , the open interval of points within of . Convergence, continuity, and limits are all phrased as for every -neighborhood of the target, eventually everything lands inside it. The non-strict version, , describes the closed interval . Reading a distance bound as membership in an interval, and back, is a move made without comment from here on.

The epsilon-neighborhood of a is the open interval of points within distance epsilon of a, spanning one radius on each side of the center.

The absolute value also gives closed-form expressions for the larger and smaller of two numbers. Adding or subtracting the gap to the average selects the maximum or the minimum:

If then , and the first formula collapses to , the second to ; the case is symmetric. These identities make and ordinary algebraic functions of and , which is why the maximum of two continuous functions is again continuous — a fact used when splitting a function into its positive and negative parts for integration.

The triangle inequality

The triangle inequality compares the size of a sum with the sum of the sizes.

The name comes from the geometry it generalizes: the straight path from to is no longer than the detour through an intermediate point. Written with distances, — the direct distance from to is at most the trip via . Two corollaries are used almost as often as the theorem.1

The reverse form bounds the size of a difference below by the difference of sizes; it is what guarantees that if and are close, then and are close, and so the absolute value is a continuous function. To prove it, apply the triangle inequality to , obtaining , then swap and to get ; together these give the reverse form. The difference form is the plain triangle inequality with replaced by .

The triangle inequality in the plane: the direct hop from the first point to the third is never longer than the two-leg route through the middle one.

A worked estimate

Bounding an expression over an interval is the routine use of these inequalities.

Analysis proofs are full of deliberately loose bounds like this, because a crude inequality that is easy to write often suffices to drive an error term to zero.

Bounded functions

The estimate above says the function stays below a fixed number on . That is boundedness.

The same polynomial is bounded on but unbounded on all of , so boundedness is a property of the function together with its domain. The sup/inf vocabulary transfers from sets to functions by applying it to the range :

A bounded function is one whose range is a bounded set, so and are finite real numbers. Geometrically the graph is trapped in a horizontal band: it never rises above the line nor drops below , and neither line can be moved toward the graph and still bound it.

A bounded function lives inside a horizontal band; the supremum and infimum lines are the tightest such bounds, each touched or approached by the graph.

Comparing two functions pointwise passes to their suprema, but only in one direction.

The variables on the two sides are independent (the in and the one in range separately), so the conclusion reads . A common error is to strengthen the conclusion to . That is false under the pointwise hypothesis ; it holds only under the stronger, separated hypothesis for all pairs , the same distinction between pointwise and uniform comparison seen in the separated-sets proposition.

HypothesisValid conclusion
for each (pointwise) and
for all pairs (separated)

The difference is genuine: take any nonconstant bounded function. Pointwise holds with equality, and , but , so the separated conclusion fails. Keeping the two hypotheses apart prevents a class of mistakes that recurs whenever suprema are compared.

The triangle inequality chains these distance statements: if is near and is near , then is near , with the errors adding. Every convergence proof in the sequences chapter rests on this.

Footnotes

  1. Lebl, Basic Analysis I, §1.3 — Absolute value and bounded functions: the definition and algebraic properties of the absolute value, the triangle inequality with its reverse and difference forms, worked bounding estimates, and the extension of supremum and infimum to bounded functions with the pointwise-comparison proposition. 2

╌╌ END ╌╌