Given real-valued continuous functions $f, g$, is the following (and why?) inequality true?
$$\max \{f + g \} \leq \max f + \max g$$
Can someone give me a proof? I suspect the min is the reverse inequality
Given real-valued continuous functions $f, g$, is the following (and why?) inequality true?
$$\max \{f + g \} \leq \max f + \max g$$
Can someone give me a proof? I suspect the min is the reverse inequality
For all $x$, $$f(x)\le \max f(x)$$ and $$g(x)\le\max g(x).$$ Now add the two together.
let $\max g(z):=g(z^*)$, $\max f(z):=f(z^*)$ then $$f(z)\le f(z^*)$$ $$g(z)\le g(z^*) $$ then $$\forall z : (f+g)(z)=f(z)+g(z)\le f(z^*)+g(z^*)$$ $$\max(f+g)(z)\le f(z^*)+g(z^*)=\max f(z)+\max g(z)$$
More generally we have:$$\sup_{x\in A} ( f(x)+g(x))\le \sup_{x\in A} \left( f(x)+\sup_{y\in A} g(y)\right)=\sup_{x\in A} f(x)+\sup_{y\in A} g(y)$$