← Back to Home

Open vs. Closed Sets

Understanding topology in ℝ through visualization

🔓 Open Set

A set S ⊆ ℝ is open if for every point x ∈ S, there exists ε > 0 such that (x - ε, x + ε) ⊂ S.

🔒 Closed Set

A set S ⊆ ℝ is closed if it contains all its accumulation points. Equivalently, its complement ℝ \ S is open.

Visual Comparison

Open Set: (a, b)abx(x - ε, x + ε) ⊂ SClosed Set: [a, b]abxₙ → blimit ∈ S ✓

🎯 Key Visual Differences

Open Sets

Hollow circles
Endpoints excluded

Closed Sets

Filled circles
Endpoints included

ε

Wiggle Room

Open: every point has ε-neighborhood

Limits

Closed: contains all accumulation points

📚 Examples by Category

Open

(a, b)

Open interval - excludes endpoints

Closed

[a, b]

Closed interval - includes endpoints

Neither

[a, b)

Half-open - neither open nor closed

🔍 Test Your Understanding

💡 Key Takeaway

Open and closed are not opposites! A set can be both (ℝ, ∅), neither ([0, 1)), or just one. Think of "open" as having wiggle room around every point, and "closed" as containing all the points you can reach by taking limits.