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.
2026-03-25 04:44:18.1774413858
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 Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
5
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...$$