I have a question regarding the definitions of limes inferior/superior of a sequence $x_n$.
Limes inferior for example is defined as
$$lim ~ sup_{n \rightarrow \infty} x_n := lim_{n \rightarrow \infty} (sup\{x_k |k \ge n\})\in \mathbb{R} \cup \{-\infty\}$$
Now I simply do not understand why the condition $k \ge n$ is needed. Is it meant as the new sequence created by the limes inferior kind of goes ahead of the actual sequence $x_n$ and checks its values in advance?
It really confuses me at the moment.
Thank you very much for your help.
FunkyPeanut
I give you here an intuitive description as it seems it is what you asked for (I swapped the $n$'s and the $k$'s sorry).
Reason: one of the main ideas is that you want to define a limit which exists (which might be infinity), by defining a $\limsup$ of a sequence you pick the highest point of your sequence as it goes to infiny and therefore you pick a point of your sequence, no mater if you limit exists or not.
An intuitive way to compute is to split the process in two steps:
The easiest example to see how this can be useful is to take the sequence $\{1,-1,1,-1,1,...\}$.
In your comment you are right to say that a new sequence is created it is the sequence $\{\sup_n\{x_n\}_{n\geq k}\}_{k\geq 1}$