The following is the proof of the Integral Test from Spivak's Calculus - 2nd edition - Ch.22.
I understand the majority of the proof, but I'm having trouble wrapping my head around the claim of:
"The existence of $\lim_{A \to \infty}\int_{1}^{A}f$ is equivalent to the convergence of the series $$\int_{1}^{2}f + \int_{2}^{3}f + \int_{3}^{4}f + \dots$$"
Since I was having trouble with the concept I've attempted to prove this claim, but it is here where I'm running into problems. So given the above conditions of the original theorem I could interpret $\int_{1}^{A}f$ as being the terms of a sequence. So let's define the terms as: $b_{A} = \int_{1}^{A}f$.
To continue on I asked myself "What does it mean for the series to converge?" Here it means that if I define $S_{A} = b_{1} + b_{2} + \dots + b_{A}$ (partial sum), then $$\lim_{A \to \infty}S_{A} = \sum_{A = 1}^{\infty}b_{A} = l$$ for some $l$.
From here the question I ask myself is "How to show a sequence converges?" from which I would answer with the standard definition of: For all $\epsilon > 0$ there is a natural number $A > 0$ such that for all $a \in \mathbb{N}$, if $a > A$, then $|S_{a} - l| < \epsilon$. But this probably won't help me in this situation. I looked up previous proofs on the integral test and one of them dealt with this issue:
but in that version the OP had the additional fact of: $\sum_{k=2}^n f(k) \le \int_1^n f(x) dx \lt \int_1^{\infty} f(x) dx \lt \infty$
I don't have this fact at my disposal. But I'm also attempting to prove this from my own formulation of the claim so perhaps I would've needed that to prove the original claim. But still I'm stuck on showing the original claim. What can I do to prove this?
EDIT: In the question I have incorrectly defined my $b_{n}$. The correct way they should be defined is in the comments, I'm leaving the mistake in the question in case others in the future make the same mistake.
