I am currently working on the following problem:
Suppose that $X_n$ are independent identically distributed random variables from a unit exponential distribution (so $P(X_n \leq x) = 1 - e^{-x}$, for $x \geq 0$). Let $M_n = \text{max}\{X_1, \ldots, X_n\}$.
Then the question is to find a sequence $u_n \rightarrow \infty$ such that $P(M_n \geq u_n$, infinitely often$) = 0$. I have the result that if $u_n \rightarrow \infty$ is any monotone increasing sequence, then $P(M_n \geq un$, infinitely often$) = P(X_n \geq u_n$, infinitely often$)$.
I am attempting to work through this problem using the Borel-Cantelli lemma, specifically the result that if $\sum_n P(X_n \geq u_n$, infinitely often$) < \infty$ then $P(X_n \geq u_n$, infinitely often$) = 0$. However, I can only calculate $P(X_n \leq x)$ (and therefore also $P(X > x)$), so in the end all I can conclude is that $P(X_n > u_n$, infinitely often$) = 0$.
My question is, how can I use the information I have been given to produce a result for $P(X_n \geq 0$, infinitely often$)$? I suspect that I have missed something about the way the lemma is supposed to be used.