consider the folloing sum
$$ \sum_{n=0}^\infty a_ne^{-\alpha_nx} $$
for every n $ 0 < \alpha_n < \alpha_{n+1}$
it is also given that for $x_0 \in \Bbb{R}$ the sum converges
prove that the sum converges uniformly in the interval $[x_0,\infty]$
consider the folloing sum
$$ \sum_{n=0}^\infty a_ne^{-\alpha_nx} $$
for every n $ 0 < \alpha_n < \alpha_{n+1}$
it is also given that for $x_0 \in \Bbb{R}$ the sum converges
prove that the sum converges uniformly in the interval $[x_0,\infty]$
Copyright © 2021 JogjaFile Inc.
First we prove it is true for $x_0=0$. The given condition becomes $\sum_{k=0}^n a_k$ converges. The idea is to use partial summation (used in proving Abel theorem) to get an estimate of Cauchy sum.
Let $b_n=\sum_{k=m}^n a_k$. So by Cauchy Criterion, $|b_n|<\epsilon$ for $n,m>N$.
We have \begin{align} \sum_{k=m}^n a_ke^{-\alpha_kx}&=\sum_{k=m}^n (b_k-b_{k-1})e^{-\alpha_kx} \\ &=\sum_{k=m}^n b_ke^{-\alpha_kx} -\sum_{k=m}^n b_{k-1}e^{-\alpha_kx} \\ &=\sum_{k=m}^{n-1} b_k(e^{-\alpha_kx}-e^{-\alpha_{k+1}x})+b_ne^{-\alpha_nx}\tag{$b_{m−1}=0$} \end{align} Since $\alpha_n>0, \:\alpha_n \uparrow$, $e^{-\alpha_kx}-e^{-\alpha_{k+1}x}\geqslant0\:$ for all $k>0$ and $x\in[0,\infty)$.
Since $-\epsilon<b_k<\epsilon$ for all $k>m$ $$ |b_k(e^{-\alpha_kx}-e^{-\alpha_{k+1}x})|<\epsilon(e^{-\alpha_kx}-e^{-\alpha_{k+1}x}) $$ So for all $n,m>N-1$ and $x\in[0,\infty)$, there is \begin{align} \left|\sum_{k=m}^n a_ke^{-\alpha_kx}\right|&\leqslant\sum_{k=m}^{n-1} |b_k(e^{-\alpha_kx}-e^{-\alpha_{k+1}x})|+|b_ne^{-\alpha_nx}| \\ &\leqslant\sum_{k=m}^{n-1} \epsilon(e^{-\alpha_kx}-e^{-\alpha_{k+1}x})+\epsilon e^{-\alpha_nx} \\ &=\epsilon \:(e^{-\alpha_{m}x}-e^{-\alpha_{n}x}+e^{-\alpha_{n}x}) \\ &=\epsilon \:e^{-\alpha_{m}x} \\ &\leqslant\epsilon \end{align} So by Cauchy Criterion, it uniformly converges on $[0,\infty)$. Finally we can prove it on $[x_0,\infty)$ by replace $x$ with $x-x_0$.