For $\lim_{x \rightarrow a}f(x) = L$, if $f(x)$ is not a constant, is $\delta(\epsilon)$ always a monotonically increasing function?
Alternatively, how does the definition of a limit guarantee that if $f(x)$ is not a constant, then a small $\epsilon$ will give me a small $\delta$?
I'm trying to implement my idea above in comments. For each $n\in \Bbb N$ there's some $\delta_n>0$ such that for all $x$ with $0<|x-a|<\delta_{n}$ we have: $$|f(x)-L|<\frac{1}{n}$$
We can assume $\delta_n$ is decreasing. Now for each $0<\epsilon\le 1$, there's some $n_\epsilon\in \Bbb N$ such that: $$\frac{1}{2^{n_\epsilon+1}}<\epsilon\leq\frac{1}{2^{n_\epsilon}}$$
Let $$\delta_\epsilon=\delta_{2^{n_\epsilon+1}}$$ Then for all $x$ with $0<|x-a|< \delta_\epsilon$ we have: $$|f(x)-L|<\frac{1}{2^{n_\epsilon+1}}<\epsilon$$ and if $\epsilon_1<\epsilon_2$ then $n_{\epsilon_2}\le n_{\epsilon_1}$ and so
$$\delta_{\epsilon_1}=\delta_{2^{n_{\epsilon_1}+1}}\le \delta_{2^{n_{\epsilon_2}+1}}=\delta_{\epsilon_2}$$ So $\delta_{\epsilon}$ is increasing but not strictly.