[Math] Finding accumulation points of a set

general-topologyreal-analysis

I am given the set $$E=\left\{\frac{n^{(-1)^{n}}}{n+1} \colon n\in\mathbb{N} \right\}$$ and asked to find all accumulation points (and prove so). I can prove that 0 and 1 are accumulation points and that for any real number $a$ where $$a<0 \qquad\text{or}\qquad a>1$$ that $a$ is not an accumulation point. However I'm having difficulty showing that there is no $$a \in (0,1)$$ that is an accumulation point.

I might be able to show that no member of E itself is an accumulation point by induction but that seems awkward and clunky and it doesn't help me with all the other elements in (0,1). My instructor said this problem was supposed to be straightforward and I'm afraid that I've already overcomplicated it with so many cases on a.

It seems intuitive that nothing in (0,1) is an accumulation point but I don't know how to construct an epsilon so that for any $$a\in (0,1)$$ that the epsilon neighborhood around this a necessarily has no element in A.

I don't necessarily want a full solution. Some hint as to whether I actually need my cases, or how to go about constructing my epsilon is preferable.

Best Answer

You can partition your set E into $E_{2n}\cup E_{2n+1}$, and then you can see that

$E_{2n}=\frac {n}{n+1}$ , which is strictly increasing, and $E_{2n+1}= \frac{1}{n(n+1)}$, which is strictly decreasing. This means that the limit points of E will be the LUB of $E_{2n}$ and the INF of $E_{2n+1}$ , which are $1$ and $0$ respectively, as you correctly pointed out (the only limit point of a bounded non-decreasing sequence of Reals is its LUB, a.k.a SUP, and the only limit point of a non-increasing sequence of Reals is its GLB a.k.a INF). This means that beyond a certain N, all your terms $E_{2n}$ will be within $e $ of 1, for any $e>0$, and all the odd terms $E_{2n+1}$ will be within $e'>0$ of $0$. This makes any possible third limit point $p$ impossible, as this potential third limit point cannot be approached within less than neither $e< \frac{1-p}{2}$ by points approaching 1, nor can it be approached closer than $e'<\frac{p}{2}$ by the terms approaching $0$, by choosing $N,N'$ large-enough for $E_{2n},E_{2n+1}$ respectively