show that: every function $h(x):R\to R$ can be written as $$h(x)=f(x)-g(x)$$ where $f(x),g(x)$ are satisfying the intermediate value property:
http://en.wikipedia.org/wiki/Intermediate_value_theorem
My try: since $f(x),g(x)$ are all such Intermediate value theorem
mean that:
so for $f(x)$,and for any $[a,b]$, there exsit $\xi\in(a,b)$,such $$f(\xi)=\eta,$$ where $f(a)<\eta<f(b)$
similar for $g(x)$,and for any $[c,d]$,there $\xi_{1}\in[c,d]$,such $$f(\xi_{1})=\eta_{1}$$ where $\eta_{1}\in (f(c),f(d))$
and Now How can for any function $h(x)$,then we always can $$h(x)=f(x)-g(x)$$ Thank you