Proving that sum of two continuous real valued functions in a metric space is continuous

652 Views Asked by At

Let $(X,d)$ be a metric space and let $f:X \to \mathbb{R}$ and $g:X \to \mathbb{R}$ be two continuous real valued functions on X , I wish to prove that $(f+g)$ is also continuous on $X$. My problem is that why we are choosing $\delta$ to be minimum of $\delta_1$ and $\delta_2$ why not maximum of $\delta_1$ and $\delta_2$?

enter image description here

2

There are 2 best solutions below

0
On BEST ANSWER

Think about what could happen if $\delta_1\neq \delta_2$. Take $\delta_1>\delta_2$, then if we set $\delta =\text{max}(\delta_1,\delta_2)$ then $\delta=\delta_1$. Thus, we know that $d(x,y)<\delta$ implies $|f(x)-f(y)|<\epsilon/2$, but since $d(x,y)<\delta=\delta_1$ and $\delta_1>\delta_2$, we might not have $\delta<\delta_2$, and therefore the second condition might not hold. Therefore, we need to take the minimum of $\delta_1$ and $\delta_2$ to ensure that $d(x,y)<\delta_1$ and $d(x,y)<\delta_2$ so that the two implications in the proof hold.

0
On

By choosing $\delta$ to be the minimum, we have $d(x,y) < \delta$ implies both $d(x,y) < \delta_1$ and $d(x,y) < \delta_2$ so we may use the earlier two continuity statements regarding $f$ and $g$. If you choose the maximum, you may not be able to use one of the earlier statements.