I'm trying to prove the following:
Let $\{b_{n}\}_{n \ge 1}$ be a sequence of strictly positive terms such that $$\sum_{n = 1}^{\infty}b_{n}$$ converges. Set $\gamma_{n} = (b_{1} \cdots b_{n})^{1/n}$. Prove $$\sum_{n = 1}^{\infty}\gamma_{n}$$ converges.
Attempt: Letting $b = \sum b_{n}$, and using AM-GM: \begin{align*} \sum_{n = 1}^{\infty}(b_{1} \cdots b_{n})^{\frac{1}{n}} &< \sum_{n = 1}^{\infty}b_{1}\cdots b_{n} \\ &< \sum_{n = 1}^{\infty}\frac{1}{n^{n}}(b_{1}+\cdots+b_{n})^{n} \\ &< \sum_{n = 1}^{\infty}\left(\frac{b}{n}\right)^{n} \end{align*} This last series converges by the root test, so $\sum\gamma_{n}$ converges by comparison, given $b_{1} \cdots b_{n} \ge 1$ for all $n$. If $b_{1} \cdots b_{n} < 1$ for finite $n$, then we can reduce this case to the previous argument by adding a sufficiently large constant to $\sum(\frac{b}{n})^{n}$. My problem is that I dont know how to deal with the case: $b_{1} \cdots b_{n} < 1$ for infinite $n$...
Here is another variation of the theme by also introducing factors to assure the convergence when applying AM-GM.
Comment:
In (1) we introduce factors $c_j$ which we will appropriately set to assure convergence of the series.
In (2) we apply the AM-GM.
In (3) we do some rearrangements.
In (4) we inductively set $(c_1c_2\cdots c_j)^{1/j}=j+1$ which gives us a nicely telescoping series.
In (5) we use the telescoping property $\sum_{j=n}^\infty\frac{1}{j(j+1)}=\sum_{j=n}^\infty\left(\frac{1}{j}-\frac{1}{j+1}\right)=\frac{1}{n}$.
In (6) we find $$c_n=\frac{c_1c_2\cdots c_n}{c_1c_2\cdots c_{n-1}}=\frac{(n+1)^n}{n^{n-1}}=n\left(1+\frac{1}{n}\right)^n$$.
In (7) we use the bound $1+x< e^x$ with $x=\frac{1}{n}, n=1,2,\ldots$.