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$?
2026-03-30 20:54:15.1774904055
Proving that sum of two continuous real valued functions in a metric space is continuous
652 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2

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.