try ai
Popular Science
Edit
Share
Feedback
  • Supremum and Infimum

Supremum and Infimum

SciencePediaSciencePedia
Key Takeaways
  • The supremum is the least upper bound of a set and the infimum is its greatest lower bound, representing the "tightest" possible boundaries which may or may not belong to the set.
  • The Completeness Axiom, which guarantees the existence of a supremum for any non-empty, bounded set of real numbers, is the defining property that distinguishes the continuous real number line from the "holey" rational numbers.
  • Supremum and infimum are foundational to calculus, underpinning the concepts of sequence limits and the definition of the Riemann-Darboux integral.
  • The abstract idea of supremum and infimum extends beyond real numbers, appearing as the least common multiple (LCM) and greatest common divisor (GCD) in number theory, and defining physical limits in geometry and quantum mechanics.

Introduction

In mathematics, we often need to describe the boundaries of a collection of numbers. While finding the largest or smallest number in a finite set is simple, what about an infinite set of numbers, like all values between 0 and 1, not including the endpoints? How do we precisely name those "boundary points" that the set approaches but never reaches? This question reveals a crucial subtlety in our number system and highlights the need for a more powerful concept than simple maximums and minimums. The formal tools developed to solve this problem are the ​​supremum​​ and ​​infimum​​, which represent the tightest possible "fences" one can place around a set.

This article will guide you through these fundamental concepts of mathematical analysis. The first chapter, "Principles and Mechanisms," will build your intuition, moving from simple examples to the formal definitions of supremum (least upper bound) and infimum (greatest lower bound), and revealing their connection to the very structure of the real numbers through the Completeness Axiom. Following this, the chapter on "Applications and Interdisciplinary Connections" will demonstrate how these seemingly abstract ideas are indispensable tools across geometry, calculus, number theory, and even modern physics, allowing us to describe everything from the shape of an object to the limits of quantum reality. We begin by exploring the core principles that make these concepts so powerful.

Principles and Mechanisms

Imagine you are standing on an infinitely long line, the number line. Someone has scattered a collection of pebbles on it. Your task is to build two fences to corral them: one to the right of all the pebbles and one to the left. You could place a fence very far to the right, say at position 1,000,000, and another very far to the left, at -1,000,000. If your pebbles are, say, the numbers 1, 2, and 3, these fences certainly do the job. They are ​​upper and lower bounds​​, respectively. But are they the best fences? Can you do better?

You would naturally slide the right fence inwards until it just touches the rightmost pebble, and the left fence inwards until it touches the leftmost pebble. For the set {1,2,3}\{1, 2, 3\}{1,2,3}, your best fences would be at 3 and 1. This intuitive act of finding the "tightest" possible bounds is the very essence of what mathematicians call the ​​supremum​​ and ​​infimum​​.

The Best of All Bounds: Supremum and Infimum

Let's make our game a little more precise. For any set of real numbers SSS, a number uuu is an ​​upper bound​​ if every element in SSS is less than or equal to uuu. Similarly, a number lll is a ​​lower bound​​ if every element in SSS is greater than or equal to lll.

A set can have infinitely many upper and lower bounds. For our set S={1,2,3}S = \{1, 2, 3\}S={1,2,3}, the numbers 3,4,10,π3, 4, 10, \pi3,4,10,π are all upper bounds. The numbers 1,0,−5.71, 0, -5.71,0,−5.7 are all lower bounds. Out of all the possible upper bounds, there is one that is the smallest of them all. This is the ​​least upper bound​​, or the ​​supremum​​, denoted sup⁡(S)\sup(S)sup(S). Out of all the lower bounds, there is one that is the largest. This is the ​​greatest lower bound​​, or the ​​infimum​​, denoted inf⁡(S)\inf(S)inf(S).

For our simple set {1,2,3}\{1, 2, 3\}{1,2,3}, the set of all upper bounds is [3,∞)[3, \infty)[3,∞) and its smallest element is 3. The set of all lower bounds is (−∞,1](-\infty, 1](−∞,1] and its largest element is 1. So, sup⁡(S)=3\sup(S) = 3sup(S)=3 and inf⁡(S)=1\inf(S) = 1inf(S)=1.

But what happens if the set of pebbles isn't so simple? What if it's infinite? What if the pebbles get closer and closer to a point without ever landing on it? This is where the concepts of supremum and infimum truly show their power and reveal something profound about the very fabric of the real numbers.

