0

Suppose $X$ a metric space, $Y$ a complete metric space and $f: S \rightarrow Y$ a uniformly continuous function from $S \subseteq X$ to $Y$. Prove that $f$ can be extended to a uniformly continuous function on $\overline{S}$.

I've no problem in showing that $f$ can be uniquely extended to a $\overline{f}$ continuous on $\overline{S}$, but i can't prove that $\overline{f}$ is uniformly continuous.

I know that this question is alredy be answered many times but in every argument there is some step that I don't understand.

EDIT

In Show for :→ uniformly continuous exists a unique extension to , which is uniformly continuous there is the following answer of copper.hat:

(Your proof above should explicitly show that $g$ is independent of the sequence used to define it. This is the key point of the proof.)

Let $\epsilon>0$, then you have some $\delta>0$ such that if $d(x,y) < \delta$, then $d(f(x),f(y)) < {1 \over 2}\epsilon$.

Pick $x,y \in \overline{A}$ such that $d(x,y) < \delta$, and let $x_n,y_n$ be sequences in $A$ such that $x_n \to x,y_n \to y$. By construction above, $g(x) = \lim_n f(x_n)$ and similarly for $g(y)$.

For sufficiently large $n$, we have $d(x_n,y_n) < \delta$, and so $d(f(x_n),f(y_n)) < {1 \over 2}\epsilon$.

Taking limits we have $d(g(x),g(y)) \le {1 \over 2}\epsilon < \epsilon$.

I can't get the last step, how can we be sure that the logic implication $d(x_n,y_n) < \delta \implies d(f(x_n),f(y_n)) < {1 \over 2}\epsilon$ is still true under the limit process?

1 Answers1

2

Assume that $ x,y \in cl(S) $

$ d(x,y) < \delta/3 $

therefore you can find two sequence $x_n ,y_n$ such that they converge to x ,y respectively .

therefore for a good n $d(x_n,y_n ) \le d(x_n,x) + d(x,y_n) < \delta/3 + d(x,y) + d(y,y_n) < \delta /3 + \delta /3+ \delta /3=\delta$

and therefore by the hypothesis of uniform continuity :

$d(f(x_n),f(y_n) ) <1/2 \epsilon $

and by go to the limit :

$d(g(x),g(y) ) \le 1/2 \epsilon <\epsilon$

  • 1
    Assume that $ x,y \in cl(S) $ $ d(x,y) < \delta/3 $ therefore you can find two sequence $x_n ,y_n$ such that they converge to x ,y respectively . therefore for a good n $d(x_n,y_n ) \le d(x_n,x) + d(x,y_n) < \delta/3 + d(x,y) + d(y,y_n) < \delta /3 + \delta /3+ \delta /3=\delta$ and therefore by the hypothesis of uniform continuity $d(f(x_n),f(y_n) ) <1/2 \epsilon $ and by go to the limit $d(g(x),g(y) ) \le 1/2 \epsilon <\epsilon$ –  Apr 25 '20 at 10:12
  • @Giovanni Barbarani –  Apr 25 '20 at 10:18
  • Now i can fully understand thanks. – Giovanni Barbarani Apr 25 '20 at 10:25
  • @user747167 Why we can find 2 sequence $x_n, y_n$ converging to $x,y$ respectively? –  Mar 25 '24 at 23:51
  • @user747167 $x \in cl(S)$ so all open balls $B_r(x)$ centered on $x$ contain a point of $S$ other than $x$. Define the sequence $(x_n)$ by taking any $x_n \in B_{\frac{1}{n}}(x) \cap S$. Then $x_n \in S$ for all $n$ and $x_n \to x$. – EulerLagrange Jun 03 '25 at 01:25