Lipschitz Functions

1k Views Asked by At

Does uniform convergence on a closed and bounded interval preserve Lipschitz functions?
(Assume that the sequence of functions has a common Lipschitz constant $K$).

1

There are 1 best solutions below

7
On BEST ANSWER

It's late at night where I am, so maybe I'm missing something obvious, but....

If $f_n\colon [a,b] \to \mathbb{R}$ each satisfy $|f_n(x) - f_n(y)| \leq K|x-y|$ for all $x, y \in [a,b]$, then just by taking the (pointwise) limit as $n \to \infty$, we obtain $|f(x) - f(y)| \leq K|x-y|$.


This reminds me of the following fact: If $\{f_n\}$ is a sequence of (uniformly) equicontinuous functions $[a,b]\to \mathbb{R}$, then $\{f_n\}$ converges pointwise if and only if $\{f_n\}$ converges uniformly.