Let $f:D\to\mathbb R$ and let $c$ be an accumulation point of $D$. Then
$(i)\lim_{x\to c}f(x)=L$ iff $(ii)$ for every sequence $(s_n)$ in $D$ that converges to $c$ with $s_n\neq c$ the sequence $(f(s_n))$ converges to $L$
I'm okay with one direction.
To prove the other direction (taking the contrapositive statement):
Suppose $L$ is not a limit of $f$ at $c$. Find a sequence $s_n$ in $D$ such that $s_n$ converges to $c$ but $(f(s_n))$ does not converge to $L$
Since $L$ is not a limit of $f$ at $c$, $\exists\epsilon>0$ such that $\forall\delta>0$ $\exists x\in D$ such that $0<|x-c|<\delta$ implies $|f(x)-L|\ge\epsilon$.
Now the book I'm reading, Steven Lay's "Analysis with an introduction to proof" goes on as follows:
" In particular, for each $n\in\mathbb N$, there exists $s_n\in D$ with
$0<|s_n-c|<1/n$ such that $|f(s_n)-L|\ge\epsilon$"
Thus exhibiting $(s_n)$ as the required sequence.
I'm not sure why is it required that $\delta$ must be related to $1/n$
. . .
ok, I want to show that there exists a sequence $s_n$ that converges to $c$ such that $(f(s_n))$ does not converge to $L$
Let $s_n$ coverge to $c$. Then $\forall \delta>0 \exists N\in \mathbb N$ such that $n\ge N \to |s_n-c|<\delta$
Now I want to make this statement into:
$\forall \delta>0 \exists s_n \in D$ such that $|s_n-c|<\delta$
please detail how that happens.