Showing composition of functions are uniformly continuous

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
2 replies · 4K views
k3k3
Messages
76
Reaction score
0
Showing the sum of functions are uniformly continuous

Homework Statement


Suppose f and g are uniformly continuous on an interval I. Prove f + g are uniformly continuous on I.

Homework Equations





The Attempt at a Solution



Let ε >0

By definition, since f and g are uniformly continuous on I, there exists a [itex]\delta[/itex]_1 such that |f(y)-f(x)| < ε for all x,y in I that satisfy |x-y| < [itex]\delta[/itex]_1

Similarly, for g, there exists a [itex]\delta[/itex]_2 such that |g(y)-g(x)| < ε for all |y-x| < [itex]\delta[/itex]_2

Then, for all x,y in I, |f(y)+g(y)-(f(x)+g(x))| ≤ |f(y)-f(x)|+|g(y)-g(x)| by the triangle inequality. This implies |f(y)+g(y)-(f(x)+g(x))| < 2ε

Choose [itex]\delta[/itex]=min{[itex]\delta[/itex]_1,[itex]\delta[/itex]_2} * 1/2

Then |f(y)+g(y)-(f(x)+g(x))| < 2ε for all x,y in I that satisfy |y-x| < [itex]\delta[/itex]

∴f+g is uniformly continuous on I.

Is this correct?
 
Last edited:
Physics news on Phys.org
Yes, but a couple of minor changes would make it slightly nicer. For your first two inequalites use ##\frac \epsilon 2## so it will only add to ##\epsilon## at the end. And choosing ##\delta##, there is no need to multiply by 1/2. Finally, where you have:

|f(y)+g(y)-(f(x)+g(x))| ≤ |f(y)-f(x)|+|g(y)-g(x)| by the triangle inequality. This implies |f(y)+g(y)-(f(x)+g(x))| < 2ε

you could instead just write

|f(y)+g(y)-(f(x)+g(x))| ≤ |f(y)-f(x)|+|g(y)-g(x)| < ε/2+ε/2 =ε.

Nice work. And, by the way, you have shown the sum of two u.c. functions is u.c. If you really meant the composition, you did the wrong problem :rolleyes:
 
Last edited:
Oops! I did mean the sum. I am not sure why I wrote that... Thank you for the suggestions. I will rewrite it to make it look nicer!