Let $H_i=\sum_{j=1}^i\frac{1}{j}$. Suppose $X_i$ is a sequence of i.i.d. exponential random variables with $P(X_i>x)=e^{-H_ix}$. I want to justify whether or not $X_i$ converges almost surely to some limiting random variable.
Here if we assume all $X_i$'s are random variables from $\Omega=[0,1]$ to non-negative real numbers and the probability measure of [0,1] coincides with its Lebesgue measure. Since $P(X_i\le x)=1-e^{-H_ix}$. We may assume $X_i^{-1}(0)=0$ and $X_i^{-1}(x)=1-e^{-H_ix}$, then we can show $X_i(y)=-\frac{1}{H_i}\ln(1-y)$. Then for all $0\le y<1$, $\lim_{i\to\infty}X_i(y)=0$. Therefore it seems $X_i$ converges to 0 almost surely.
But on the other hand, for $1\ge\epsilon>0$, $P(X_i>\epsilon)=e^{-H_i\epsilon}$. Therefore $\sum_{i=1}^\infty P(X_i>\epsilon)=\sum e^{-H_i\epsilon}\ge \sum e^{-\epsilon\ln i}=\sum \frac{1}{i^\epsilon}=\infty$. Then by Borel-Cantelli lemma, we know $P(X_i>\epsilon$ i.o.)=1, which shows $X_i$ does not converge to 0 almost surely.
So where is wrong and how could we find a limiting r.v. if we don't know it ahead?