Proof of sandwich/squeeze theorem for series.

$\begingroup$

I am interested in proving a theorem, which I suppose one may call a sandwich or squeeze theorem for series.

Suppose we have three series: $\sum^{\infty}_{n=1}a_{n}$, $\sum^{\infty}_{n=1}b_{n}$ and $\sum^{\infty}_{n=1}c_{n}$. We know that $\sum^{\infty}_{n=1}a_{n}$ and $\sum^{\infty}_{n=1}c_{n}$ converge; furthermore, let us assume that for all $n\in\mathbb{N}$, the following inequality holds: $a_{n}<b_{n}<c_{n}$. Then, the series $\sum^{\infty}_{n=1}b_{n}$ will also converge.

The only way that I can think of to approach the proof of the above would be via the Cauchy criterion, i.e. showing that

$$\forall_{\varepsilon>0}\,\exists_{n_{\varepsilon}}\,\forall_{m>k>n_{\varepsilon}}\quad|b_{k+1}+...+b_{m}|<\varepsilon.$$

As I understand, in order to show that, we would have to somehow bound $\left|\sum^{m}_{n=k+1}b_{n}\right|$ by $\left|\sum^{m}_{n=k+1}c_{n}\right|$ and/or $\left|\sum^{m}_{n=k+1}a_{n}\right|$. If we assume nonnegativity of the terms of $\sum{}b_{n}$ and $\sum{}c_{n}$, the task becomes trivial. However, without this assumption, I am having problems with finding the right bound.

I would be thankful for some hints on how this could be done, or possibly advice on a different approach to the proof. Thank you in advance.

$\endgroup$ 8

2 Answers

$\begingroup$

Let $\varepsilon > 0$ be given. By the convergence of the series $\sum a_n$ resp. $\sum c_n$, there is an $N(\varepsilon)$ such that for all $N(\varepsilon) \leqslant k < m$ we have

$$\left\lvert\sum_{n=k+1}^m a_n \right\rvert < \varepsilon\land \left\lvert\sum_{n=k+1}^m c_n \right\rvert < \varepsilon.\tag{1}$$

By the inequalities $a_n \leqslant b_n \leqslant c_n$, we have

$$\sum_{n=k+1}^m a_n \leqslant \sum_{n=k+1}^m b_n \leqslant \sum_{n=k+1}^m c_n.$$

Now $(1)$ implies

$$-\varepsilon < \sum_{n=k+1}^m b_n < \varepsilon$$

for $N(\varepsilon) \leqslant k < m$.

Since $\varepsilon$ was arbitrary, the sequence of partial sums is a Cauchy sequence, and $\sum b_n$ converges.

$\endgroup$ 1 $\begingroup$

We have that

$$a_{n}<b_{n}<c_{n}\iff 0<b_{n}-a_{n}<c_{n}-a_{n}$$

then the positive series

$$\sum b_{n}-a_{n}$$

converges for comparison test and therefore

$$\sum b_{n}=\sum (a_{n}-(b_{n}-a_{n}))=\sum a_{n}-\sum (b_{n}-a_{n})$$

converges since it is the sum of two convergent series.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like