Assume that $ \int_{1}^{+\infty} f(x) dx $ converges (as improper Riemann integral). Does there necessarily exist some $ \xi \in (1, +\infty) $ such that $$ \int_{1}^{+\infty} \frac{f(x)}{x} dx = \int_{1}^{\xi} f(x) dx ? $$
My Attempt :
If $f(x)$ is a positive function, then we can apply the second mean value theorem for integrals on the interval $[1, n]$. This guarantees the existence of $\xi_n \in (1, n)$ such that $$ \int_{1}^{n} \frac{f(x)}{x} dx = \int_{1}^{\xi_n} f(x) dx. $$ Furthermore, the sequence $\{\xi_n\}$ must be bounded. Otherwise, if it were unbounded, there would exist a subsequence $\xi_{n_k} \to +\infty$ such that $$ \int_{1}^{\infty} f(x) dx = \int_{1}^{\infty} \frac{f(x)}{x} dx, $$ which leads to a contradiction since $f(x) > 0$ implies $\frac{f(x)}{x} < f(x)$ for $x > 1$, making the equality impossible.
Difficulty: However, the problem does not actually require $f(x)$ to be a positive function, which is where I encounter difficulties.