4

Def: A sequence $X = (x_n)$ in $\mathbb{R}$ is said to converge to $x ∈ \mathbb{R}$, or $x$ is said to be a limit of $(x_n)$, if for every $\epsilon> 0$, there exists a natural number $K ∈ \mathbb{N}$ such that for all $n ≥ K$, the terms $x_n$ satisfy $\lvert x_n − x\rvert < \epsilon$.

Check to see if each of the following statements is equivalent to the definition of limit. If it is, prove it. If it is not, give an example to justify your conclusion.

1) For every $\epsilon > 0$, there exists a natural number $K ∈ \mathbb{N}$ such that for all $n > K$, the terms $x_n$ satisfy $\lvert x_n − x\rvert < \epsilon$.

2) For every $\epsilon \geq 0$, there exists a natural number $K ∈ \mathbb{N}$ such that for all $n ≥ K$, the terms $x_n$ satisfy $\lvert x_n − x\rvert < \epsilon$.

Charlie
  • 41
  • 3
    for 1) $K_1=K-1$ will work and for 2) $\epsilon=0$ will be a problem! – Mathronaut Sep 27 '14 at 07:27
  • 1
  • This condition is equivalent to the condition $x_n=x$ for all but finitely many $n$, which is clearly stronger than convergence (unless you space is discrete).
  • – Jonas Dahlbæk Sep 27 '14 at 08:46