I want to show that a function that decays slower than $1/x$ is not integrable and I tried it the following way:
Assume the positive, strictly decreasing and continuous function $g(x)$ decays slower than $1/x$, i.e. $$xg(x)\to\infty\,\, (x\to\infty).$$ Then there exists a large $c>0$ such that $g(x)\geq 1/x\,\, \forall x\geq c$. Hence, $$\int\limits_0^\infty g(x) dx \geq \int\limits_c^\infty g(x) dx \geq \int\limits_c^\infty 1/x dx = \lim\limits_{x\to \infty} \ln x - \ln c = \infty.$$
However, I was given a heads up by a friend that $$xg(x)\to\infty\,\, (x\to\infty)$$ is not the negation of the limit being zero, which would correspond to a faster decay than $1/x$. Hence, what I need to show is:
If $\limsup x g(x) > 0$ then $g(x)$ is not integrable. Can somebody give me a hint here?
For that I want to show that a strictly decreasing, continuous function which decays slower than 1/x is not integrable.
Does the fact that $g(x)$ decays slower than $1/x$ imply that $g(x)>1/x$ for all sufficiently large $x$? Then, we're done here.
– Tim Sep 09 '14 at 07:36