"Let f(x) be a continuous, positive and decreasing function. Use the definition of the limit to prove that
$$\int_{1}^{∞}f(x)dx$$ converges ⇔ the sequence $$a_{n}=\int_{1}^{n}f(x)dx$$ converges."
I'm struggling with this proof. Can someone please guide me?
If this is your first proof-heavy class. One rule: always write down the definitions of the terms in your proof. It will point you in the direction of exactly what it is you need to be proving.
$\int_1^\infty f(x) dx = \lim_\limits {n\to\infty} \int_1^n f(x) dx$
The integral converges if the limit exists.
Suppose: $\lim_\limits {n\to\infty} \int_1^n f(x) dx = L$
$\forall \epsilon > 0, \exists N>0$ such that $n>N\implies |\int_1^n f(x) dx - L| < \epsilon$
If $n \in \mathbb N$: $\int_1^n f(x) dx = a_n$
$\forall \epsilon > 0, \exists N>0$ such that $n>N\implies |a_n - L| < \epsilon$
The sequence $\{a_n\}$ converges to $L$ if $\forall \epsilon>0,\exists N>0$ such than $n>N \implies |a_n-L|< \epsilon$
If the integral converges, the sequence converges.
To prove it the other way:
If sequence $\{a_n\}$ converges it is Cauchy.
$n,m>N \implies |a_n-a_m|< \epsilon\\ |\int_m^n f(x) dx| < \epsilon$
$f(x)$ positive is continuous and monotonically decreasing.
$0\le\int_m^r f(x)dx \le \int_m^n f(x)dx<\epsilon$ if $m<r<n$
note $m, n$ are integers while $r$ is real.
$m>N, r>m \implies |\int_m^r f(x)dx| < \epsilon$