I want to gain a strong validity for formal definition of divergence compare to my version. I'll explain my current understanding below. I hope someone can help me rectifying error I made.
I was guessing out definition of divergence at a point with epsilon-delta proof (more specifically for case: $\lim_{x\to a}$ f(x)=+$\infty$) Given formal definition is $$\forall M\gt0, ( \exists\delta\gt0:0\lt\vert x-a\vert\lt\delta \Rightarrow f(x)\gt M)$$
However, the things that come up with my first trial was $$\forall\delta\gt0, (\exists\epsilon\gt0: \epsilon\lt f(x)\Rightarrow0\lt\vert x-a\vert\lt\delta)$$
Which was I think just x-y axis symmetry of convergence definition, $$lim_{x\to +\infty}f(x)=L \iff \forall\epsilon (\exists\delta\gt0: \delta\lt x\Rightarrow 0\lt\vert f(x)-L\vert\lt\epsilon)$$ I'm vaguely grasping the way to correct my fallacy such as ~ Since $lim_{x\to+\infty}f(x)=L$ is $(x\to +\infty)\to f(x)=L$, So we are not safe to say backward always works (p to q logic)~ or ~ The way how the function is defined conventionally $x\to f(x)$ so in all occasion we should argue about existence of boundary of domain not of range ~
Extra question: Is it work? $$\lim_{x\to c}f(x)=L \iff \forall \delta(\exists\epsilon\gt0:0\lt\vert f(x)-L\vert\lt\epsilon \Rightarrow 0\lt\vert x-c\vert\lt\delta)$$
No, it does not work. Consider the function $f$ given by $f(x)=1$. Then by your definition for all $r\in\mathbb{R}$ we have $\lim_{x\rightarrow 0}f(x)=r$.
To show this let $\delta>0$ randomly given and note that for $\varepsilon=2+|r|$ we have $$|f(x)-r|\leq 1+|r|<\varepsilon$$ for all $|x|<\delta$. You will have similar problems with your proposed definition for convergence.