3
$\begingroup$

If $a_{n} = \frac{-1}{2}, \frac{1}{3}, \frac{-1}{4}, \frac{1}{5} ...$ It is clear to me by intuition that the limit point is $0$. But according to Rudin, "A point $p$ is a limit point of the set $E$ if every neighborhood of $p$ contains a point $q \neq p$ such that $q \in E$.

I'm having trouble understanding why $\frac{-1}{2}$ is not a limit point by the definition given in Rudin. Could someone explain?

  • 0
    @TheChaz: The negation would be "A point $p$ is not a limit point of a set $E$ if there exists a neighborhood of $p$ that does not contain a $q \in E$ where $q \neq p$.2012-03-23

3 Answers 3

0

No one else explicitly said this so I will: The concept in definition of limit point that you seem to have misunderstood is the word 'every'. If you draw a picture it should be very clear that $\frac{-1}{2}$ cannot be a limit point.

2

Every point in the set other than $-1/2$ itself is larger or equal than $-1/4$. Since $-1/2 < -3/8 < -1/4$, the open interval $(-1,-3/8)$ is an open neighborhood of $-1/2$ that contains no other point in the set.

2

Let $E=\{a_1,a_2,\ldots\}=\{\frac{-1}{2},\frac{1}{3},\ldots\}$. The point $\frac{-1}{2}$ is not a limit point of the set $E$ because the neighborhood $B_{1/4}(\frac{-1}{2})$ contains no point in $E$ other than $\frac{-1}{2}$. To see this, note that any element of $E$ is either positive, in which case it is at least $\frac{1}{2}$ away from $\frac{-1}{2}$, or negative and at least $\frac{-1}{4}$, which is $\frac{1}{4}$ away from $\frac{-1}{2}$ and so not in $B_{1/4}(\frac{-1}{2})$, which is defined as the set of points less than $\frac{1}{4}$ away from $\frac{-1}{2}$.

  • 0
    @TheChaz: Thanks for po$i$nting that out. It makes sense now.2012-03-23