0

Show that if $f$ and $g$ are uniformly continuous on $A \subseteq\mathbb{R}$, then $f + g$ is uniformly continuous on $A$.

How do I approach this question?

egreg
  • 238,574
jesse
  • 1

2 Answers2

1

Hint: Naturally $(f+g)(x) = f(x) + g(x)$ for all $x \in A$. With this in mind, notice that

$$|f(x) + g(x) - f(y) - g(y)| \leq |f(x)-f(y)| + |g(x) - g(y)|$$

Use the definition of $f,g$ being uniformly continuous.

Aaron Maroja
  • 17,571
0

Hint: If you can come up with $\delta_g$ and $\delta_f$ that guarantee that $f$ and $g$ are within $\epsilon / 2$ of target function values when the argument of $f$ and $g$ is within $\delta_g$ and $\delta_f$ of a target argument respectively, then what happens if you put $\delta = \min(\delta_g,\delta_f)$ for the function $f + g$, and analyze how far within the target value of $f+g$ you are for that?

user2566092
  • 26,142