If X Is A Limit Point of A Set S, Then Every Open Ball Centered at X Contains Infinitely Many Points of S?
If X Is A Limit Point of A Set S, Then Every Open Ball Centered at X Contains Infinitely Many Points of S?
_
Mathematics Stack Exchange is a Here's how it works:
question and answer site for people
studying math at any level and
professionals in related fields. Join
them; it only takes a minute:
Anybody can ask Anybody can The best answers are voted
Sign up a question answer up and rise to the top
If x is a limit point of a set S, then every open ball centered at x contains infinitely many points of S?
"If a limit point of the set S is defined as x, then every open ball that is centered at x contains infinitely many
points of S."
Yet I can't begin to imagine how the proof is completed. Any assistance would be very welcomed. Thanks!
(metric-spaces)
What kind of space are you talking about? This is false in general, but true in, for example, metric spaces.
Arturo Magidin Mar 31 '11 at 18:42
Yeah, I meant metric space. Sorry about that! user8951 Mar 31 '11 at 18:48
Appendix
Equivalence between Definition 5.5 and Corollary 5.7 with T1 space
Every open ball that is centered at x contains some point of S other than x .
Suppose there is an > 0 such that B(x, ) S {x} = {s1 , , sn } is finite. Let
i = d(x, si ) be the distance from x so si for each i . Now let = 12 min(1 , , n ) . Then
B(x, ) S {x} = , which means that x cannot be a limit point of S .
Modifying the proposition by replacing "open ball containing x " with "open set containing x "
(i.e., "open neighborhood of x "), the result is false in general but true in T1 (or better) spaces.
A space is T1 if and only if for every x and y , x y , there are open subsets U and V such that
x U V and y V U .
One argues as above: suppose there is an open set U containing x such that
U S {x} = {s1 , , sn } is finite. For each i , let Ui be an open set containing x but not
containing si (the existence of Ui is guaranteed by the separation property). Then
V = U U1 Un is a finite intersection of open sets, hence open, it contains x , and
V S {x} = , so x is not a limit point of S .
However, the proposition fails if X is not T1 . Let x and y be elements that witness the fact that
X is not T1 . So either all open sets that contains x also contain y , or all open sets that contain
y also contain x . Assume without loss of generality that all open sets that contain x also
contain y . Then S = {y} has x as a limit point, but every open set that contains x intersects S
at a single point, not infinitely many.
Sorry, I'm trying to follow the logic here (and having a wee bit of trouble!). Why do we assign as one-half
the smallest i value? user8951 Mar 31 '11 at 19:33
@Jill: Overkill; this ensure that the distance from x to any si is definitely larger than ; you could have just
taken the minimum of the i instead. Arturo Magidin Mar 31 '11 at 19:34
That's what I thought. Thanks! I am humbled in your presence :) user8951 Mar 31 '11 at 19:38