Skip to main content

Understanding Unbounded Sets and the Point at Infinity

Introduction

When we talk about "unbounded sets" in mathematics, we often describe them as sets that extend infinitely far in at least one direction. But what does that really mean? In this blog post, we'll explore a fundamental result: a set is unbounded if and only if every neighborhood of the "point at infinity" contains at least one point from that set.

By the end of this post, you'll understand:

  1. What it means for a set to be bounded or unbounded.
  2. The concept of compact sets and neighborhoods of the point at infinity.
  3. A rigorous proof of our main result with intuitive explanations.

This discussion assumes a basic understanding of set notation, limits, and real numbers. No knowledge of complex analysis is required!


What Does It Mean for a Set to Be Bounded?

A set SS in Rn\mathbb{R}^n (such as the number line R\mathbb{R} or the plane R2\mathbb{R}^2) is bounded if there exists a real number M>0M > 0 such that every point xx in SS satisfies:

x<M\|x\| < M

where x\|x\| represents the Euclidean distance from the origin.

Example: The set S={xR10x10}S = \{ x \in \mathbb{R} \mid -10 \leq x \leq 10 \} is bounded because we can choose M=11M = 11, and every point in SS has a distance from the origin less than 11.

In contrast, an unbounded set has points that extend arbitrarily far from the origin.

Example: The set S={xRx>0}S = \{ x \in \mathbb{R} \mid x > 0 \} is unbounded because for any large number MM, we can always find a point in SS greater than MM.


What Is the Point at Infinity?

Mathematicians often study infinity using one-point compactification, where we add a special "point at infinity" to Rn\mathbb{R}^n.

A neighborhood of the point at infinity is any set of the form:

RnK\mathbb{R}^n \setminus K

where KK is a compact set.

A set KK is compact if it is both:

  • Closed: It contains all its limit points.
  • Bounded: There exists M>0M > 0 such that KK fits inside a ball of radius MM.

Example of a Compact Set: The closed interval [0,1][0,1] in R\mathbb{R} is compact because it is bounded (fits inside [2,2][-2,2], for instance) and closed (contains its endpoints).

Example of a Neighborhood of Infinity: The set R[10,10]=(,10)(10,)\mathbb{R} \setminus [-10,10] = (-\infty, -10) \cup (10, \infty) is a neighborhood of the point at infinity because it is the complement of a compact set.


The Main Theorem and Its Proof

We now prove the statement:

Theorem: A set SRnS \subset \mathbb{R}^n is unbounded if and only if every neighborhood of the point at infinity contains at least one point from SS.

Proof (Forward Direction)

Step 1: Suppose SS is unbounded. This means that for every M>0M > 0, there exists a point xSx \in S such that x>M\|x\| > M.

Step 2: Consider any neighborhood of infinity, which is of the form RnK\mathbb{R}^n \setminus K for some compact set KK.

Step 3: Since KK is compact, it is bounded, meaning there exists some large M>0M > 0 such that KK is contained within the ball B(0,M)B(0,M).

Step 4: Because SS is unbounded, there exists a point in SS outside B(0,M)B(0,M), meaning S(RnK)S \cap (\mathbb{R}^n \setminus K) \neq \emptyset.

Step 5: This means that every neighborhood of infinity contains at least one point of SS, as required.

Proof (Reverse Direction)

Step 1: Assume that every neighborhood of infinity contains at least one point from SS.

Step 2: Suppose for contradiction that SS is bounded. Then SS is contained in some compact set KK, meaning SKS \subset K.

Step 3: Consider the neighborhood of infinity given by RnK\mathbb{R}^n \setminus K. Since SS is inside KK, we have S(RnK)=S \cap (\mathbb{R}^n \setminus K) = \emptyset, contradicting our assumption that every neighborhood of infinity contains a point from SS.

Step 4: Thus, SS must be unbounded.


Conclusion

This theorem provides a powerful characterization of unbounded sets in terms of their behavior near infinity. In simpler terms, a set is unbounded precisely when, no matter how far you look, it still has points beyond that distance.

Understanding the point at infinity and neighborhoods of infinity allows mathematicians to work with infinity in a rigorous way, bridging the gap between finite and infinite structures.

Further Reading:

  • Introduction to Topology by Munkres
  • Principles of Mathematical Analysis by Rudin

If you enjoyed this post and have questions, leave a comment below!

Comments

Popular posts from this blog

What is Mathematical Fluency?

What does it really mean for students to be mathematically fluent? If you’ve been in any math PD over the past few years, you’ve likely heard the phrase everywhere. We talk about fluency as something students should develop, strengthen, and demonstrate, but it can still feel abstract when we try to describe it in observable, classroom-ready terms. This post breaks down mathematical fluency into the two simplest frames we can use as teachers: what it looks like and what it sounds like . These descriptions can guide instruction, assessment, student goal-setting, and even walkthrough conversations with colleagues or administrators. What Mathematical Fluency Looks Like In a classroom where students are developing mathematical fluency, you see students making choices about strategies rather than following steps robotically. They use representations—number lines, diagrams, tables, graphs, manipulatives, symbolic expressions—and switch between them to make sense of a problem. They move ...

The Tribe of Math Mentors: 11 Questions Every Educator Should Answer

It is easy to get caught up in the vague, existential questions of education: How do I become a better teacher? How do I make math engaging? How do I survive the burnout? But as author Tim Ferriss noted when writing his book Tribe of Mentors, "Life punishes the vague wish and rewards the specific ask." When Ferriss set out to deconstruct the habits of world-class performers, he didn’t ask them broad questions about "the secret to success." He engineered 11 highly specific questions designed to bypass rehearsed answers and force his subjects to share actionable, vulnerable, and unconventional insights. Recently, I started thinking about how perfectly this methodology translates to our world. What if we asked these exact types of questions to master math teachers? What if we used them to guide the next generation of educators? Here is my best thinking of what Ferriss’s Tribe of Mentors questionnaire looks like when translated into the context of the mathematics classr...

Beyond Taylor Series: The Magic and History of Padé Approximations

If you have ever taken a calculus class, you probably remember the Taylor series. It is the mathematical magic trick that lets you turn complicated functions—like sines, cosines, and exponentials—into simple, infinitely long polynomials. For centuries, it has been a cornerstone of numerical mathematics. But the Taylor series has a dark secret: it frequently breaks. If a function has a vertical asymptote (a pole) or if you move too far from your starting point, the Taylor series spirals out of control into infinity. It is strictly bounded by what mathematicians call a "radius of convergence." Enter the Padé approximation . Instead of using a single polynomial to estimate a function, a Padé approximant uses a fraction (a ratio of two polynomials). This simple structural change unlocks a profound level of mathematical power, allowing us to see past the limits of Taylor series and model complex, chaotic systems in modern physics and engineering. A Brief History: From Franc...