Hi: I'm reading some notes on measure theory and I don't understand one of the steps where the author defines the integral of f with respect to $\mu$.
The link is here: http://www.martinorr.name/2008/probability/PM.pdf and the paragraph i am referring to is on page 11. I will repeat it here for convenience.
$\int \left(\sum_{j=1}^{n} \beta_{j}f_{j} \right) du = \sum_{j=1}^{n} \beta_{j} \int f_{j} du $ ( where the $f_{j}$ are simple functions. )
The simple functions are good enough to approximate all measurable functions from below. given $f \in mS^{+}$, let
$ f_{n}(x) = 2^{-n}\left[2^{n} \times min(f(x), n)\right] = 2^{-n} \sum_{j=1}^{n2^{n}} I_\left({x:f(x) \ge j2^{-n}}\right)$
Then $f_{n}$ is an increasing sequence which converges to f pointwise and ineeded $f_{n} \rightarrow f$ uniformly on any set of the form $ (x:f(x) \le k)$ .
I don't see how $f(n)$ accomplishes this ( the immediately previous sentence ) ? I plugged in $n =1$ and got two terms which were $I(x: f(x) \ge \frac{1}{2})$ and $I(x: f(x) \ge 1)$.
Then I did the same thing for $n=2$ and got 8 terms that ran from $\frac{1}{4}, \frac{2}{4} \ldots , 8 $. For $n = 3$, one obtains 24 terms.
But doing this is not helping me see what is happening. Does any know of a picture that shows this ? I think that understanding this may be critical to understanding the difference between lebesgue integration versus reimann integration so if anyone has any insights or references or explanations, it's much appreciated.