I’ve seen 3 different definitions for continuity from different lecturers? Could someone illuminate me about which one is true. Thanks in advance
Let $I$ is domain of $f$
$f$ is continuous on the point $a$ iff?
1) $\forall \varepsilon>0$ $\forall x \in I$ $\exists \delta _{x,\varepsilon} >0$ $|x-a| < \delta _{x,\varepsilon} $ $\Rightarrow$ $|f(x)-f(a)|< \varepsilon$
2) $\forall \varepsilon>0$ $\exists \delta _{\varepsilon} >0$ $\forall x \in I$ $|x-a| < \delta _{\varepsilon} $ $\Rightarrow$ $|f(x)-f(a)|< \varepsilon$
3) $\forall \varepsilon>0$ $\exists \delta _{a,\varepsilon} >0$ $\forall x \in I$ $|x-a| < \delta _{a,\varepsilon} $ $\Rightarrow$ $|f(x)-f(a)|< \varepsilon$
Maja Blumentein correctly comments:
On the other hand (1) does not work at all. It declares everything to be continuous, because once $x$ is given you can always chose $\delta_{x,\varepsilon}$ to be larger than $|x-a|$, which automatically makes the $\Rightarrow$ true no matter what the function is doing.
Definitions (2) and (3) are correct.