1

I am reading "Continuity" in Metric Spaces

Suppose $S\subset \mathbb R$ is a closed set. Suppose $A\subset \mathbb R$ has the property that for every $a\in A$ there is a unique nearest point $f(a)$ of $S$ to $a$. Show that $a\to f(a)$ from $A$ to $S$ is continuous.

Please give some hints on how to proceed. Please dont give complete solution

Learnmore
  • 31,062

1 Answers1

-1

Hint: If $f$ were not continuous, then there would exist a sequence $a_n \to a$ such that $|f(a_n) - f(a)| \geq \epsilon$ for some $\epsilon > 0$. However, at the same time we have $$|f(a) - a| \leq |f(a_n) - a| \leq |f(a) - a_n| \leq |f(a) - a| + |a - a_n|,$$ so that $|f(a_n) - a| \to |f(a) - a|.$

To conclude the argument, take a convergent subsequence of $f(a_n)$ (Question: why does a convergent subsequence exist?).

Can you finish it from here?

Pedro M.
  • 3,061
  • 18
  • 19