6

For $f(x)$, defined on the interval $X$, $f(x)$ is uniformly continuous in X if and only if for every sequences $x_{n}$, $y_{n}\in X$, when we have $\lim_{n\rightarrow\infty}(x_{n}-y_{n})=0$, then $\lim_{n\rightarrow\infty}[f(x_{n})-f(y_{n})]=0$.

For this characterization, I am confused with three point.

  1. It is shown on my textbook that, for $f(x)=x^2$, defined in $[0,+\infty)$, $x_{n}=\sqrt {n+1}$, $y_{n}=\sqrt{n}$ were chosen. I wonder why not to choose some apparent sequence such as $x_{n}=1/n$, $y_{n}=1/2n$.

    In my opinion, I think that $1/n$ and $1/2n$ are not defined on zero point.

  2. For function $f(x)=1/x$, defined in $(\xi,1)$, $0\lt\xi\lt1$), I wonder why it's unwarranted to use $x_{n}=1/n$, $y_{n}=1/2n$.

    As far as I am concerned, we need to confirm $\lim_{n\rightarrow\infty}[f(x_{n})-f(y_{n})]$ and if $x_{n}$ is defined in $(\xi,1)$ then $n$ should be in $(1,1/\xi)$. Finally, $n$ can't tend to $\infty$.

  3. I noticed that this characterization mention that for all $x_{n}$, $y_{n}$. What if we want to prove uniform continuity for certain function? How can we choose all suited sequences?

thanks.

  • Because those sequences don't work. :) Basically, when the function is differentiable, uniform continuity amounts to whether the function has a bounded derivative, and $x^2$ has a bounded derivative on any bounded set $[0,C]$ for any $C$. It does not have bounded derivative on $[0,\infty)$
  • – Thomas Andrews Aug 03 '12 at 18:09
  • In particular, if $f$ is differentiable, by the mean value theorem, you can see that $f(x_n)-f(y_n)=f'(c_n)(x_n-y_n)$ for some $c_n$ between $x_n$ and $y_n$. – Thomas Andrews Aug 03 '12 at 18:11
  • @Thomas Andrews Thanks for help:) – Francis King Aug 03 '12 at 19:16