I have searched the internet, including this website, and I have found some answers, but none which I understand what actually mean.
What is $\liminf_{n\to \infty} f_n$? Is it a single value? Is it a sequence of values? Is it a function?
Is $\liminf f_n$ equivalent to any of these:
- $\liminf_{n\to \infty} {f_n}$ = {$g(x)$ : $g(x)$ is the smallest function value in the sequence $f_n$ at each $x$ for any $n$}
- $\liminf f_n$ = a, such that $a$ is the smallest function value for any $n$ and $x$?
- $\liminf f_n$ = $f_n$ such that value of the norm $\|f_n\|$, is the smallest of any of the functions in {$f_n$}
- Any other?
Please don't just label this question a duplicate. I have read the similar topics on this website, but I don't either (i) understand the answers given, or (ii) didn't seem relevant.
Thank you for your time.
Kind regards,
Marius
First let's suppose that you have a sequence $\{r_n\}_{n=1}^{\infty} \subset \Bbb{R}$. Then $$ \liminf_{n \to \infty} r_n = \lim_{n \to \infty} \inf\{ r_k : k \geq n\}. $$ and $$ \liminf_{n \to \infty} r_n = \lim_{n \to \infty} \sup\{ r_k : k \geq n\}. $$ If we allow for the values $\pm \infty$, then the $\liminf$ and $\limsup$ always exist since they are limits of non-decreasing and non-increasing sequence, respectively.
Now, if $\{f_n\}_{n=1}^{\infty}$ is a sequence of functions having a common domain, then for a fixed value $x$ in the domain of the functions, $\{f_n(x)\}_{n=1}^{\infty}$ is a sequence of real numbers (assuming that the codomain of the $f_n$ is $\Bbb{R}$). So, $\liminf_{n\to \infty} f_n$ yields a function $f$ where $f(x) = \liminf_{n\to \infty} f_n(x)$; note that $\liminf_{n\to \infty} f_n(x)$ is now just a $\liminf$ of a sequence of numbers $\{f_n(x)\}$. A similar story holds for $\limsup_{n \to \infty} f_n$. Hope this helps.