100% found this document useful (1 vote)
592 views3 pages

Understanding Limit Points in Analysis

This document contains lecture notes on limit points and closed sets from a real analysis class. It defines limit points and provides examples, such as how every real number is a limit point of the rational numbers Q. Isolated points are points in a set that are not limit points. A set is closed if it contains all its limit points. Several theorems are presented characterizing closed sets in terms of limit points, Cauchy sequences, and convergent sequences.

Uploaded by

VarunKanaujia
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
592 views3 pages

Understanding Limit Points in Analysis

This document contains lecture notes on limit points and closed sets from a real analysis class. It defines limit points and provides examples, such as how every real number is a limit point of the rational numbers Q. Isolated points are points in a set that are not limit points. A set is closed if it contains all its limit points. Several theorems are presented characterizing closed sets in terms of limit points, Cauchy sequences, and convergent sequences.

Uploaded by

VarunKanaujia
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
  • Limit Points
  • Characterization of Closed Sets
  • Isolated Points

MAT25 LECTURE 17 NOTES

NATHANIEL GALLUP

1. Limit Points
Definition 1: Limit Point (Abbott Definition 3.2.4)

Let A be a subset of R. A point x ∈ R is a limit point of A if every -neighborhood V (x) of x intersects A


at some point other than x, i.e. for all  > 0, there exists some y 6= x with y ∈ V (x) ∩ A.

Note 1: Limit Points

Notice that the definition of a limit point x of A does not say anything about whether or not x ∈ A. It
could be that x ∈ A or that x ∈/ A.

Example 1: Limit Points

(a) Let c < d. The set of limit points of (c, d) is [c, d].
(b) The set of limit points of Q is R since for any point x ∈ R, and any  > 0, there exists a rational
number r ∈ Q satisfying x < r < x +  and hence r 6= x and r ∈ V (x) ∩ Q.
(c) A similar argument shows that the set of limit points of I is R.

Exercise 1: Limit Points

Give an example of a set A ⊆ R and four points x, y, z, w ∈ R such that the following conditions are satisfied.
(a) x is a limit point of A and x ∈ A.
(b) y is a limit point of A but y ∈
/ A.
(c) z is not a limit point of A and z ∈ A.
(d) w is not a limit point of A and w ∈/ A.

Proof. Let A = (0, 2) ∪ {3}.


(a) 1 is a limit point of A and 1 ∈ A.
(b) 0 is a limit point of A but 0 ∈
/ A.
(c) 3 is not a limit point of A and 3 ∈ A.
(d) −1 is not a limit point of A and −1 ∈/ A.


Theorem 1: Properties of Limit Points (Abbott Theorem 3.2.5)

A point x ∈ R is a limit point of a set A if and only if there exists a sequence (an ) contained in A with
an 6= x for all n ∈ N, and limn→∞ an = x.

Proof.
• (⇒). Suppose that x is a limit point of A. Then for each n ∈ N, we have 1/n > 0, hence there exists some
point an 6= x with an ∈ V1/n (x) ∩ A. Hence (an ) is a sequence with an ∈ A and an 6= x for all n ∈ N. We
claim that (an ) → x. Given  > 0 arbitrary, by the Archimedean Property of R, there exists N ∈ N with
1
N < . Then if n ≥ N , we have
1
MAT25 LECTURE 17 NOTES 2

an ∈ V1/n (x)
1 1
=⇒ |x − an | < ≤ < .
n N
Hence indeed (an ) → x.
• (⇐). Suppose that (an ) is a sequence of points in A with an 6= x for all n ∈ N, and limn→∞ an = x. Then
for all  > 0, there exists N ∈ N such that if n ≥ N , we have |an − x| < . In particular, this implies that
|aN − x < , and hence aN ∈ V (x) ∩ A. Hence we have shown that for all  > 0, there exists some point
aN ∈ V (x) ∩ A with aN 6= x, so x is a limit point of A.


Definition 2: Isolated Point (Abbott Definition 3.2.6)

