$f:[1,\infty)\rightarrow \mathbb{R}$ monotone decreasing and $f(x)\ge 0$ and $\int_1^{\infty} f(x) dx$ exists $\Rightarrow$ $\sum_{n=1}^{\infty} f(n)$ is convergent
I need to prove this statement with these marks.
I know that $\sum_{k=2}^n f(k) \le \int_1^n f(x) dx \lt \int_1^{\infty} f(x) dx \lt \infty $.How can i use this?
Asked
Active
Viewed 135 times
0
user128576
- 357
2 Answers
1
Hint: $\sum_{k=2}^{\infty}f(k)=\lim_{n}\sum_{k=2}^{n}f(k)$ so (you can obtain this by using results about sequences) $\sum_{k=2}^{\infty}f(k)\leq\int_{1}^{\infty}f(x)dx$.
(If you are using Reimann integration use the definition of $\int_{1}^{\infty}f(x)dx$ and if you are using Lebesgue integration, you would need to use the monotone convergence theorem to make use of the fact that the inequality you have guarantees $\sum_{k=2}^{\infty}f(k)\leq\int_{1}^{\infty}f(x)dx$.)
UserB1234
- 2,198
-
thanks,i think i see it now – user128576 Jun 12 '14 at 12:16
0
Hint: Consider $\int_2^n f(x)dx \leq \sum_{k=2}^{n} f(k) \leq \int_1^n f(x)dx $, apply the Comparison Test.
Leon
- 105