Given: series $\sum^\infty_{n=1}(\cosh\frac{1}{n} - 1)^p$.
Question: Consider different $p$ and find out if it converges.
I tried to represent $\cosh$ as $\frac{e^x - e^{-x}}{2}$. What I got as $n$-th member: $$\left(\frac{\sqrt[n]{e} + \frac{1}{\sqrt[n]{e}} - 2}{2}\right)^p$$
Notice that degree next to $e$ approaches to $0$ as n approaches to $\infty$:
$$\lim_{n\to\infty} 1/n = 0 \text{ and } \lim_{n\to\infty} -1/n = 0$$
So that I can use Maclaurin series for $e^x$ and get:
$$1 + \frac{1}{n+1} + \frac{1}{2(n+1)^2} + \ldots + \frac{1}{k!(n+1)^k} + \ldots + 1 - \frac{1}{n+1} + \frac{1}{2(n+1)^2} + \ldots + (-1)^k\frac{1}{k!(n+1)^k} + \ldots - 2 = \{\forall k: k \text{ is even}\} \frac{2}{2(n+1)^2} + \ldots + \frac{2}{k!(n+1)^k} + \ldots$$
So put it all together:
$$\left(\frac{1}{2(n+1)^2} + \ldots + \frac{2}{k!(n+1)^k} + \ldots\right)^p \forall k: k \text{ is even}$$
As I know, the sum of convergent series is sum of their sums. But how to prove it strictly for infinite number of series? Induction, started from two series? Is my idea even right?
You can use comparison test. As $$ \lim_{x\to 0}\frac{\cosh x-1}{x^2}=\frac12, $$ the convergence of your series is equivalent to the convergence of $$ \sum_{n=1}^\infty\frac1{n^{2p}} $$