Suppose $f: D \to \mathbb{R}$ and $x_0$ is a limit point of $D$.
Prove that $\lim_{x\to x_0} = L$ if and only if for every $\varepsilon>0$, there exists a $\delta>0$ such that if $x$ is in $D$ and $0 <|x - x_0|<\delta$ then $|f(x) - L| < \varepsilon$.
I know this proof will have two parts, to prove it true both ways. So the first part goes something like...
Suppose $f$ satisfies the $\varepsilon$-$\delta$ criterion at $x_0$... and going on to prove that $\lim f (x) = L$
The definition I am using for a limit is as follows:
Given a function $f: D \to \mathbb{R}$ and $x_0$ is a limit point of $D$, for a number L, we write $\lim_{x \to x_0} f(x) = L$ provided that whenever ${x_n}$ is a sequence in $D\setminus \{x_0\}$ that converges to $x_0$, $\lim_{n\to \infty} f(x_n) = L $.