Let $(x_n)_{n \in \mathbb{N}} \subset \mathbb{R}$ be a sequence. Let $x \in \mathbb{R}$. I know the following notions of
i) convergence
We write $\lim_{n \rightarrow \infty} x_n = x$ if $\forall \epsilon >0 $ $\exists N \in \mathbb{N}$ such that $\forall n \geq N$ we have $ |x_n-x| < \epsilon$.
ii) limsup (liminf analogously)
If $(x_n)_{n \in \mathbb{N}}$ is bounded, then write $\limsup_{k \rightarrow \infty} x_k := \lim_{k_0 \rightarrow \infty} \sup_{k \geq k_0} x_k$
Now under these notions I totally understand how one can construct for a bounded $(x_n)_{n \in \mathbb{N}}$ a convergent subsequence $(x_{n_k})_{k \in \mathbb{N}}$ such that $$\lim_{k \rightarrow \infty} x_{n_k}= \limsup_{n \rightarrow \infty} x_n$$
But now my questions are:
- How does one extend the notion of convergence to the space $\overline{\mathbb{R}}= \mathbb{R} \cup \{-\infty, \infty\}$
- What does it mean to say that $(x_n)_{n \in \mathbb{N}}$ converges to $-\infty$ or $\infty$?
- How do I extend the definition of $\limsup x_n$ and $\liminf x_n$ if $(x_n)_{n \in \mathbb{N}}$ is unbounded?
- How do I construct a subsequence of $(x_n)_{n \in \mathbb{N}}$ such that $(x_{n_k})_{n \in \mathbb{N}}$ converges to $\limsup x_n$ under this new notion if $\limsup x_n = \infty$
In my functional analysis class these notions were never extended. I am really thankful for any insight! Thanks in advance!