Examples for $\max\{f(x)+g(x)\}\leq \max{f(x)}+ \max{g(x)}$ and $\min\{f(x)+g(x)\}\geq\min{f(x)}$+min{g(x)}.

712 Views Asked by At

Can someone give me an example with concrete functions for the following relations $\max\{f(x)+g(x)\}\leq \max{f(x)}+ \max{g(x)}$ and $\min\{f(x)+g(x)\}\geq \min{f(x)}+\min{g(x)}$? I suppose one example would be enough to verify both.

5

There are 5 best solutions below

0
On BEST ANSWER

Try the following: $f(x)=1$ and $g(x)=2$.

Another example.

$$f(x)=\frac{x}{x^2+1}$$ and $$g(x)=\frac{x}{x^2+4}$$.

$$\max{f}+\max{g}=\frac{1}{2}+\frac{1}{4}=\frac{3}{4}>\max(f+g)=0.71...$$

$$\min{f}+\min{g}=-\frac{1}{2}-\frac{1}{4}=-\frac{3}{4}<\min(f+g)=-0.71...$$

0
On

Take $f(x) = \sin x$ and $g(x) = \cos x$.

0
On

For $x\in [-\frac{\pi}{2},\frac{\pi}{2}]$ set $g(x)=\cos(x)$ and $f(x)=\sin(x)$.

0
On

If you mean an example of strict inequality, a pretty extreme example would be $f(x) = x$ and $g(x) = -x$. Then the max of the sum is $0$ but the sum of the maxes is unbounded. Also works for min.

0
On

Another solution: $f(x)=g(x)=0$ (or equal to any other constants)