I am a first year Mathematics student. And during a lecture we were taking a look at the limit of a function and I asked my lecturer if in the ε- proof of limit of a function, can we always say that if ε is increasing(respectively decreasing), so does . In other words, if ε is increasing(respectively decreasing), does always increase(respectively decrease)? And we couldn't really be sure about it in the lecture so I wanted to ask it here, to everyone.
I am not sure about which tags I should've put for this question so let me know if this question is related to some tag(s) which I didn't include for this question.
Any kind of help is very appreciated.



The $\varepsilon-\delta$ limit only requires the existence of a $\delta$, it doesn't put any restrictions on it. Perhaps most importantly, it doesn't require that $\delta$ is unique.
As a bit of an extreme example, consider the constant function $f(x) = c$ and let's look at what happens in the neighbourhood of $x_0 = 0$. Of course we already know that $\lim_{x \rightarrow 0} f(x) = c$, but notice that for the $\varepsilon-\delta$ proof that for any $\varepsilon > 0$ we can choose any positive $\delta$ we like, and in particular we could make $\delta$ increase as $\varepsilon$ decreases and our proof will still work.
For example, let $\delta = \frac{1}{\varepsilon}$. Then for $|x - 0| = |x| < \delta$, $|f(x) - f(0)| = |c - c| = 0 < \frac{1}{\delta} = \varepsilon$.
Of course we could also choose a tighter bound on $\delta$, and in general you will find that usually the $\delta$ will be mostly non-increasing with decreasing $\varepsilon$, but it's not a fundamental property.