I need to argue if this series converges or diverges.
I know that
$$\sum_{n=1}^{\infty} 2^{\frac{1}{n}} = \infty$$
and
$$\sum_{n=1}^{\infty} -2^{\frac{1}{n+1}} = \infty$$
But my first impression is that
$$\sum_{n=1}^{\infty} (2^{1/n} - 2^{1/(n+1)})$$
converges as the factor $(2^{1/n} - 2^{1/(n+1)})$ seems decreasing at every iteration of $n$, I know that if a serie $\sum_{n=1}^{\infty} a_n$ is convergent, then $lim_{n\to \infty} a_n = 0$, I already proved that $\lim_{n\to \infty}(2^{1/n} - 2^{1/(n+1)})=0$ but I know I can't conclude that the serie is convergent, and I was trying to use the comparison theorem to prove its convergence but I'm stuck at what series should I compare.
N-th partial sum of the series is $\frac 1 2 -\frac 1 {2^{N+1}}$ which tends to $\frac 1 2 $.