Definition:
Let S be a subset of R. A point x in R is an accumulation point of S if every deleted neighborhood of x contains a point of S.
So this is what I get out of it.
Lets say S is a subset of R and S is the interval [0,1)
So basically, you take a point, any point x in R and then deleted that point and look at the neighborhood around that point, if you get something in S in YES that point is an accumulation point.
So from our interval [0,1)
0 is an accumulation point since in the neighborhood to the right side of zero there is something in S
1/2 or 0.5 is an accumulation point because on both sides of 0.5 there is a neighborhood that contains S
1 is an accumulation point since to the left of 1 there is a neighborhood that contains S
So is this the right way to thinking about accumulation points?
Thanks.