I know this following formulation of Abel's test for improper integrals:
Let $f,g:[a,\infty)\to \mathbb{R}$ be continuous functions, where
- $\int_a^\infty f(t)dt$ converges.
- $g$ is monotone decreasing, bounded and continuously differentiable.
Then $\int_a^\infty f(t)g(t)dt$ converges.
The proof I know uses integration by parts, so I am not sure if one can strengthen it, but I'm looking for counter-examples of stronger versions. More specifically, when $f$ is only Riemann integrable on any compact interval, but I currently can't think of any.
I will assume that OP mistakingly forgot to include the boundedness of $g$. Then the proof using integration by parts carries over to a more general case with due modification:
For the proof, let $F(x) = \int_{a}^{x} f(t) \, \mathrm{d}t$. Then
$$ \int_{a}^{b} f(x)g(x) \, \mathrm{d}x = F(b)g(b) - \int_{a}^{b} F(x) \, \mathrm{d}g(x), $$
where the integral in the right-hand side is regarded as a Riemann-Stieltjes integral. Indeed, this holds when $f$ is continuous and then extends to a general case by approximating $f$ by continuous functions in $L^1$-norm on $[a, b]$. Then by the assumption, we note the following:
Since $g(b)$ converges as $b\to\infty$ by the assumption, the term $F(b)g(b)$ also converges as $b\to\infty$.
Since $F$ is bounded, we may choose a bound $M$ of $f$. Then for any $ a \leq b \leq c$, $$ \left| \int_{a}^{c} F(x) \, \mathrm{d}g(x) - \int_{a}^{b} F(x) \, \mathrm{d}g(x) \right| \leq M|g(c) - g(b)|. $$ This shows that the net $\{ \int_{a}^{b} F(x) \, \mathrm{d}g(x) \}_{b \in [a,\infty)}$ is Cauchy and hence converges.
This completes the proof.