In epsilon-delta proofs, for example, we might do something like this:
Prove that $\lim_{x\to 0}2x =0$
$0 < |x| < \delta \implies |f(x)-0| < \varepsilon$
Of course, we can choose $\delta < \frac{\varepsilon}{2}$ Intuitively, I understand this to mean that if we choose any difference $\varepsilon$, we can choose a corresponding $\delta$ such that this difference is lower than $\varepsilon$. This would seem to imply that the function converges, since it can't be bounded by any difference. At the same time, it seems to say that this function does not converge. Choose any $\delta > 0$. Then choose $2\delta < \varepsilon$. This seems to say the opposite: if you try to look at any region, the error will be greater than 0. Or, you could choose some error bound $\varepsilon > 0$. Then choose $\delta > \frac{\varepsilon}{2}$. This seems like it says that for all $\varepsilon$ you choose the error bound will aways fail in a non-zero region, since $\delta > \frac{\varepsilon}{2} > 0$.
I think this problem comes from the order in which I construct the sets. For example, lets say I want to look at whether $f(x) = x$ is bounded above. If I first say: "choose any finite value $x$" then $f(x)$ is bounded above by $x+1$ Since $x+1$ is finite, the bound is finite. But if I first say: "choose some finite bound $x$" then $f(x+1) > x$, so $f(x)$ is not bounded by any finite value.
Going back to to the episolon-delta definition, it seems that if I construct the error bound $\varepsilon$ first, then I can find a delta where the function is within the error bound. But if I construct the $\delta$ first, then I find that no matter what range of values for x which I choose, the error is always greater than some function of that range of x values.
How should I interpret this? In general, how should I think of the order in which sets in math are constructed?
Keep in mind the following: we say $$\lim_{x\to a}f(x)=b\quad\text{iff}\quad\forall \varepsilon>0\quad\exists\delta>0\quad \lvert x-a\rvert<\delta\implies\lvert f(x)-b\rvert<\varepsilon$$ As you see, the $\delta$ you pick depends on the $\varepsilon$ and not the other way around, and that is crucial.