11

If functions $f$ and $g$ both satisfy the intermediate value property, does their sum also satisfy this property? If not, what if I suppose in addition that $f$ is continuous?

Thanks in advance!

Edit: I found the second part of my question here: Is the sum of a Darboux function and a continuous function Darboux?

Glorfindel
  • 4,000
Jiu
  • 1,625
  • The best thing you can aim for is to show that the image of $f+g$ is an interval. (In particular it takes all the values in-between but not necessarily in the right order) – Yanko Dec 17 '18 at 09:57

1 Answers1

13

Consider the functions, $f:[0,1]\rightarrow [-1,1]$ and $g:[0,1]\rightarrow[-1,1]$ where

$$f = \begin{cases}\sin\frac{1}{x},& x>0 \\ 0, & x = 0\end{cases}$$ and $$g = \begin{cases}-\sin\frac{1}{x},& x>0 \\ 1, & x = 0\end{cases}$$

OgvRubin
  • 1,461