- In order to grasp a notion better, it find useful to make use if it in formally rigorous reasonings. This is somewhat artificial and is not practiced by those who are familiar with the concepts, but that is the way my mind works.
Currently, I try to understand the " epsilon / delta" definition of the limit of a function at some value a.
I would like to imbedd the definition in a formal reasoning, applying natural deduction rules.
- I am not talking about he global structure of the proof which is clear to me :
Premise (1) [L is the limit ....] IFF [ for all epsilon.., there is a delta...]
Premise (2) It is the case that [ for all epsilon.., there is a delta...]
Conclusion (3) Therefore [L is the limit ....]
I mean, the logic of the " iff" elimitating is clear enough.
- My question deals with the proof of premise 2 ( in the above argument).
More precisely, my main problem is this : in the proof of premise (2) how to introduce the existential quantifer?
I feel uncomfortable with the examples I have seen so far, when teachers do not introduce explicitly the quantifier " there is some delta such that" and simply say " set delta equal to ..." . What I mean is : is setting a variable at some value the same as introducing an existential quantifier.
To put it another way : in the examples I have seen, the fact that the proof is an existence proof is not made clear enough to me. The existence of the " delta" seems to be postulated rather than proved.
Another problem : if the existence of "epsilon" is not supposed , how could defining "epsilon" in terms of delta could amount to proving the existence of "epsilon"? However, " epsilon" is quantified universalllly, not existentially.
Sure I am missing something here, but can't find out what.
- So, would it be correct to proceed as follows to formalize the example given by the excellent Jim Fowler ( Ohio State Uni.) in his " Calculus Mooculus Week 2 Lecture 14 " video ? ( https://www.youtube.com/watch?v=-9HyfES1VB0&list=PLaLOVNqqD-2H1OJRzQDqYjGjM-XeJCALw&index=28)
The goal is to prove that : "lim ( as x --> 10) of f(x)=2x is 20" .

Consider the statement
Does it bother you in the same manner as the definition of limit? I guess not.
The complexity of definition of limit arises not because of quantifiers but is more related to the part after "such that". The statement above has a much simpler condition to check about divisibility. The limit definition has a complicated check which involves another universal quantifier:
Compare this with the far simpler statement
Also you should see the proof of the number theoretic statement given at the start of this answer. The proof is existential as it does not give $p$ explicitly in terms of $n$ nor indicate a simple procedure to find $p$ given $n$.
The typical $\epsilon, \delta$ proofs on the other hand try to find explicit expressions for $\delta$ in terms of $\epsilon$. Here some authors don't do a decent job (the image in your question as well as this question).
The typical $\epsilon, \delta$ proof should begin by analysis of the target inequality $|f(x) - L|<\epsilon$ view a view to simplify it so much so that the existence of $\delta$ which ensures this inequality is obvious.
You should also try to understand the negation of limit definition because it reverses the quantifiers. For example you can try to prove that $\lim_{x\to 2}x^2\neq 5$.