Let $A$ be an invertible $p \times p$ matrix, and $\phi(x) = x - A^{-1}f(x) $.
Let $M$ be a subset of $\mathbb{R}^p$. Under which condition do we have $\phi(x)$ Lipschitz-continuous with constant $K$ on $M$. That is, for every $(x_1,x_2) \in M$,
$$|x_1 - x_2 - A^{-1}(f(x_1) - f(x_2))| \le K|x_1 - x_2 |$$
If $f(x)$ is differentiable, a sufficient condition is that, for $\lambda = K \| A^{-1}\|^{-1}$ and $\| B \|$ the sup-norm of $B$, we have, for all $x \in M$,
$$\| \partial_x f(x) - A \| \le \lambda$$
in which case we have
$$ \| \partial_x \phi(x) \| = \| I - A^{-1}\partial_x f(x)\| \le \| A^{-1} \| \times \| \partial_x f(x) - A \| \le \| A^{-1} \| \lambda \le K$$
which implies that $\phi(x)$ is $K$-Lipschitz.
However, what if $f(x)$ isn't differentiable? Is there a sufficient condition for $f(x)$ involving $A$ or $\lambda$?
If we take $p = 1$, $A = 1$, and $K = 1$, then clearly $f(x) - f(y)$ must be of the same sign as $x - y$ or else it the statement is wrong. Yet, $|x-y|$ ignores the sign.
– Guillaume F. Jun 15 '18 at 15:15