[Math] Higher-order Lipschitz conditions

lipschitz-functionsreal-analysis

There is a sequence of conditions on functions generalizing Lipschitz continuity; these conditions bear the same relationship to higher-order derivatives that Lipschitz continuity bears to first-order derivatives. Are these known and under what name?

To be specific, let $I$ be an interval in the real line, $f$ a real-valued function on $I$, and $C$ a positive real number.

  • $f$ is $0$-Lipschitz (aka bounded) on $I$ with constant $C$ if, for all $a \in I$, $\lvert{f(a)}\rvert \leq C$;
  • $f$ is $1$-Lipschitz (aka Lipschitz) on $I$ with constant $C$ if, for all $a < b \in I$, $\left| \frac {f(b) – f(a)} {b – a} \right| \leq C$;
  • $f$ is $2$-Lipschitz on $I$ with constant $C$ if, for all $a < b < c \in I$, $\left| \frac {\frac {f(c) – f(b)} {c – b} – \frac {f(b) – f(a)} {b – a}} {c – a} \right| \leq \frac 1 2 C$;
  • $f$ is $3$-Lipschitz on $I$ with constant $C$ if, for all $a < b < c < d \in I$, $\left| \frac {\frac {\frac {f(d) – f(c)} {d – c} – \frac {f(c) – f(b)} {c – b}} {d – b} – \frac {\frac {f(c) – f(b)} {c – b} – \frac {f(b) – f(a)} {b – a}} {c – a}} {d – a} \right| \leq \frac 1 6 C$;
  • etc.

In general, $f$ is $n$-Lipschitz on $I$with constant $C$ if, for all $a_0 < \cdots < a_n \in I$,
$$ \left| \frac {\det \begin{bmatrix} 1 & 1 & \cdots & 1 & 1 \\ a_0 & a_1 & \cdots & a_{n-1} & a_n \\ \vdots & \vdots & \ddots & \vdots & \vdots \\ a_0^{n-1} & a_1^{n-1} & \cdots & a_{n-1}^{n-1} & a_n^{n-1} \\ f(a_0) & f(a_1) & \cdots & f(a_{n-1}) & f(a_n) \end{bmatrix}} {\det \begin{bmatrix} 1 & 1 & \cdots & 1 & 1 \\ a_0 & a_1 & \cdots & a_{n-1} & a_n \\ \vdots & \vdots & \ddots & \vdots & \vdots \\ a_0^{n-1} & a_1^{n-1} & \cdots & a_{n-1}^{n-1} & a_n^{n-1} \\ a_0^n & a_1^n & \cdots & a_{n-1}^n & a_n^n \end{bmatrix}} \right| \leq \frac 1 {n!} C .$$
(The denominator is a Vandermonde determinant, and the numerator is the same with the highest powers replaced the values of the function.)

Of course, in this case, then the same inequality holds if $a_0, \ldots, a_n$ are out of order (since this amounts to swapping columns in the determinants), as long as they are distinct, and they don't even have to be distinct if you clear fractions:
$$ n! \left| \det \begin{bmatrix} 1 & 1 & \cdots & 1 & 1 \\ a_0 & a_1 & \cdots & a_{n-1} & a_n \\ \vdots & \vdots & \ddots & \vdots & \vdots \\ a_0^{n-1} & a_1^{n-1} & \cdots & a_{n-1}^{n-1} & a_n^{n-1} \\ f(a_0) & f(a_1) & \cdots & f(a_{n-1}) & f(a_n) \end{bmatrix} \right| \leq C \left| \det \begin{bmatrix} 1 & 1 & \cdots & 1 & 1 \\ a_0 & a_1 & \cdots & a_{n-1} & a_n \\ \vdots & \vdots & \ddots & \vdots & \vdots \\ a_0^{n-1} & a_1^{n-1} & \cdots & a_{n-1}^{n-1} & a_n^{n-1} \\ a_0^n & a_1^n & \cdots & a_{n-1}^n & a_n^n \end{bmatrix} \right| ;$$
if the list $(a_0, \ldots, a_n)$ has any repetition, then this just says that $0 = 0$. But I like to think of using an increasing list, since that shows where the formulas come from. For example, the expression inside the absolute value in the $2$-Lipschitz condition is a sort of second-order difference quotient, saying how much the difference quotient (which appears in the ordinary $1$-Lipschitz condition) changes as we move from $(a,b)$ to $(b,c)$, relative the overall range. (I don't have any slick reason for why the result can be neatly packed up as a ratio of determinants, but it's easy enough to prove this using induction and basic facts about Vandermonde determinants.)

