I have a problem with the lim sup definition when it is applied to a sequence of functions.
Consider the sets $(A_{n})_{n\in\mathbb{N}}$. They are all pairwise disjoint.
Then we have a sequence of functions given:
$f_{n} = 1_{A_{n}}$
My problem is to compute $\limsup\limits_{n\rightarrow\infty} f_{n}$.
Based on my textbook I have tried to compute it using the following definition:
$\limsup\limits_{n\rightarrow\infty} f_{n} = \lim_{k\to\infty} \sup_{j\geq k}{1_{A_{j}}}(x) $
I decide to divide the problem into two subproblems:
- $x$ is in one of the sets (let us denoted it $A_{t}$ where $t\in\mathbb{N}$)
- $x$ is not contained in any of the sets.
In the first case I have deduced that when $k$ goes to infinity, it will get bigger than $t$. I then calculate the above as:
$\limsup\limits_{n\rightarrow\infty} f_{n} = \lim_{k\to\infty} \sup_{j\geq k} 1_{A_{j}}(x) = 0 $
In the last case I also get $0$ - because $f_n$ will always return $0$.
Is this correct? Do I "get" the definition? I'm not sure, because the book mentions something about it should be understood "pointwise". And I don't exactly see how it should be understood "pointwise". I think I am doing it pointwise, but I'm not sure..