-1

Consider the sequence $(a_n)_{n=0}^{\infty}$, where $a_n:=(-1)^{3n+1}10^{-(3n+1)}$. Is $0$ a limit point for that sequence?

I see that, this sequence is "wandering" around $0$ and is bounded by $1$, and that hints me that 0 is possibly a limit point, though I tried to prove that via the definition by assuming some arbitrary $ε>0$ and $N\ge 0$, and so all that is left to show is to find some $n\ge N$ such that $|a_n-0|<ε$, or equivalently $10^{-(3n+1)}<ε$. But, I'm left utterly stumped. Also, I think that the inequality $10^{-m}<\frac{1}{m}$ is important to know.

Any suggestions as to how I could further proceed with this?

Angelo
  • 12,328

1 Answers1

2

You've almost completed it. So continuing where you left of we can see: $$10^{-(3n+1)}<10^{-n}<\frac{1}{n}<\varepsilon$$

Hence we conclude that $\forall\varepsilon>0$ and $N\ge 0$, $\exists n\ge N, n\in \mathbb{N}$ such that $|(-1)^{3n+1}10^{-(3n+1)}-0|<\varepsilon$.

bb_823
  • 2,144
  • 2
  • 3
  • 21