Show that a given composite function is continuous

72 Views Asked by At

Question

Let $f : D \rightarrow \mathbb R$ and $g : E \rightarrow \mathbb R$ be two uniformly continuous functions with $f(D) \subseteq E$. Show that the composite function $g \circ f : D \rightarrow\mathbb R, x \mapsto g(f(x))$ is uniformly continuous.


Proof

We know that since $f,g$ are continuous

$\Rightarrow\forall \space \epsilon_1\gt0 \space \space \exists \delta_1\gt0 \space$ $\forall x_1,y_1\in D:\space |x_1-y_1|\lt \delta_1\space\space \Rightarrow$ $|f(x_1)-f(y_1)|\lt \epsilon_1$

and

$\forall \space \epsilon_2\gt0 \space \space \exists \delta_2\gt0 \space$ $\forall x_2,y_2\in E:\space |x_2-y_2|\lt \delta_2\space\space\Rightarrow $ $|g(x_2)-g(y_2)|\lt \epsilon_2$.

Since $f(D)\subseteq E$ $\Rightarrow f(x_1),f(x_2)\in E$.

So choosing $x_2=f(x_1)$, $y_2=f(y_2)$ and $\epsilon_1=\delta_2$

We get: $\forall \space \epsilon_1\gt0 \space \space \exists \delta_1\gt0 \space$ $\forall x_1,y_1\in D:\space |x_1-y_1|\lt \delta_1\space\space \Rightarrow$ $|f(x_1)-f(y_1)|\lt \epsilon_1=\delta_2$ $\Rightarrow|g(f(x_1))-g(f(y_2))|\lt \epsilon_2$.

Hence $g \circ f : D \rightarrow\mathbb R, x \mapsto g(f(x))$ is uniformly continuous.


Comments

It would be great if anyone could verify my solution. Any additional proofs or alternative angles would be greatly appreciated too.


2

There are 2 best solutions below

0
On BEST ANSWER

Final Answer:

We know that since $f,g$ are continuous

$\Rightarrow\forall \space \epsilon_1\gt0 \space \space \exists \delta_1\gt0 \space$ $\forall x_1,y_1\in D:\space |x_1-y_1|\lt \delta_1\space\space \Rightarrow$ $|f(x_1)-f(y_1)|\lt \epsilon_1$

and

$\forall \space \epsilon_2\gt0 \space \space \exists \delta_2\gt0 \space$ $\forall x_2,y_2\in E:\space |x_2-y_2|\lt \delta_2\space\space\Rightarrow $ $|g(x_2)-g(y_2)|\lt \epsilon_2$.

Since $f(D)\subseteq E$ $\Rightarrow f(x_1),f(x_2)\in E$.

So choosing $x_2=f(x_1)$, $y_2=f(y_2)$ and $\epsilon_1=\delta_2$

We get: $\forall \space \epsilon_1\gt0 \space \space \exists \delta_1\gt0 \space$ $\forall x_1,y_1\in D:\space |x_1-y_1|\lt \delta_1\space\space \Rightarrow$ $|f(x_1)-f(y_1)|\lt \epsilon_1=\delta_2$ $\Rightarrow|g(f(x_1))-g(f(y_2))|\lt \epsilon_2$.

Hence $g \circ f : D \rightarrow\mathbb R, x \mapsto g(f(x))$ is uniformly continuous.

3
On

What you had to show was for each $\epsilon>0,$ there exists $\delta>0$ such that $$|x_1-y_1|<\delta \implies |g(f(x_1)-g(f(y_1))|<\epsilon.$$

(Do you see how this is different from your last equation?)

Outline of proof: Let $\epsilon>0,$ since $g$ is uniformly continuous, there exists $\delta'>0$ such that $$|x_2-y_2|<\delta'\implies |g(x_2)-g(y_2)|<\epsilon.$$ Since $f$ is uniformly continuous, there exists $\delta>0$ such that $$|x_1-y_1|<\delta \implies|f(x_1)-f(x_2)|<\delta'\implies |g(f(x_1)-g(f(y_1))|<\epsilon.$$