I was doing several exercises in which I was asked to find a delta, given a particular continuous function. Soon I started thinking for a general way to find the delta. I've come up with something, but I'm not sure if I can always apply it or not. So here is my question:
Let $f:D\rightarrow \mathbb{R}$ be a continuous bijective function on $D$ and $x,x_0 \in D$
If we want to find a $\delta$ such that $$\forall \varepsilon > 0 : \left| x_0 - x\right| \leq \delta \Rightarrow \left| f(x_0) - f(x)\right| \leq \varepsilon$$
what are the necessary conditions for always being able to set $\delta$ to $$\delta =\min \left\{ f^{-1}\left( x_{0}-\varepsilon \right) ,f^{-1}\left( x_{0}+\varepsilon \right) \right\}$$?
2026-03-31 14:28:19.1774967299
What are the necessary conditions for $\delta =\min \left\{ f^{-1}\left( x_{0}-\varepsilon \right) ,f^{-1}\left( x_{0}+\varepsilon \right) \right\}$?
59 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
A necessary condition is $f(x_0)=0.$
Assume $f(x_0)>0$ WLOG. Since $f$ is continuousthere exists $r>0$ such that $$|x-x_0|<r\implies |f(x)-f(x_0)|<\frac{f(x_0)}{3}.$$ Thus, for $\epsilon<r$ we have that
$$\min\{f(x_0-\epsilon),f(x_0+\epsilon)\}>\frac{2f(x_0)}{3}.$$
Thus $\delta >\frac{2f(x_0)}{3},$ which is not possible for $\epsilon$ small enough.