Interior Points: Finding the Heart of a Set

 When I teach topology of real numbers to my B.Sc. 2nd year students, one concept that always generates interesting discussions is interior points. Students initially think it's obvious – "points inside a set" – but the precise definition reveals beautiful subtleties!

What is an Interior Point?

A point x is an interior point of set A if there exists an ε > 0 such that the entire interval (x − ε, x + ε) ⊆ A.

In simple terms: x is interior to A if you can move a little bit in any direction from x and still stay inside A.

Think: "x has breathing room inside A"

The Interior of a Set

The interior of set A, denoted Int(A) or A°, is the set of ALL interior points of A.

Int(A) = {x ∈ A | x is an interior point of A}

Key fact: Int(A) is always an open set!

Understanding Through Examples

Example 1: The Closed Interval [0, 1]

Which points are interior to [0, 1]?

Consider x = 0.5:

  • Take ε = 0.2
  • Then (0.3, 0.7) ⊆ [0, 1] ✓
  • So 0.5 is an interior point

Consider x = 0:

  • For ANY ε > 0, the interval (−ε, ε) contains negative numbers
  • But [0, 1] has no negative numbers
  • So (−ε, ε) ⊈ [0, 1] ✗
  • Therefore 0 is NOT an interior point

Consider x = 1:

  • For ANY ε > 0, the interval (1 − ε, 1 + ε) contains numbers > 1
  • So 1 is NOT an interior point

Conclusion: Int([0, 1]) = (0, 1)

The endpoints are NOT interior points!

Example 2: The Open Interval (0, 1)

Is every point in (0, 1) an interior point?

Pick any x ∈ (0, 1):

  • Let d₁ = distance to 0 = x
  • Let d₂ = distance to 1 = 1 − x
  • Take ε = min(d₁, d₂)/2

Then (x − ε, x + ε) ⊆ (0, 1) ✓

Conclusion: Int((0, 1)) = (0, 1)

Every point is interior! This is why (0, 1) is called an "open" set.

Example 3: The Half-Open Interval [0, 1)

  • 0 is NOT interior (no left breathing room)
  • Points in (0, 1) ARE interior
  • 1 is not even in the set

Conclusion: Int([0, 1)) = (0, 1)

Example 4: A Single Point {5}

Is 5 an interior point of {5}?

For any ε > 0, (5 − ε, 5 + ε) contains points other than 5. So (5 − ε, 5 + ε) ⊈ {5} ✗

Conclusion: Int({5}) = ∅

Single points have no interior!

Example 5: The Set of Integers ℤ

Consider any integer n ∈ ℤ. For any ε > 0, the interval (n − ε, n + ε) contains non-integers. So no integer is an interior point.

Conclusion: Int(ℤ) = ∅

Example 6: The Rationals ℚ

Consider any rational number r ∈ ℚ. For any ε > 0, the interval (r − ε, r + ε) contains irrational numbers. So (r − ε, r + ε) ⊈ ℚ

Conclusion: Int(ℚ) = ∅ (in ℝ)

Even though ℚ is dense in ℝ, it has no interior points!

Key Properties of Interior

Property 1: Int(A) ⊆ A (interior is always a subset)

Property 2: Int(A) is the largest open set contained in A

Property 3: Int(A) is open (always!)

Property 4: A is open if and only if A = Int(A)

Property 5: Int(Int(A)) = Int(A) (idempotent)

Property 6: If A ⊆ B, then Int(A) ⊆ Int(B) (monotone)

Property 7: Int(A ∩ B) = Int(A) ∩ Int(B)

Warning: Int(A ∪ B) ⊇ Int(A) ∪ Int(B), but NOT always equal!

Example: A = [0, 1], B = [1, 2]

  • Int(A) ∪ Int(B) = (0, 1) ∪ (1, 2)
  • Int(A ∪ B) = Int([0, 2]) = (0, 2)
  • Note: (0, 2) ≠ (0, 1) ∪ (1, 2) (the point 1 is missing in the union!)

Interior in ℝⁿ

The concept extends naturally to higher dimensions.

In ℝ²: x = (a, b) is interior to A if there exists ε > 0 such that the open disk B((a,b), ε) ⊆ A.

Example: Consider A = {(x, y) | x² + y² ≤ 1} (closed unit disk)

  • Point (0, 0) is interior: B((0,0), 0.5) ⊆ A ✓
  • Point (0.5, 0) is interior: B((0.5, 0), 0.4) ⊆ A ✓
  • Point (1, 0) is NOT interior: any ball around it extends outside A ✗

Int(A) = {(x, y) | x² + y² < 1} (open unit disk)

Interior Points and Open Sets

Fundamental Theorem: A set A is open if and only if every point of A is an interior point.

Equivalently: A is open ⟺ A = Int(A)

This gives us another way to check if a set is open!

Example: Is (0, 1) ∪ (2, 3) open?

