45

We just hit convergence tests in calculus, and learned that $\sum_{n=1}^{\infty} \frac{1}{n^p}$ converges for all $p \gt 1$. I thought that this was sort of a "barrier" between what converges and what diverges. Specifically, that setting $a_n=\frac{1}{n^{1+\epsilon}}$ is sort of the "greatest function" (I'll make this precise later) for which $\sum a_n$ converges.

But, I did realize that there are functions that dominate $\frac{1}{n^{1+\epsilon}}$ but not $\frac1n$, such as $\frac{1}{n\log(n)}$. Now, the sum of that specific example diverges, but it got me wondering about whether $\frac{1}{n}$ is truly the "boundary". So, this leads me to two questions.

1) Is there a function $f$ that dominates $\frac{1}{n^p}$ for all $p>1$, meaning: $$\lim_{x\to\infty} \frac{f(x)}{\frac{1}{x^p}}=\infty$$ Such that: $$\sum_{n=1}^\infty f(n)$$ converges?

2) If so, up to a constant is there a function $g$ such that $\sum_{n=1}^\infty g(n)$ converges, such that $g$ dominates $f$ for all other functions $f$ such that $\sum_{n=1}^\infty f(n)$ converges?

I'm just a freshman in high school so I apologize if this is a stupid question.

  • 3
    I tried to format the question such that it excludes all the "trivial" answers, i.e. "no, because you can just take this function and multiply by any constant to get another function that dominates it and still converges". The constant thing is just excluded by the fact that the limit has to diverge, rather than be equal to some constant, but something similar could still possibly happen. I tried to include a sort of "parameter" on $f$ to patch this, but I couldn't get it formal. But the sort of "philosophy" of the question is about the form of the function, rather than a "cop-out" like that. – Electric Moccasins Feb 05 '19 at 21:16
  • How about $f(x) = \frac{1}{x\ln^2(x)}$ for your first question – Jakobian Feb 05 '19 at 21:19
  • 11
    It's a good question; part of a good answer will surely be to identify the most fruitful way to make the vague intuition behind it more precise. – hmakholm left over Monica Feb 05 '19 at 21:21
  • 1
    From https://math.stackexchange.com/a/452074/42969: Let $\sum_{n=1}^{\infty} c_n$ be any convergent series with positive terms. Then, there exists a convergent series $\sum_{n=1}^{\infty} C_n$ with much bigger terms in the sense that $\lim_{n\rightarrow\infty} C_n/c_n = \infty$. – Martin R Feb 05 '19 at 21:22
  • 1
    There are lots of other great answers in that linked thread "Is there a slowest rate of divergence of a series?", which I'm sure the OP will find very interesting. –  Feb 06 '19 at 11:36
  • I suspect that there is no such unique function, just like there is no greatest negative number. – richard1941 Feb 14 '19 at 05:42

2 Answers2

20
  1. Yes, $f(n)=\frac{1}{n(\ln{n})^2}$.

  2. No. Assume $f \geq 0$ and $\sum_{n \geq 1}{f(n)} < \infty$.

Then there exists an increasing sequence $N_n$ and some constant $C > 0$ such that $\sum_{N_n+1}^{N_{n+1}}{f(k)} \leq C2^{-n}$.

Then set $g(n)=(p+1)f(n)$, where $N_p < n \leq N_{p+1}$.

Then $\sum_{N_n+1}^{N_{n+1}}{g(k)} \leq C(n+1)2^{-n}$, thus $\sum_{n \geq 1}{g(n)}$ is finite and $g(n) \gg f(n)$.

Aphelli
  • 34,439
8

1) $$f(n) = \frac{1}{n \log(n)^2}$$

2) No. Given any $g > 0$ such that $\sum_n g(n)$ converges, there is an increasing sequence $M_k$ such that $$\sum_{n \ge M_k} g(n) < 2^{-k}$$
Then $ \sum_n g(n) h(n)$ converges, where $h(n) = k$ for $M_k \le n < M_{k+1}$.

Robert Israel
  • 448,999