Definition:
Let f(x) be a function defined on an interval that contains x=a, except possibly at x=a . Then we say that,if for every number ε>0 there is some number δ>0 such that
$$\left| {f\left( x \right) - L} \right| < \varepsilon \hspace{0.5in}{\mbox{whenever}}\hspace{0.5in}0 < \left| {x - a} \right| < \delta$$
My question is whether I can change the def to the following
1):
$$\left| {f\left( x \right) - L} \right| <= \varepsilon
\hspace{0.5in}{\mbox{whenever}}\hspace{0.5in}0 < \left| {x - a}
\right| <= \delta$$
2):
$$\left| {f\left( x \right) - L} \right| < \varepsilon
\hspace{0.5in}{\mbox{whenever}}\hspace{0.5in}0 < \left| {x - a}
\right| <= \delta$$
3):
$$\left| {f\left( x \right) - L} \right| <= \varepsilon
\hspace{0.5in}{\mbox{whenever}}\hspace{0.5in}0 < \left| {x - a}
\right| < \delta$$
If not, could you please provide an counter-example? It seems all ok to me. But I am not certain.