1
$\begingroup$

I'm currently looking through the Wikipedia Article about the ratio test for convergence of a series. The article includes a decision diagram for the ratio test.

The diagram look something like this:

Let's take a look at $\sum_{k = 1}^{\infty} a_n$ (where $a_n \in \mathbb{R} $ or $a_n \in \mathbb{C}$ for every $n \in \mathbb{N}$).

  1. $$\limsup_{n \rightarrow \infty} |\frac{a_{n+1}}{a_n}| < 1$$ Means the series $\sum_{k = 1}^{\infty} a_n$ converges absolutely.
  2. $$\lim_{n \rightarrow \infty} |\frac{a_{n+1}}{a_n}| > 1$$ Means the series $\sum_{k = 1}^{\infty} a_n$ diverges.
  3. $$|\frac{a_{n+1}}{a_n}| \geq 1 \hspace{15px} \text{(for almost all n} \in \mathbb{N})$$ Means the series $\sum_{k = 1}^{\infty} a_n$ diverges.

Now I have two questions regarding the decision diagram.

  • Can't we simply combine the requirements of the last two decisions into $$\liminf_{n \rightarrow \infty} |\frac{a_{n+1}}{a_n}| \geq 1$$
  • What are the requirements for the ratio test to fail (e.g. come to no conclusion)?
  • 0
    The combination is only viable if you are using a subset or metric subspace I.e Cauchy sequence where $ |f(x) - f(z)| < \epsilon $ for z as some parametization. The ratio test serves a purpose geometrically. A divergence could be seen as a fail that would prompt another test such as a comparison test.2017-02-12
  • 0
    Are you sure "for almost all $n$" you wrote and the Wikipedia statement "for all large $n$" are actually the same thing? They do not seem to be to me... and that's a significant catch. You propose $\lim\inf \lvert \frac{a_{n+1}}{a_n}\rvert \geq 1$ as combination ― well, $\lim \lvert \frac{a_{n+1}}{a_n}\rvert = 1$ implies $\lim\inf \lvert \frac{a_{n+1}}{a_n}\rvert \geq 1$, and yet (quoting Wikipedia) "[if the limit is 1] the test is inconclusive, because there exist both convergent and divergent series that satisfy this case."2017-02-12
  • 0
    @ClementC. Oh sorry. We use "_almost all $n$_" in my analysis lecture as "_for all except finitely many $n$_". So "_almost all $n$_" should be the same as "_for all large $n$_".2017-02-12
  • 0
    @Herickson OK, removed the corresponding comment. But basically, $\lim\inf_n r_n \geq 1$ and $r_n \geq 1$ for any $n$ big enough are **not** the same thing. You can still have $\lim\inf_n r_n \geq 1$ with infinitely many values of $r_n$ being strictly less than $1$. The Wikipedia point #3 asks that $r_n$ be actually at least $1$ for any $n$ big enough.2017-02-12
  • 0
    @ClementC. Good point with $\lim |\frac{a_{n+1}}{a_n}| = 1 \Rightarrow \liminf |\frac{a_{n+1}}{a_n}| \geq 1$.2017-02-12
  • 0
    BTW, the answer to your final question: what are the requirements for the ratio test to fail, is built into that decision tree: if the first 3 tests fail, then the ratio test fails. I.e. if $\limsup \left|{a_{n+1}\over a_n}\right| \ge 1$ and there are infinitely many ratios less than $1$. At this point, the test fails.2017-02-13
  • 0
    @PaulSinclair How kind of you to come back! Luckily your answer is already the accepted one, otherwise I would be in a dilemma here :)2017-02-13

1 Answers 1

0

Counter-example: $$\sum_{n=1}^\infty \frac{(-1)^{n+1}}n = \ln 2$$

(Convergence is provable by the alternating series test.)

But, $$\liminf_{n \to \infty} \left|\frac{a_{n+1}}{a_n}\right| = \liminf_{n \to \infty} \frac n{n+1} = 1$$

  • 0
    Thank you. I definitely see your point. Now I'm asking myself, why not only $|\frac{a_{n+1}}{a_n}| >= 1$ for almost all $n$ is used in the _decision diagram_. Since ($lim_{n \rightarrow \infty } |\frac{a_{n+1}}{a_n}| > 1) \Rightarrow (|\frac{a_{n+1}}{a_n}| >= 1$ for almost all $n$).2017-02-13
  • 0
    It is true that the 2nd rule (which should be $\liminf \left|{a_{n+1}\over a_n}\right| > 1$, as can be seen in the surrounding text in the Wikipedia article) is implied by the third. However most people approach this rule as about limits, so it is common to examine it in the way shown. There are cases where the $\liminf$ is the easiest way to show that all but finitely many of the ratios is $\ge 1$. Though admittedly, that is rare.2017-02-13