It is stated that the following is the definition of a limit of a function is:
Let f:D→ℝ be a function and let c be a accumulation point of D. Then we say L∈ℝ is the limit of f at c written limx→cf(x)=L if ∀ϵ>0 there exists a δ>0 such that ∀x∈D with 0<∣x−c∣<δ we have that ∣f(x)−L∣<ϵ.
I'm just wondering, how and why does the accumulation point play an important part in the definition?
Suppose that $c \not\in D'$. Since $c \not\in D'$, theres exist $\delta >0$ such that $V_{\delta} = (D\setminus \lbrace c \rbrace)\cap(c - \delta, c+ \delta) = \emptyset$. Thus, for all $\epsilon >0$, take this $\delta$. Therefore, $\emptyset = f(V_{\delta}) \subset (L - \epsilon, L+\epsilon)$ for all $L \in \mathbb{R}$, then, $\displaystyle \lim_{x\to c}f(x) = L$ for all $L \in \mathbb{R}$.
Note that if $c \not\in D'$, $\displaystyle \lim_{x\to c}f(x)$ would not be well defined.
$D'$ is the set of accumulation points.