A Gallery of Sets: Where Do Sup and Inf Reside?

Let's explore a small zoo of number sets to see how supremum and infimum behave.

  • ​​The Familiar Case: Finite Sets​​

    For any non-empty, finite collection of numbers, the situation is as straightforward as it gets. The supremum is simply the largest number in the set (the ​​maximum​​), and the infimum is the smallest (the ​​minimum​​). For instance, in a thought experiment involving a sequence an=10+(−1)nna_n = 10 + (-1)^n nan​=10+(−1)nn, if we consider the set of the first 20 terms, we get a jumble of numbers. By separating them into even and odd terms, we can find the largest value is a20=30a_{20} = 30a20​=30 and the smallest value is a19=−9a_{19} = -9a19​=−9. Thus, the supremum is 30 and the infimum is -9. In this cozy world, the sup and inf are always members of the set itself.

  • ​​The Edge of the Void: Open Intervals​​

    Now consider the set SSS of all real numbers xxx such that x2+2x−80x^2 + 2x - 8 0x2+2x−80. A little algebra shows this is the interval (−4,2)(-4, 2)(−4,2): all numbers strictly between −4-4−4 and 222. The number 222 is an upper bound. Can we find a smaller one? No. Any number you pick that is less than 2, say 1.9991.9991.999, is not an upper bound because there are numbers in the set (like 1.99991.99991.9999) that are larger. So, the least upper bound, the supremum, must be 222. By the same logic, the infimum is −4-4−4.

    But notice something crucial: neither 222 nor −4-4−4 is actually in the set SSS! The set has no maximum and no minimum. This is our first major clue: the supremum and infimum of a set are not necessarily elements of the set. They are the ultimate "boundary points," whether or not those points are included.

  • ​​The Endless Approach: Converging Sequences​​

    Let's look at the set S={(−1)n+1n∣n∈N}S = \{ (-1)^n + \frac{1}{n} \mid n \in \mathbb{N} \}S={(−1)n+n1​∣n∈N} where N={1,2,3,… }\mathbb{N}=\{1, 2, 3, \dots\}N={1,2,3,…}. The first few terms are 0,32,−23,54,−45,…0, \frac{3}{2}, -\frac{2}{3}, \frac{5}{4}, -\frac{4}{5}, \dots0,23​,−32​,45​,−54​,…. The values for even nnn get closer and closer to 1 from above, while the values for odd nnn get closer and closer to -1 from above. The largest value is 32\frac{3}{2}23​ (for n=2n=2n=2), so sup⁡(S)=32\sup(S) = \frac{3}{2}sup(S)=23​, and it belongs to the set. What about the infimum? The odd-indexed terms −1+1,−1+13,−1+15,…-1+1, -1+\frac{1}{3}, -1+\frac{1}{5}, \dots−1+1,−1+31​,−1+51​,… approach −1-1−1. Any number greater than −1-1−1, say −1+ϵ-1+\epsilon−1+ϵ, cannot be a lower bound, because we can always find a sufficiently large odd number nnn such that −1+1n-1+\frac{1}{n}−1+n1​ is smaller than −1+ϵ-1+\epsilon−1+ϵ. So, the greatest lower bound must be exactly −1-1−1. Yet, no term in the sequence ever equals −1-1−1. The infimum is the limit, the point our pebbles are striving for but never reach. This is a common and beautiful phenomenon in mathematics.

The Completeness of Reality: Filling the Gaps

This brings us to the most profound question of all. We've seen that bounded sets always seem to have a supremum and an infimum. But is this always guaranteed? What if we were living in a "holey" number system?

Imagine a universe where only ​​rational numbers​​ (fractions) exist. Let's define a set AAA of all rational numbers qqq that satisfy q22q^2 2q22. This is the set of all rational numbers between −2-\sqrt{2}−2​ and 2\sqrt{2}2​. What is the supremum of this set? The upper bound is 2\sqrt{2}2​. We can find rational numbers that get arbitrarily close to 2\sqrt{2}2​ (like 1.4, 1.41, 1.414,...). So the least upper bound should be 2\sqrt{2}2​. But wait! In our rational-only universe, the number 2\sqrt{2}2​ does not exist. It's a hole in our number line. We have a set of numbers that is bounded above, but it has no least upper bound within that universe.

