2

$$\sum^N_{n=1}\liminf_{k \to \infty} f_k(n) = \lim_{k \to \infty} \sum_{n=1}^N \inf_{j \ge k} f_j(n)$$

I am not sure that equation true. Is that equation true? Then why is it?

japee
  • 379
  • 2
  • 6
  • Why don't you specify what are those objects you're working with? – Marra May 08 '12 at 20:23
  • I just wanna solve http://math.stackexchange.com/q/142728/30883 problem. But I have no basic knowledge wanna have. – japee May 08 '12 at 20:41

1 Answers1

3

It is known that for any sequence $\{a_k:k\in\mathbb{N}\}\subset\mathbb{R}$ we have $$ \liminf\limits_{k\to\infty}a_k=\lim\limits_{k\to\infty}\inf\limits_{j\geq k}a_j $$ so $$ \sum\limits_{n=1}^N\liminf\limits_{k\to\infty}f_k(n)= \sum\limits_{n=1}^N\lim\limits_{k\to\infty}\inf\limits_{j\geq k}f_j(n)= \lim\limits_{k\to\infty}\sum\limits_{n=1}^N\inf\limits_{j\geq k}f_j(n) $$

Norbert
  • 56,803