[guided]We now combine the ingredients: Step 2 handled the boundary term, Step 3 provided an integral bound for the differences $n^{-s} - (n+1)^{-s}$, and the hypothesis $|T(n)| \leq B n^r$ controls the coefficients. We assemble these into absolute convergence of the Abel-transformed sum.
**Matching $T(n)$ to an $x$-dependent bound.** The difficulty is that $T(n)$ is indexed by $n$, but the integral bound has $x \in [n, n+1]$. We use monotonicity: on the interval $[n, n+1]$,
- If $r \geq 0$, then $n^r \leq x^r$ (the function $x \mapsto x^r$ is increasing on $(0, \infty)$ for $r \geq 0$).
- If $r < 0$, then $x^r$ is decreasing, so $n^r \geq x^r$. But $x/n \leq 2$ (since $x \leq n+1 \leq 2n$ for $n \geq 1$), so $n^r = (x \cdot n/x)^r = x^r \cdot (n/x)^r$, and $(n/x)^r \leq (1/2)^r \cdot (\text{something} \leq 1)^{-1}$... cleaner: $n/x \geq 1/2$, so if $r < 0$, $(n/x)^r \leq (1/2)^r = 2^{|r|}$. Thus $n^r \leq 2^{|r|} x^r$.
In both cases, with $C_r = \max(1, 2^{|r|}) = 2^{\max(0, -r)}$:
\begin{align*}
n^r \leq C_r \cdot x^r \quad \text{for all } x \in [n, n+1], \ n \geq 1.
\end{align*}
So $|T(n)| \leq B n^r \leq C_r B x^r$ uniformly in $x \in [n, n+1]$.
**Combining with the integral bound.** For each $n \geq 1$:
\begin{align*}
|T(n) \bigl(n^{-s} - (n+1)^{-s}\bigr)| &= |T(n)| \cdot \bigl|n^{-s} - (n+1)^{-s}\bigr| \\
&\leq |T(n)| \cdot |s| \int_n^{n+1} x^{-(\sigma+1)} \, d\mathcal{L}^1(x) \\
&= |s| \int_n^{n+1} |T(n)| \cdot x^{-(\sigma+1)} \, d\mathcal{L}^1(x) \\
&\leq |s| \int_n^{n+1} C_r B x^r \cdot x^{-(\sigma+1)} \, d\mathcal{L}^1(x) \\
&= C_r B |s| \int_n^{n+1} x^{r - \sigma - 1} \, d\mathcal{L}^1(x).
\end{align*}
Here the third step pulls $|T(n)|$ inside the integral — valid because $|T(n)|$ is a constant in $x$ — and the fourth step substitutes the uniform bound.
**Summing over $n$.** The intervals $[n, n+1]$ for $n = 1, 2, 3, \ldots$ partition $[1, \infty)$ (up to overlap at integer endpoints, which have $\mathcal{L}^1$-measure zero). So
\begin{align*}
\sum_{n=1}^\infty \bigl|T(n) \bigl(n^{-s} - (n+1)^{-s}\bigr)\bigr| &\leq C_r B |s| \sum_{n=1}^\infty \int_n^{n+1} x^{r - \sigma - 1} \, d\mathcal{L}^1(x) \\
&= C_r B |s| \int_1^\infty x^{r - \sigma - 1} \, d\mathcal{L}^1(x),
\end{align*}
by monotone convergence of partial sums to the full integral (the integrand $x^{r - \sigma - 1}$ is non-negative, so summing the pieces over disjoint intervals gives the integral over their union).
**Evaluating the improper integral.** The exponent $r - \sigma - 1$ is strictly less than $-1$ (since $\sigma > r$ implies $r - \sigma < 0$, so $r - \sigma - 1 < -1$). Hence by elementary calculus,
\begin{align*}
\int_1^\infty x^{r - \sigma - 1} \, d\mathcal{L}^1(x) = \left[\frac{x^{r - \sigma}}{r - \sigma}\right]_1^\infty = 0 - \frac{1}{r - \sigma} = \frac{1}{\sigma - r} < \infty.
\end{align*}
**Absolute convergence.** We have shown
\begin{align*}
\sum_{n=1}^\infty \bigl|T(n) \bigl(n^{-s} - (n+1)^{-s}\bigr)\bigr| \leq \frac{C_r B |s|}{\sigma - r} < \infty,
\end{align*}
so $\sum_{n=1}^\infty T(n) \bigl(n^{-s} - (n+1)^{-s}\bigr)$ converges absolutely.
**Passing to the limit in Abel summation.** From Step 1:
\begin{align*}
\sum_{n=1}^N a_n n^{-s} = \sum_{n=1}^{N-1} T(n) \bigl(n^{-s} - (n+1)^{-s}\bigr) + T(N) N^{-s}.
\end{align*}
The main sum converges absolutely as $N \to \infty$ (just shown); the boundary term vanishes (Step 2). Hence the left side has a limit:
\begin{align*}
\sum_{n=1}^\infty a_n n^{-s} = \sum_{n=1}^\infty T(n) \bigl(n^{-s} - (n+1)^{-s}\bigr),
\end{align*}
and the Dirichlet series converges at $s$.[/guided]