Let $(X_{n})_{n}$ be independent, identical random variables such that $X_{n}$~$\exp(1)$
Show that $\limsup_{n \to \infty}\frac{X_{n}}{\log(n)}=1$ a.s.
I am given a hint to look at $P(\frac{X_{n}}{\log(n)}\geq 1 \pm\delta)$
My ideas:
When ever looking at a.s. convergence I see Borel-Cantelli as a helpful tool:
$\sum_{n \in \mathbb N}P(\frac{X_{n}}{\log(n)}\geq 1 \pm\delta)=\sum_{n \in \mathbb N}P(X_{n}\geq \log(n)( 1 \pm\delta))=\sum_{n \in \mathbb N}\exp(-\log(n)( 1 \pm\delta))$
and then in the case of "$+$"
$\sum_{n \in \mathbb N}\exp(-\log(n)( 1 \pm\delta))=\sum_{n \in \mathbb N}\exp(\log(\frac{1}{n})( 1 +\delta))=\sum_{n \in \mathbb N}\exp(\log(\frac{1}{n}))\exp(\log(\frac{1}{n})^\delta)=\sum_{n \in \mathbb N}(\frac{1}{n})^{\delta+1}$
But this is $< \infty$ and secondly I have not even been able to consider the case "$-$"
And then another question, why am I asked for $\limsup$ rather than $\lim$, surely that implies that I need to find the largest greatest convergent subsequence converges to $1$
Any help is greatly appreciated.