Functional Relationships

50 Views Asked by At

I have a function $f:\mathbb{R}\rightarrow\mathbb{R}$ and the functional relationship $$f(x)+e^{f(x)}=2-x,\forall{x}\in{\mathbb{R}}$$ and I want to prove that $f$ is a monotonically decreasing function. Give me a hint!

1

There are 1 best solutions below

0
On BEST ANSWER

Suppose that $f(y)\geqslant f(x)$. then $e^{f(y)}\geqslant e^{f(x)}$ and therefore $f(y)+e^{f(y)}\geqslant f(x)+e^{f(x)}$. But this means that $2-y\geqslant2-x$ and therefore that $y\leqslant x$. Can you take it from here?