Real Analysis Homework: Show Uniform Continuity & Density in R

  • Thread starter Thread starter MIT2014
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 1K views
MIT2014
Messages
10
Reaction score
0

Homework Statement


Let X[tex]\subset[/tex]R be nonempty. Let f:R[tex]\rightarrow[/tex]R be defined by f(x)=inft E X|t-x|.

Show:
1. f is uniformly continuous
2. f[tex]\equiv[/tex]0 if and only if X is dense in R

Homework Equations


none


The Attempt at a Solution


I am clueless as to how to go about this. Help!
 
Physics news on Phys.org
For the first part, you'll need to show

[tex]\forall \epsilon >0: \exists \delta>0: \forall x,a: |x-a|<\delta~\Rightarrow |f(x)-f(a)|<\epsilon[/tex]

So we'll need to do something with |f(x)-f(a)|. This is what we do (make sure you understand all steps):

[tex]|f(x)-f(a)|=|\inf_{t\in X}{|t-x|}-\inf_{t\in X}{|t-a|}|\leq|\inf_{t\in X}{|t-x|-|t-a|}|\leq \inf_{t\in X}{|x-a|}=|x-a|[/tex]

So take [tex]\delta=\epsilon[/tex]


Another way you can proof 1, is to pick [tex]x_0\in X[/tex] and then notice that [tex]0\leq f(x)\leq |x-x_0|[/tex]. Then f is uniform continuous since it is sandwiched between uniform continuous functions...
 
Thanks for the answer! It makes a lot of sense.

For the second part, I have a general idea of how to solve the problem. If X is dense in R, then inf|t-x| will always be zero. However, how can this be expressed with a formal proof?