A point a ∈ R is called an isolated point of A if it is in A but is not a limit point of A.

Note 2: Isolated Point

The point z from ?? is an isolated point of A.

Example 2: Isolated Points

(a) Q has no isolated points since every element of R is a limit point of Q, and therefore every element
of Q is a limit point of Q.
(b) A similar argument shows that I has no isolated points.

Example 3: Sets of Sequences (Abbott Theorem 3.2.8)

Let A = { n1 | n ∈ N}.
• We claim that every point of A is isolated. For any 1/n ∈ A, let  = 1/n − 1/n + 1 > 0. Then
V (1/n) ∩ A = {1/n}. Hence there exists an -neighborhood of 1/n which only intersects A in {1/n}.
Therefore 1/n is an isolated point for all n ∈ N. This implies that 1/n is not a limit point for any
n ∈ N.
• However, 0 is a limit point of A. First note that since (1/n) → 0, for any  > 0, there exists some
n ∈ N such that 1/n ∈ V (0). Hence 0 is a limit point of A.

Theorem 2: Limit Point Characterization of Closed Sets (Abbott Theorem 3.2.13)

A set F ⊆ R is closed if and only if it contains all of its limit points.

Proof.
• (⇒). Suppose that F is closed and for contradiction, suppose that there exists x a limit point of F with
x∈ / F . Then x ∈ R r F , and since F is closed, R r F is open. Therefore there exists some  > 0 such that
V (x) ⊆ R r F . Therefore, there exists some  > 0 such that V (x) ∩ F = ∅, contradiction that x is a limit
point of F .
• (⇐). Suppose that F contains all of its limit points. Then given any x ∈ R r F , x is not a limit point of
F , hence there exists some  > 0 such that V (x) ∩ F = ∅, which implies that V (x) ⊆ R r F . Therefore
R r F is open, so by definition, F is closed.

MAT25 LECTURE 17 NOTES 3

Example 4: Limit Point Characterization of Closed Sets

(a) ?? gives another proof that Q and I are not closed: Since the set of limit points of Q is R, and yet
Q 6⊆ R, Q is not closed. The same is true for I.
(b) The set (c, d) is not closed, since c and d are both limit points of this set, and yet neither is in (c, d).
(c) The set A = {1/n | n ∈ N} is not closed, since 0 is a limit point, yet 0 ∈ / A.

Theorem 3: Cauchy Sequence Characterization of Closed Sets (Abbott Theorem 3.2.8)

A set F ⊆ R is closed if and only if every Cauchy sequence in F has a limit that is also in F .

Proof.
• (⇒). Suppose that F ⊆ R is closed and let (an ) be a Cauchy sequence in F . By the Cauchy Criterion,
(an ) converges to some point x ∈ R. Then by ??, x is a limit point of F , hence by ??, x ∈ F , as desired.
• (⇐). Suppose that every Cauchy sequence in F has a limit that is also in F . Let x ∈ R be a limit point of
F . Then by ??, there exists some sequence (an ) in F which converges to x. However convergent sequences
are Cauchy, therefore (an ) is a Cauchy sequence contained in F , so by hypothesis, its limit x is also in F .
Since x was an arbitrary limit point of F , it follows that F contains all of its limit points, and therefore
by ??, F is closed.

Note 3: Convergent Sequence Characterization of Closed Sets

Since, in R, a sequence is Cauchy if and only if it is convergent, we can restate ?? to say: F is closed if and
only if every convergent sequence in F has a limit that is also in F .

Theorem 4: Density of Q in R (Abbott Theorem 3.2.10)

For every y ∈ R, there exists a sequence of rational numbers that converges to y.

Proof. Let y ∈ R and let  > 0 be arbitrary. Then the density of Q in R theorem states that there exists r ∈ Q
such that y < r < y + . Hence r ∈ V (y), so y is a limit point of Q. By ??, there exists a sequence in Q which
converges to y. 
..............................................................................................................

Common questions

Powered by AI

