In the epsilon-delta definition of limit which is:
For all $\epsilon>0$ there exists a $\delta>0$ such that, whenever $|x-a|<\delta$ then $|f(x)-L|<\epsilon$ .
Now since $\epsilon$ is given and it should be proven that there is some $\delta$ for the given $\epsilon$, then I think the rest of the definition should have been:
$|f(x)-L|<\epsilon \implies |x-a|<\delta$ .
Please tell me whether I'm right or not.
Your proposed definition
has quite a few problems with it.
For instance, let $f(x) = 0$ and consider $\displaystyle\lim_{x \to 0}f(x)$. In any reasonable definition of a limit, we should have $\displaystyle\lim_{x \to 0}0 = 0$. So, we need to prove:
Unfortunately, $|0-0| < \epsilon$ is true for any $x \in \mathbb{R}$, but $|x-0| < \delta$ is false for any $x > \delta$. Thus, there is never a $\delta > 0$ which makes "$|0-0| < \epsilon \implies |x-0| < \delta$" a true statement. Therefore, by your proposed definition, $\displaystyle\lim_{x \to 0}0$ is not $0$.