I am struggling to solve this question:
Function $f$ is continuous on interval $[\frac{1}{2\sqrt{2}}, 2\sqrt{2}]$ and $f(2\sqrt{2}) - f(\frac{1}{2\sqrt{2}}) = 3$. Show that there exists $x$ such that $f(2x) - f(x) = 1$
I didn't come up with any solution, but I was trying to do it in this way:
Let's say $a = 2\sqrt{2}$ then $\frac{a}{8} = \frac{1}{2\sqrt{2}}$. Assume that there is no $x$ such that $f(2x) - f(x) = 1$. Then for every $x$ either $f(2x) - f(x) > 1$ or $f(2x) - f(x) < 1$. So $f(a) - f(\frac{a}{2}) \neq 1$ and $f(\frac{a}{2}) - f(\frac{a}{4}) \neq 1$ and $f(\frac{a}{4}) - f(\frac{a}{8}) \neq 1$. If the previous 3 equations were always $<$ or $>$ I could add them and I would get $f(a) - f(\frac{a}{2}) + f(\frac{a}{2}) - f(\frac{a}{4}) + f(\frac{a}{4}) - f(\frac{a}{8}) = f(a) - f(\frac{a}{8})$ which must be smaller than 3 or greater than 3 (depending on whether those 3 equations where always $<$ or $>$). Unfortunately some of those 3 equations may be $>$ and some $<$.
I don't know if I should keep trying with this idea or do something completely different. Could someone please help me?