$sup_x [ f(x)+sup_x g(x)]= sup_x[f(x)+g(x)]$?

62 Views Asked by At

$sup_x [ f(x)+sup_x g(x)]= sup_x[f(x)+g(x)]$ is the statement correct?

Can I prove like this:

$sup_x [ f(x)+sup_x g(x)] = sup_x[f(x)] + sup_x[g(x)] = sup[f(x)+g(x)]$.

3

There are 3 best solutions below

0
On

Take $f(x) = x = -g(x)$ in $[-1,1]$.

2
On

This is false. Take $f(x)=1_{\left\lbrace x=1\right\rbrace}$ and $g(x)=1_{\left\lbrace x=2\right\rbrace}$. Then :

$$sup_x [ f(x)+sup_x g(x)]=sup_x [ f(x)+1]=2$$ But : $$sup_x[f(x)+g(x)]=1$$

0
On

The equality is NOT true. Let $f(x) = x$ and $g(x) = 1 - x,$ and use $[0,1]$ for their domains.

Then $\;\sup_x[f(x) + \sup_xg(x)] = 2\;$ and $\;\sup_x[f(x) + g(x)] = 0.$