1

If $\ 0<\varepsilon<\vert x\vert,\ $ prove that only finitely many numbers of the form $\ \frac{(-1)^{k}}{2^{k}},\ k\in\mathbb{N},\ $ are in $\ N(x;\varepsilon).$

My proof is :

Let $x>0.$

Let $$S = \left\{ \left(-\frac{1}{2}\right)^k:\ k\in \mathbb{N}\right\}$$ Then $S$ has only one limit point $x_{0}=0$.

Suppose there are infinitely many points of $S$ in $N(x, \varepsilon)$. Let the set of these points $T$. Because T is a bounded, infinite set, by Bolzano-Weierstrass Thm, T has a limit point. Let one limit point of T be $x_{1}$. Because $T\subset S$, $x_{1}$ is also limit point of $S$. Thus $x_{1}=x_{0}=0$.

We have a contradiction because $x-\varepsilon >0$.

  • I think this part is something uncertain. Can you explain?

Thus there are only finitely many points of $S$ in $N(x, \varepsilon)$.

Adam Rubinson
  • 20,052
  • what is $N(x, \varepsilon)$? – SiXUlm Jan 14 '22 at 13:16
  • the open interval $(x-\varepsilon, x+\varepsilon)$. –  Jan 14 '22 at 13:17
  • 1
    This proof looks circular to me. It is certainly overly complicated. Just observe that for all but finitely many $k$, $\left|\frac{(-1)^k}{2^k}\right|<|x|-\varepsilon$. (You can easily find $N$ such that this inequality holds for all $k>N$.) – TonyK Jan 14 '22 at 13:20
  • 1
    I'm not sure we need to call Bolzano-Weierstrass here, and what you need to prove looks weird. WLOG, we can assume that $x=0$. Then we need to show that there are only finite integer values of $k$ such that $1 / 2^k < \varepsilon$, which means $k > $ something, so there should be infinitely many such values. – SiXUlm Jan 14 '22 at 13:21
  • @SiXUlm: We certainly can't assume that $x=0$! There would then be no $\varepsilon$ satisfying $0<\varepsilon<|x|$. – TonyK Jan 14 '22 at 13:22
  • why do you need $0 < \varepsilon < |x|$? – SiXUlm Jan 14 '22 at 13:23
  • @SiXUlm: Because otherwise it's not true that only finitely many numbers of the form $\frac{(-1)^{k}}{2^{k}}, k\in \mathbb{N}$ are in $N(x; \varepsilon )$. – TonyK Jan 14 '22 at 13:25
  • You are right. My bad, I didn't notice the title of the question, which should also be in the description. – SiXUlm Jan 14 '22 at 13:29
  • Your proof starts with "let $x>0.$" What about $x<0$? I also agree with TonyK - that's how I would have done it. And I agree with SiXUlm - there's no need to use B-W here, although this doesn't mean you can't use B-W. I'm reading through the proof now... – Adam Rubinson Jan 14 '22 at 13:42

4 Answers4

1

It follows from the definition of $\Bbb R$ that any $r\in\Bbb R$ is less than some member of $\Bbb Z^+.$ And by induction on $n\in\Bbb Z^+ $ that $2^n>n$ for any $n\in \Bbb Z^+.$

Now $0<\varepsilon < |x|\implies N(x;\varepsilon)\cap N(0;|x|-\varepsilon)=\emptyset.$

So let $r=\dfrac {1}{|x|-\varepsilon}\,.$ We have $r>0.$ Take $n\in \Bbb Z^+$ with $n>r.$ Now $$n\le k\in\Bbb Z^+\implies 2^k>k\ge n>r\implies$$ $$ |(-1)^k2^{-k}|<1/r=|x|-\varepsilon\implies$$ $$(-1)^k2^{-k}\in N(0;|x|-\varepsilon)\implies$$ $$ (-1)^k2^{-k}\not\in N(x;\varepsilon).$$

0

I think that if you were to use $\begin{cases}\frac{(-1)^{k/2}}{2^{k/2}}&k\text{ even}\\x&k\text{ odd}\end{cases}$, then your "proof" would go through, but in this case, the conclusion is false, there are infinitely many points in the ball.

It read to me like you're assuming that the limit point of a sequence is unique, but that doesn't need to be true. So, the first place that I see a substantial error is when you conclude that $x_1=x_0=0$. It happens to be true in the current case, but you haven't proved that.

Michael Burr
  • 32,867
  • 2
    "It read to me like you're assuming that the limit point of a sequence is unique". That's not how I interpreted it. Paraphrasing what OP said, "Because T is a bounded, infinite set, by Bolzano-Weierstrass Thm, T has a (at least one) limit point. Let one (of the) limit point(s) of T be $x_{1}$." – Adam Rubinson Jan 14 '22 at 13:53
  • @AdamRubinson The line "$x_1$ is also a limit point of $S$. Thus $x_1=x_0=0$." How is the conclusion reached that $x_1=x_0$, except by a uniqueness-type argument? – Michael Burr Jan 14 '22 at 15:13
0

Here is a non-constructive proof in addition to @DanielWainfleet's constructive proof which I have to admit, is cooler in some ways than this.

Obviously the sequence $(-\frac{1}{2})^k$ goes to $0$ as $k\to\infty$.

WLOG, assume $x>0$. With $x>\epsilon>0$ we get $x-\epsilon>0$ which means $$\exists n_0\in\mathbb{N}:\forall k\geq n_0:|(-\frac{1}{2})^k|<x-\epsilon$$ which means $$\exists n_0\in\mathbb{N}:\forall k\geq n_0:(-\frac{1}{2})^k\notin N(x,\epsilon)$$ which means there are at most $n_0$ such numbers in the neighbourhood of x.

QED

Manatee Pink
  • 711
  • 4
  • 8
0

I actually think your proof is fine, but since the result is obvious, the author of the question probably wants you to be more rigorous than you have been. I've put remarks and changes I would make in italics.

Let $x>0.$

Fine, but don't you then need to prove it for $\ x < 0\ $ also?

Let $$S = \left\{ \left(-\frac{1}{2}\right)^k:\ k\in \mathbb{N}\right\}$$

Then $S$ has only one limit point $x_{0}=0$

You need to give a proof of this, not just state it. [although this is arguable]

$$$$

Suppose there are infinitely many points of $S$ in $N(x, \varepsilon)$. Let the set of these points $T$. Because T is a bounded, infinite set, by Bolzano-Weierstrass Thm, T has a (at least one) limit point.

Let one limit point of T be $x_{1}$. Because $T\subset S$, $x_{1}$ is also limit point of $S$.

This is true, but you need to justify it, i.e. You need to prove the theorem that: if $x$ is a l.p of $X$ and $X\subset Y$ then $x$ is also a l.p. of $Y$.

Thus $x_{1}=x_{0}=0$.

We have a contradiction because $x-\varepsilon >0$.

You need to give more detail/be more precise as to what the contradiction is.

Thus there are only finitely many points of $S$ in $N(x, \varepsilon)$.

[Your proof is valid and sound...]

Adam Rubinson
  • 20,052