Some basic results:

  • Assuming that $f$ is differentiable $n$ times on $I$, then $f$ is $n$-Lipschitz on $I$ with constant $C$ if and only if the $n$th derivative $f^{(n)}$ is bounded (on $I$ with constant $C$).
  • More generally, assuming that $f$ is differentiable $k$ times on $I$, then $f$ is $n$-Lipschitz if and only if $f^{(k)}$ is $(n – k)$-Lipschitz. (The factorials guarantee the same constant.)

I'd like to say that, if $f$ is $n$-Lipschitz, then $f^{(n)}$ exists almost everywhere, still bounded by the same constant, but I haven't proved this.

I don't know how to make sense of this in an arbitrary metric space, or even in $\mathbb{R}^2$. Neither the form with the higher-order difference quotient nor the form with the determinants makes sense a priori for even a $2$-Lipschitz function. The metric-space derivative is defined by essentially putting absolute values around every subtraction in a difference quotient, changing $b – a$ into $\lvert{b – a}\rvert$, which is reinterpreted as $d(a,b)$. But for the $2$-Lipschitz condition, this applies the absolute value too soon, before a necessary additional subtraction, so it's not the same.

Anyway, if anybody has seen anything like this or has any thoughts on it, then I'm interested.

Best Answer

This ends up being the space $C^{n-1,1}$, the space of $(n-1)$ times differentiable functions with Lipschitz continuous derivative of order $(n-1)$. The reduction step is that a function is $n$-Lipschitz ($n\ge 2$) if and only if it is differentiable and $f'$ is $(n-1)$-Lipschitz. I will work with $n=2$, leaving the notationally cumbersome case $n>2$ for interested readers.

$2$-Lipschitz implies first derivative is $1$-Lipschitz

Let's write $[a,b] = \dfrac{f(a)-f(b)}{a-b}$. First, the existence of derivative $f'(a) $ follows from the fact that for every sequence $x_n\to a$ such that $x_n\ne a$, the quotients $[x_n,a]$ form a Cauchy sequence. Indeed, $$ |[x_n,a] - [x_m,a]| \le \frac{C}{2} |x_n-x_m| $$ by the $2$-Lipschitz condition.

Second, the $2$-Lipschitz condition says that $|[a,b] - [b,c]|\le \frac{C}{2}|a-c|$. Applying this twice we get, for any $a<b<c<d$, that $$ |[a,b] - [c,d]| \le |[a,b] - [b,c]| + |[b,c] - [c,d]| \le \frac{C}{2}(|a-c| + |b-d|)\le C |a-d| $$ Now pass to the limit $b\to a$ and $c\to d$ to conclude that $$ |f'(a)-f'(d)| \le C|a-d| $$ i.e., $f'$ is Lipschitz.

$2$-Lipschitz follows from the first derivative being $1$-Lipschitz

By the mean value theorem $[a,b] = f'(\xi) $ for some $\xi\in (a,b)$. So, for any $a<b<c$ we have $$ |[a,b] - [b,c]| = |f'(\xi_1) - f'(\xi_2)| \le L|a-c| $$ where $L$ is the Lipschitz constant of $f'$. This shows $f$ is $2$-Lipschitz.

References

Potentially relevant references can be found at the end of the Wikipedia article Divided differences.

Related Question