0

Assume $(a_{n})_{n=1}^{\infty}$ is a convergent sequence of integers. Prove the existence of $N\in\mathbb{N}$ such that $a_i = a_j$ for all $i, j > N.$

I am completely lost on what this question is asking, do I use the definition of a limit to show it converges and doesn't leave epsilon? I have searched and can't find this precise question.

Yadati Kiran
  • 2,320

3 Answers3

2

Let $a_n \to a$. Then there exist $N$ such that $|a_n-a_m| \leq |a_n-a|+|a_m-a| <\frac 1 2+\frac 1 2$ for all $n,m \geq N$. But $a_m$ and $a_m$ are integers, so $|a_n-a_m| <1$ implies $a_n=a_m$ for all $n,m \geq N$.

1

If $(a_n)$ is convergent, then $(a_n)$ is Cauchy. Hence there is $N \in \mathbb N$ such that

$|a_n-a_m|<1$ for $m,n > N$. This gives $a_n=a_m$ for $m,n > N$, since all $a_n \in \mathbb Z.$

Fred
  • 77,394
0

Option.

Since $a_n \in \mathbb{Z^+}$, $n=1,2,3,.....,$ is convergent in $\mathbb{R}$ it is Cauchy.

Let $\epsilon <1$ given.

There is a $N$ s.t. for $n \ge m\ge N$

$|a_n-a_m| <1$ , since $a_n,a_m$ are integers we have

$a_n=a_m$.

Peter Szilas
  • 20,344
  • 2
  • 17
  • 28