Extending a uniformly continuous function

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
34 replies · 8K views
So, g is uniform continuous if

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

So, g is not uniform continuous if there exists an [tex]\epsilon >0[/tex] such that

[tex]\forall \delta: \exists x,y: d(x,y)<\delta~\text{and}~d(f(x),f(y))\geq \epsilon[/tex]

Now, take [tex]\delta=1/n[/tex], then

[tex]\exists x_n,y_n: d(x_n,y_n)<1/n~\text{and}~d(f(x),f(y))\geq \epsilon[/tex]

This gives us the desired sequences (x_n) and (y_n) such that d(x_n,y_n)-->0 and d(f(x_n),f(y_n)) does not converge to 0.
 
Physics news on Phys.org
OK, if I got this right, for every ε we can find a δ and a pair of elements xn, yn such that dx(xn, yn) < δ implies dy(g(xn), g(yn)) >= ε. If we to this for every 1/n, where n is a positive integer, we arrive at a pair of sequences (xn) and (yn) whose distances converge to 0, but whose fodtances of images don't converge to 0, right?

Sorry, but sometimes I still have problems with formulating negations out of inequalities, I'm ashamed to admit.
 
radou said:
OK, if I got this right, for every ε we can find a δ and a pair of elements xn, yn such that dx(xn, yn) < δ implies dy(g(xn), g(yn)) >= ε.

No, that is not correct. To negate a statement you need to change "forall" to "exists" and vice versa. Furthermore, the negation of "p=> q" is "p AND (NOT q)"

So, the negation is: "There exists en epsilon such that forall delta, there exists xn and yn such that dx(xn, yn) < δ and dy(g(xn), g(yn)) >= ε.

If we to this for every 1/n, where n is a positive integer, we arrive at a pair of sequences (xn) and (yn) whose distances converge to 0, but whose distances of images don't converge to 0, right?

This remains true.