Suppose $a_n,n=1,2,...$ are real numbers and $A_n=(-\infty,a_n)$. Are both $\varlimsup A_n$ and $\varliminf A_n$ $\mathbb{R}$?
$$\varliminf A_n\equiv \bigcup^\infty_{n=1}\bigcap^\infty_{n=k}A_n=(-\infty,\varliminf a_n)=(-\infty,\sup_{n\geq1}(\inf_{k\geq n}a_k))$$
Since $\inf a_k$ is increasing, the supremum of $\inf a_k$ seems can only be the extended real number $+\infty$. Similarly, $$\varlimsup A_n\equiv\bigcap^\infty_{n=1}\bigcup^\infty_{n=k}A_n=(-\infty,\varlimsup a_n)=(-\infty,\inf_{n\geq1}(\sup_{k\geq n} a_k))$$ Since $\sup a_k=+\infty$ for any $k\geq n,n\in\mathbb{N}$, the inifinimum is also $+\infty$. Therefore, $\varliminf A_n=\varlimsup A_n=\mathbb{R}$.
I am wondering if I am correct? When I first looked at the question I am not sure how to deal with $(-\infty,\sup_{n\geq1}(\inf_{k\geq n}a_k))$ and $(-\infty,\sup_{n\geq1}(\inf_{k\geq n}a_k))$. I naturally think the left end should be some values depending on the sequence of $a_n$. My second intuition is that one of the limits should equal to null set and another one $\mathbb{R}$. But from my reasoning, it turns out the limit exists and is $\mathbb{R}$. I am not very comfortable with what I have gotten from the question. Have I made mistakes somewhere?
Besides, I also have a more general question to ask. I did not formally study college-level mathematics, and I was only taught calculus at the pre-college level. When I studied myself the concept of the "limit", it is usually in the $\epsilon-\delta$ fashion. The limit of the sequence is similar as compared to the limit of a function because if we want to establish a limit of a sequence exists, we only need to show "for any given $\epsilon, \exists M\in N, n>M\Rightarrow|x_n-C|<\epsilon$", where $C$ is simoly the limit of the sequence. Why do we take all the troubles to say something like if $\varliminf a_n=\varlimsup a_n$ then $\lim a_n$ exists?
The following arguments can be made rigorous but I think it is important to understand them in a colloquial way:
Let $A_n-(-\infty,a_n)$. In general $$(-\infty,\liminf_na_n)\subset\liminf_nA_n\subset(-\infty,\liminf_na_n]$$
A similar conclusion holds for $\limsup_n$: $$(-\infty,\limsup_na_n)\subset\limsup_nA_n\subset(-\infty,\limsup_n]$$
Here
The remaining details are left as exercise.