I want to see if there exists an $f: \mathbb{R} \rightarrow \mathbb{R}$ such that for every $\epsilon > 0,$ $$\int^{\epsilon}_{-2\epsilon} f(x) dx \geq 1.$$ This seemed like a difficult question, and so I went about playing with the properties of certain functions.
I need to find some function $f$ on the real number line that is continuous and for every $\epsilon > 0$. $g(\epsilon) - g(-2\epsilon) \geq 1,$ where $g'(x) = f(x)$ for all $x$. It would be convenient to assume that $g$ is linear, i.e. set $$g(\epsilon) - g(-2\epsilon) = g(\epsilon) + 2g(\epsilon) = 3g(\epsilon) \geq 1$$ $$\implies g(\epsilon) \geq \frac{1}{3}.$$ The problem I am having is every time I seem to construct a $g$ that satisfies this problem, it is a $g$ that is contingent on some constant, which would go to $0$ when we attempt to find $g' = f$. Is it reasonable to use this mechanism to solve this problem? If so, are there any any suggestions for what to do next?