This is the fundamental difference between the rational numbers (Q\mathbb{Q}Q) and the real numbers (R\mathbb{R}R). The real numbers are, in a sense, defined to fill in these gaps. The ​​Completeness Axiom​​, the defining property of the real numbers, states that every non-empty set of real numbers that has an upper bound also has a supremum that is a real number. This is not a theorem to be proven from simpler ideas; it is the very foundation upon which modern analysis is built. It ensures the real number line is a true continuum, with no missing points. It guarantees that no matter how strangely you scatter your pebbles, as long as they are bounded, there will always be a tightest fence, a supremum and an infimum.

Guarantees and Singularities

The completeness axiom has some wonderful consequences.

  • ​​The Singleton Set:​​ What if, for some non-empty bounded set SSS, we find that its supremum and infimum are the same value, say sup⁡(S)=inf⁡(S)=c\sup(S) = \inf(S) = csup(S)=inf(S)=c? For any element xxx in SSS, we must have inf⁡(S)≤x≤sup⁡(S)\inf(S) \le x \le \sup(S)inf(S)≤x≤sup(S). This means c≤x≤cc \le x \le cc≤x≤c, which forces x=cx=cx=c. Since this is true for every element in SSS, the set can only contain that one number. So, S={c}S = \{c\}S={c}. This is a beautifully crisp result that follows directly from the definitions.

  • ​​The Compactness Guarantee:​​ Sometimes, we want to know for sure if a set contains its supremum and infimum. It turns out that if a set is both ​​bounded​​ (it doesn't go off to infinity) and ​​closed​​ (it contains all its limit points, like the endpoints of a closed interval [a,b][a,b][a,b]), then it is called ​​compact​​. A fundamental theorem of real analysis (the Heine-Borel Theorem) tells us that every non-empty compact set in R\mathbb{R}R contains its supremum and infimum. This is why the Extreme Value Theorem in calculus works: a continuous function on a closed, bounded interval (a compact set) is guaranteed to attain its maximum and minimum values.

To Infinity and Beyond!

What if a set of pebbles is not bounded? Consider the set of all rational numbers, Q\mathbb{Q}Q. You can't put a fence to the right of all of them, because for any number MMM you pick, I can always find a rational number larger than it. The set is unbounded above. To handle this, we invent two new points, ​​infinity (+∞+\infty+∞)​​ and ​​negative infinity (−∞-\infty−∞)​​, and add them to our number line to form the ​​extended real numbers​​. For an unbounded set like Q\mathbb{Q}Q, we define its supremum to be +∞+\infty+∞ and its infimum to be −∞-\infty−∞.

As a final, beautiful example, consider the set S={sin⁡(n)+cos⁡(n)∣n∈N}S = \{\sin(n) + \cos(n) \mid n \in \mathbb{N}\}S={sin(n)+cos(n)∣n∈N}. Using a trigonometric identity, we can write this as 2sin⁡(n+π/4)\sqrt{2}\sin(n+\pi/4)2​sin(n+π/4). Since the sine function is always between -1 and 1, all elements of SSS are trapped between −2-\sqrt{2}−2​ and 2\sqrt{2}2​. These are our candidate supremum and infimum. But can we ever reach them? Reaching 2\sqrt{2}2​ would require sin⁡(n+π/4)=1\sin(n+\pi/4)=1sin(n+π/4)=1, which means n=2kπ+π/4n = 2k\pi + \pi/4n=2kπ+π/4 for some integer kkk. But since π\piπ is irrational, this equation has no integer solution for nnn. The maximum value is never reached!

However, a deep result in number theory tells us that the values of nnn (in radians), when wrapped around a circle of circumference 2π2\pi2π, form a dense set. This means we can find integers nnn that make n+π/4n+\pi/4n+π/4 arbitrarily close to the angle for a maximum (π/2\pi/2π/2) or a minimum (3π/23\pi/23π/2). Consequently, the values of 2sin⁡(n+π/4)\sqrt{2}\sin(n+\pi/4)2​sin(n+π/4) get arbitrarily close to 2\sqrt{2}2​ and −2-\sqrt{2}−2​. Therefore, sup⁡(S)=2\sup(S) = \sqrt{2}sup(S)=2​ and inf⁡(S)=−2\inf(S) = -\sqrt{2}inf(S)=−2​.

From simple fences to the completeness of the real numbers and the subtle dance of integers and transcendental functions, the concepts of supremum and infimum are not just abstract definitions. They are fundamental tools that allow us to talk with precision about boundaries, limits, and the very structure of the continuum on which so much of science and mathematics is built.

Applications and Interdisciplinary Connections

Now that we’ve taken the time to carefully define our tools, the supremum and a infimum, you might be wondering, "What are they good for?" It’s a fair question. Are they just esoteric concepts for mathematicians to ponder in ivory towers? Not at all! In science, we are constantly trying to pin down the behavior of things—to find their limits, their ranges, their extremes. The supremum and infimum are the precision instruments for this job. They are not just definitions; they are the language we use to describe the boundaries of our world, from the shape of a physical object to the strange rules of the quantum realm. Let’s go on a journey and see where these ideas pop up.

The Geometry of Bounds: Shaping Our Space

Perhaps the most intuitive place to start is with geometry. The idea of a "bound" is, at its heart, a spatial one. Imagine you have a set of points on a line. Where can they be? An algebraic rule, like the one in problem, can act as a kind of mathematical fence, corralling the points into a specific region. In that problem, the condition ∣x−2∣+∣x+2∣≤6|x-2| + |x+2| \le 6∣x−2∣+∣x+2∣≤6 precisely defines the interval [−3,3][-3, 3][−3,3]. The infimum, −3-3−3, and the supremum, 333, are the fence posts. They are the sharpest possible boundaries for that set of points.

This isn't limited to a one-dimensional line. Consider a physical object, like a hemispherical shell sitting on a table. If we ask, "What are all the possible heights (zzz-coordinates) of points on this shell?", we are asking for the range of a spatial property. The lowest possible point is on the "equator" of the hemisphere, at height z=0z=0z=0. The highest point is the "north pole," at height z=Rz=Rz=R. The set of all possible heights is the interval [0,R][0, R][0,R]. Here, the infimum is 000 and the supremum is RRR. They are simply the floor and the ceiling of the world our object inhabits.

We can take this idea a step further and apply it not just to a set of points, but to the values a function can take over a region. Imagine a function f(x,y)f(x,y)f(x,y) as a landscape of hills and valleys over a map. A natural question to ask is, "What is the total change in elevation across this whole landscape?" This is called the "oscillation" of the function, and it's defined simply as sup⁡(f)−inf⁡(f)\sup(f) - \inf(f)sup(f)−inf(f). For a simple tilted plane like f(x,y)=x−yf(x,y) = x-yf(x,y)=x−y over a square domain, we can find the highest point (the supremum) and the lowest point (the infimum) to determine its total vertical span. This single number, the oscillation, gives us a coarse but powerful measure of how much the function varies.

The Heartbeat of Calculus: Change and Accumulation

So far, we have looked at static pictures. But science is obsessed with change: how things move, grow, and accumulate. This is the world of calculus, and it turns out that supremum and infimum are part of its very DNA.

Consider an infinite sequence of numbers, like the terms generated by f(n)=4n−1n+2f(n) = \frac{4n-1}{n+2}f(n)=n+24n−1​ for n=0,1,2,…n=0, 1, 2, \dotsn=0,1,2,…. If the sequence is always increasing but we know it's bounded above, it must be "aiming" for some specific value. It might never quite get there, but it gets arbitrarily close. This "destination" is none other than the supremum of the set of all its values. The infimum, in this case, is simply the starting value of the sequence. This connection between the supremum of a monotonic sequence and its limit is a cornerstone of analysis, providing the theoretical guarantee that such limits exist. It beautifully illustrates the distinction between a supremum (the limit, which may not be in the set) and a maximum (which must be).

This idea of "trapping" a value between bounds is also the fundamental principle behind integration. How do we find the area under a curvy, complicated function? The strategy of Riemann (and Darboux) was to slice the area into thin vertical strips. For each strip, we can draw a rectangle that sits entirely underneath the curve and one that entirely covers it. The height of the "inner" rectangle is the infimum of the function in that slice, and the height of the "outer" rectangle is the supremum.

By adding up the areas of all the inner rectangles, we get a lower bound for the total area. By adding up the outer ones, we get an upper bound. The "true" area is trapped between these two sums. If, by slicing ever more finely, we can make the lower and upper bounds squeeze together to a single value, we say the function is integrable. To even begin this process, we must be able to find the supremum and infimum on each and every slice, even for wild functions like f(x)=sin⁡(π/x)f(x) = \sin(\pi/x)f(x)=sin(π/x).

A Deeper Unity: Order, Structure, and Abstraction

Now for a surprise. You might think that supremum and infimum are concepts tied only to the real numbers, ordered by "less than or greater than." But the idea is much more profound and general. It's about order.

Let's step into the world of number theory. Consider the set of all positive integers that divide the number 360. We can create a new kind of order: instead of saying "a is less than b," we'll say "aaa divides bbb." This creates a structured hierarchy, a kind of family tree of divisors. Now, what would a "least upper bound" and a "greatest lower bound" mean in this world? Let's take a set of numbers, say {12,30,45}\{12, 30, 45\}{12,30,45}. The "upper bounds" are all the numbers in our set of divisors that are divisible by 12, 30, and 45. The least of these is the least common multiple, lcm⁡(12,30,45)=180\operatorname{lcm}(12, 30, 45) = 180lcm(12,30,45)=180. That's our supremum! The "lower bounds" are all the numbers that divide 12, 30, and 45. The greatest of these is the greatest common divisor, gcd⁡(12,30,45)=3\operatorname{gcd}(12, 30, 45) = 3gcd(12,30,45)=3. That's our infimum! Isn't that remarkable? The abstract concepts of supremum and infimum, when applied to a different ordering rule, reveal themselves to be the familiar GCD and LCM. This shows the unifying power of mathematical ideas. The concepts are not about numbers themselves, but about the structure of the system they are in.

This abstract power allows us to define novel properties of complex objects. We could, for instance, analyze geometric shapes not just by their size, but by the ratio of their "total length" to their "span" (the distance between their infimum and supremum), giving us a new tool to classify and study sets.

At the Frontiers of Science: From Harmonic Fields to Quantum Reality

The journey doesn't stop here. These concepts are not relics; they are workhorses at the very forefront of modern physics and mathematics.

In many areas of physics, from gravity to electromagnetism, we encounter special functions called harmonic functions. They satisfy Laplace's equation and exhibit a wonderful property known as the Mean Value Property: the value of the function at the center of a sphere is the average of its values over the surface of the sphere. This implies the Maximum Principle: the function can't have a local maximum or minimum in the interior of its domain; its extreme values (its sup and inf, if attained) must lie on the boundary. This has direct physical consequences. For example, the temperature in a room with no heaters or coolers will always have its hottest and coldest spots on the walls, floor, or ceiling. We see this play out even on infinite domains, where a function might approach its supremum "at infinity" but never actually reach it.

Now, what if the universe played by different rules? In recent decades, mathematicians have been studying so-called infinity-harmonic functions, which solve a different, more complex equation called the infinity-Laplacian. Incredibly, these functions obey a bizarrely different mean-value property. The value at the center of a sphere is not the average of all the boundary values, but simply the average of the two most extreme values: the supremum and the infimum on the boundary. It’s as if the point in the center only cares about the absolute highest and lowest possibilities on its horizon.

Finally, we arrive at the strangest place of all: quantum mechanics. In the quantum world, physical properties like momentum or energy are represented by mathematical objects called operators. The possible values you can get when you measure a property are given by the "spectrum" of its operator. For a particle moving in one dimension, the spectrum of its momentum operator is the entire real line. But what if we measure a more complicated property, like the cosine of its momentum, represented by the operator C=cos⁡(αP)C = \cos(\alpha P)C=cos(αP)?

Functional analysis provides a powerful result called the spectral mapping theorem, which tells us that the spectrum of f(P)f(P)f(P) is the set of values f(x)f(x)f(x) takes as xxx ranges over the spectrum of PPP. For our operator CCC, the spectrum is the set of values of cos⁡(αx)\cos(\alpha x)cos(αx) as xxx ranges over all real numbers. As we know, the cosine function oscillates forever between −1-1−1 and 111. Therefore, the spectrum of our operator is the interval [−1,1][-1, 1][−1,1]. The infimum of the spectrum is −1-1−1 and the supremum is 111. This is not just a mathematical curiosity. It means that if you were to build a device to measure this quantum property, the readings on your dial would always be between -1 and 1, no matter what. The infimum and supremum, ideas born from the study of the number line, directly predict the absolute physical limits of reality in a quantum system.

From a fence post to a fundamental limit of the cosmos, the journey of the supremum and infimum reveals the deep and often surprising unity of scientific thought. They are essential tools for anyone who wants to speak with precision about the boundaries of our knowledge and our world.