I've the following definition:
The problem $(f, x)$ is well-posed in $E_\delta(x)$ if a constant $L_{abs}\geq 0$ exists such that $$|f(\widetilde{x}) - f(x)| \leq L_{abs}|\widetilde{x} - x|$$ If such a constant $L_{abs}$ does not exist, the problem is called ill-posed.
Here's the measurement is done in absolute error, but there's also a version in terms of relative error.
Then I've the following examples:
The constant mapping $f : \mathbb{R} \mapsto \mathbb{R}$, $f (x) := 0$ is clearly well posed. It is even "destroying" information
The linear mapping $f : \mathbb{R} \mapsto \mathbb{R}$, $f(x) := ax$, $0 \neq a \in \mathbb{R}$ is also well-posed $\forall x \in \mathbb{R}$. Obviously, we have $L_{abs} =a$.
The problem $f : \mathbb{R} \mapsto \mathbb{R}$, $f(x):= |x|$ is ill-posed at $x=0$.
I've a few questions regarding these examples.
For all 3 cases, I don't understand why one can claim that the problem is well posed based on the definition.
Regarding the second example, why $L_{abs} = a$?
For $2)$, setting $f(x):=ax$ gives : $|f(x)-f(x')| = |a||x-x'|$ and then you can choose $L_{abs} = |a|$. So by your definition, the problem is well-posed.
For $1)$, it's even better, every constant $\lambda >0$ can be chosen for $L_{abs}$ since : $|f(x)-f(x')| = 0 \leq \lambda |x-x'|$.
For $3)$, with $x=0$, we have $|f(x)-f(x')| = |x'| = |x'-0|$ so you can choose $L_{abs} = 1$.