The ε-neighborhood of a point x, denoted Vε(x), is fundamental in defining limit points, as a limit point of a set A means every ε-neighborhood around x contains a point of A other than x itself. For isolated points, an ε-neighborhood around an isolated point a in A contains no other points of A, indicating separation from the rest of the set. This helps differentiate whether a point is densely embedded in the set or stands alone .

A point a ∈ R is called an isolated point of a set A if it belongs to A but is not a limit point of A. This means there exists an ε-neighborhood around a that intersects A only at a. Isolated points are significant as their presence indicates breaks in the density of a set; for example, in the set A = {1/n | n ∈ N}, every point is isolated, implying each has an ε-neighborhood containing no other points of A .

A set F ⊆ R is closed if every Cauchy sequence within F has its limit also within F. This is because Cauchy sequences, which are fundamental in discussing completeness, converge in closed sets such that their limit points are contained within the set. If a set is closed, then its complement is open, ensuring all limits of sequences (which may be initially external but converge internally) are included, upholding the closure of the set .

Consider the set A = (0, 2) ∪ {3}. The point 1 is a limit point and belongs to A because points arbitrarily close to 1 are within A. The point 0 is a limit point but not inside A, as it can be approached by points like 0.1 within A. The point 3 is an isolated point because it belongs to A but no other points besides itself are close enough to form an ε-neighborhood within A. These characteristics show a mix of limit and isolated points, illustrating typical behaviors in subset structures .

Theorem 3.2.10 about the density of Q in R signifies that the rational numbers, though countable, are densely packed throughout the real numbers. This theorem is vital because it ensures that any real number can be approximated as closely as desired by rational numbers, a concept crucial for constructing sequences in analysis. It demonstrates that despite the irrationals forming the majority of reals, the rationals are sufficiently abundant to analyze limits and convergence within R .

Though Q is dense in R, meaning every real number is a limit point of a sequence of rationals, Q is not closed because it does not contain all its limit points. For a set to be closed, it must include all points that result from the convergence of sequences from that set. Since irrational numbers are not in Q, but are limit points of sequences of Q, Q fails to be closed .

The rational numbers Q are dense in R, which means that for every real number y ∈ R, there exists a sequence of rational numbers that converge to y. This is grounded in the theorem of density, where for every y and ε > 0, we can find a rational number r such that y < r < y + ε, indicating r ∈ Vε(y). Hence, any real number is a limit point of a sequence in Q, demonstrating that Q is dense in R .

The interval (c, d) is not closed because it does not contain its boundary points, which are its limit points. Both c and d are limit points of (c, d) as they can be approached by elements within the interval, but neither is included in the interval itself. Therefore, the interval lacks all its limit points, failing the criteria for a closed set .

A set F ⊆ R is closed if and only if it contains all its limit points. If a set is closed, then any limit point of that set must also be an element of the set, otherwise it leads to a contradiction as the set's complement would contain open neighborhoods intersecting the set. Conversely, if a set contains all its limit points, any limit point's neighborhood would not intersect the set's complement, ensuring the complement is open and thus the set is closed .

A point x ∈ R is a limit point of a set A if and only if there is a sequence (an) contained in A with an ≠ x for all n ∈ N, and limⁿ→∞ an = x. This implies for each ε > 0, there exists a sequence element an such that an ∈ Vε(x) ∩ A and an ≠ x, confirming x as a limit point .

MAT25 LECTURE 17 NOTES
NATHANIEL GALLUP
1. Limit Points
Definition 1: Limit Point (Abbott Definition 3.2.4)
Let A be a subset o
MAT25 LECTURE 17 NOTES
2
an ∈V1/n(x)
=⇒|x −an| < 1
n ≤1
N < ϵ.
Hence indeed (an) →x.
• (⇐). Suppose that (an) is a sequence o
MAT25 LECTURE 17 NOTES
3
Example 4: Limit Point Characterization of Closed Sets
(a) ?? gives another proof that Q and I are n

You might also like