Consider $\{0,1\}$-valued random variables $X_1,X_2,\ldots$ with $P(X_k=1)=1/k^{1/2}$ and the sequence $$ Z_n=\frac{1}{n}\sum_{k=1}^n X_k. $$
Question: Does it hold that $Z_n\to0$ in probability, as $n\to\infty$?
My intuition says yes because $Z_n$ appears to be "of the same order" as $$ \frac{1}{n}\sum_{k=1}^n \frac{1}{k^{1/2}} = \frac{1}{n^{1/3}}\sum_{k=1}^n \frac{1}{n^{2/3}k^{1/2}} \le \frac{1}{n^{1/3}}\sum_{k=1}^n \frac{1}{k^{7/6}}\to0,\text{ as $n\to\infty$,} $$ where the latter convergence follows since $\sum_{k=1}^\infty 1/k^{7/6}<\infty$ (Riemann-Zeta function).
So far a proof eludes me, is my intuition perhaps wrong?
Edit: Note that the $X_i$ are not necessarily uncorrelated.
Using MArkov's inequality, \begin{align} P(Z_n > \epsilon) \le \frac{1}{\epsilon} E[Z_n] = \frac{1}{n \epsilon}\sum_{k=1}^n \frac{1}{k^{1/2}} \end{align} So the RHS is the sum you wrote in the question and therefore it converges to zero, for any $\epsilon>0$.