Does uniform convergence on a closed and bounded interval preserve Lipschitz functions?
(Assume that the sequence of functions has a common Lipschitz constant $K$).
Lipschitz Functions
3
$\begingroup$
real-analysis
holder-spaces
-
0@JesseMadnickHow are you proving it ? – 2012-07-26
1 Answers
5
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.
-
0The problem, as stated, does not tell you that Lipschitz constants are same for all the functions in the sequence. The functions x^n on [0,1] show that the limit may not even be continuous if the Lipschitz constants are not bounded. – 2016-12-30