Check if every point is interior:

  • For x ∈ (0, 1): has breathing room within (0, 1) ✓
  • For x ∈ (2, 3): has breathing room within (2, 3) ✓

So yes, it's open!

How to Find Interior Points

Step 1: Pick an arbitrary point x ∈ A

Step 2: Try to find ε > 0 such that (x − ε, x + ε) ⊆ A

Step 3: If successful, x is interior. If impossible for any ε, x is not interior.

Step 4: Collect all interior points to get Int(A)

Quick Shortcut for Intervals:

  • Int((a, b)) = (a, b)
  • Int([a, b]) = (a, b)
  • Int((a, b]) = (a, b)
  • Int([a, b)) = (a, b)

Pattern: Remove all endpoints to get interior!

Boundary Points

A related concept: x is a boundary point of A if every neighborhood of x contains points in A AND points not in A.

Boundary of A = ∂A = Closure(A) \ Int(A)

Example: For [0, 1]:

  • Int([0, 1]) = (0, 1)
  • Closure([0, 1]) = [0, 1]
  • ∂[0, 1] = {0, 1}

The endpoints are boundary points!

Practice Problem 1

Question: Find Int(A) where A = [0, 1] ∪ [2, 3]

Answer: Int(A) = (0, 1) ∪ (2, 3)

Solution: Remove all endpoints {0, 1, 2, 3}.

Practice Problem 2

Question: Find Int(A) where A = {1/n | n ∈ ℕ} = {1, 1/2, 1/3, 1/4, ...}

Answer: Int(A) = ∅

Solution: Each point 1/n is isolated (has no other points of A nearby), so no breathing room exists. No point is interior.

Practice Problem 3

Question: Is it possible for Int(A) = A for some set A?

Answer: Yes! This happens when A is open.

Examples: Int((0, 1)) = (0, 1), Int(ℝ) = ℝ

Practice Problem 4

Question: Find Int([0, 1] ∩ [0.5, 2])

Answer: Int([0.5, 1]) = (0.5, 1)

Solution: [0, 1] ∩ [0.5, 2] = [0.5, 1], and its interior is (0.5, 1).

Multiple Choice Quiz

Question: Which set equals its own interior?

A) [0, 1]
B) ℚ
C) (0, 1) ∪ {2}
D) (−∞, 5)

Answer: D) (−∞, 5)

Explanation:

  • A) Int([0, 1]) = (0, 1) ≠ [0, 1]
  • B) Int(ℚ) = ∅ ≠ ℚ
  • C) Int((0, 1) ∪ {2}) = (0, 1) ≠ (0, 1) ∪ {2}
  • D) Int((−∞, 5)) = (−∞, 5) ✓ (it's open!)

Common Mistakes Students Make

Mistake 1: Thinking all points in a set are interior points Reality: Boundary points are in the set but not interior (like 0 in [0, 1])

Mistake 2: Confusing Int(A ∪ B) with Int(A) ∪ Int(B) Reality: They're not always equal!

Mistake 3: Thinking isolated points are interior Reality: {5} has no interior points

Mistake 4: Forgetting that dense sets can have empty interior Reality: ℚ is dense in ℝ but Int(ℚ) = ∅

Connection to Other Concepts

Interior ↔ Open Sets: A is open ⟺ A = Int(A)

Interior ↔ Closure: Int(A) and Closure(A) are dual concepts

Interior ↔ Boundary: Boundary separates interior from exterior

Interior ↔ Neighborhoods: x ∈ Int(A) ⟺ A is a neighborhood of x

Why Interior Points Matter

In Continuity: Functions continuous on open sets are easier to analyze

In Differentiation: We need interior points to define derivatives (can't differentiate at boundary!)

In Optimization: Interior optima satisfy different conditions than boundary optima

In Topology: Interior operator is one of the fundamental topological operators

Understanding interior points helps you see the "core" of a set – the part that's truly inside, with room to move around!

My Teaching Experience

I've recently started a new series on my YouTube channel "Maths Mastery with Dr. Upasana P Taneja" focused on Topology of Real Numbers, specially designed for B.Sc. 2nd year students! Interior points are a crucial topic in this series, and I work through many examples showing how to identify interior points and compute interiors of various sets.

What I love about interior points is how they formalize intuition. We all have an intuitive sense of "inside" versus "edge" – interior points make this precise!

The concept seems simple at first: points with breathing room. But it leads to deep insights about the structure of sets and the nature of open and closed sets in real analysis.

Understanding interior points is essential for mastering topology of real numbers. They appear in definitions of open sets, continuity, and differentiability – making them foundational for all of analysis!


Find the interior, find the heart!
Dr. Upasana P Taneja

    Comments

    Popular posts from this blog

    The One-Step Subgroup Test: Why Check Three When One Will Do?

    Understanding Groups: A Journey Through Algebraic Structures

    Cyclic vs Non-Cyclic Groups: The Key Results