I'm studying probability theory and doing the exercises in Durret v5.
Let $X_1,\ldots, X_n$ iid with $EX_1 = 0$. Show that if $\epsilon,a>0$, then then $$\liminf_{n\to\infty }\frac{P(S_n \geq na)}{nP(X_1 \geq n(a+\epsilon))}\geq 1$$
Hint: Let $F_n =\{ X_i \geq n(a+\epsilon) > \text{for exactly one } i\leq n\}$.
Edit: I tried using the inequality $P(S_n \geq na) \geq P(S_{n-1}\geq -n\epsilon)P(X_n \geq n(a+\epsilon))$, but i don't know what to do next.
Here's my answer after working on it for some time. A cleaner or shorter proof is welcome:
Let $F_n =\{X_i \geq n(a+\epsilon)\textrm{ for exactly one } i\leq n\}$ and note that $F_n = \bigsqcup_{i=1}^{n} G_i$, where $G_i$ is the event that the large element has index $i$. This gives us that: \begin{align*} \frac{P(S_n \geq na)}{nP(X_1\geq na)} &\geq \frac{P(F_n \cap \{S_n \geq na\})}{nP(X_1\geq n(a+\epsilon))} \\[0.5em] &=\frac{\sum_{i=1}^{n}P(G_i \cap \{S_n \geq na\})}{nP(X_1\geq n(a+\epsilon))} \\[0.5em] &=\frac{nP(G_1 \cap \{S_n \geq na\})}{nP(X_1\geq n(a+\epsilon))} \\[0.5em] &=\frac{P(X_1\geq n(a+\epsilon))P\left(\left\{\max\limits_{i<n}X_i < n(a+\epsilon)\right\} \cap \{ S_{n-1}\geq -n\epsilon\} \right)}{P(X_1\geq n(a+\epsilon))} \\[0.5em] &= P\left(\left\{\max\limits_{i<n}X_i < n(a+\epsilon)\right\} \cap \{ S_{n-1}\geq -n\epsilon\} \right) \end{align*} Since $EX_1 = 0$, then $E|X_1| <\infty$ and $nP(X_1 \geq n(a+\epsilon)) \xrightarrow{n\to\infty}0$. This gives us that: $$P\left(\max\limits_{i<n}X_i \geq n(a+\epsilon)\right) \leq nP\left(X_1 > n(a+\epsilon)\right) \xrightarrow{n\to\infty}0. \ (*)$$ We have that $\liminf P\left(\left\{\max\limits_{i<n}X_i < n(a+\epsilon)\right\} \cap \{ S_{n-1}\geq -n\epsilon\} \right)$ is $1$ by the weak law of large numbers and $(*)$. This gives us the result.