I picked up this book called "Lebesgue Integration on Euclidean Space" but I cannot find a solutions manual for it anywhere. Problem 2 talks about limsup and liminf.
It goes like this: for a sequence of sets $A_1,A_2,...$, prove that
$$\cap_{j=1}^{\infty} \left( \cup_{k=j}^{\infty} A_k \right) = \{ x| x \in A_k \text{for infinitely many} \ \ k \}$$
My attempt at it:
If we look at the union of sets inside the brackets then we will have:
$$A_j \cup A_{j+1} \cup ...$$
and so we can rewrite LHS:
$$\cap_{j=1}^{\infty} \left( A_j \cup A_{j+1} \cup ... \right) = (A_1 \cup A_{2} \cup ...) \cap (A_2 \cup A_3 \cup ...) \cap ...$$
And so naturally due to intersection we will only have $x \in A_k$ for infinitely large $k$ in our final set, however, that is not what the problem asks to prove. It asks to prove that the final set will be composed of $x \in A_k$ for infinitely many $k$. So I do not think I have proved anything.