Let $A_1, A_2 , \dots$ be events such that
$A_i$ and $A_j$ are independent whenever $|i-j|\geq m$ for some $m>0$.
$\sum_{n=1}^{\infty} P(A_n) = \infty$.
Claim. $P(\limsup A_n) = 1$.
I tried to prove this by considering the random variables $N_n = \mathbb{1}_{A_1} + \cdots + \mathbb{1}_{A_n}$ and
$$P(N_n \leq x) \leq \frac{\text{var}(N_n)}{(E(N_n)-x)^2} $$
for each $x$.
However, I failed to prove the claim.
Any help would be appreciated!