Construction of a sequence of simple functions converging pointwise to a given function

1.6k Views Asked by At

Q1: How to construct a sequence of $\{f_n\}$ of simple function for a function $f$ such that $f_n\to f$ converges pointwise?

Q2: If $f$ is measurable is $f_n$ also measurable for each $n$?

Q2 is by Q1

1

There are 1 best solutions below

0
On

You can do it in a very direct way. Namely, for each $n$ choose a number of values allowable for the function $f_n$ - for instance the values of the form $\frac{k}{2^n}$ where $k$ is and integer and $-n 2^n \leq k \leq n 2^n$ (so that the value is $(-n,n)$). Now, at each point, assign the "best" possible value, by declaring for instance that $f_n(x) = \frac{k}{2^n}$ if $x \in \left[\frac{k}{2^n}, \frac{k+1}{2^n}\right)$, and $f_n(x) = \pm n$ if $\lvert f(x)\rvert > n$.

To see pointwise convergence, just note that if you fix $x$ and take $n > \lvert f(x)\rvert$ at some point $x$, then $\lvert f(x) - f_n(x) \rvert \leq \frac{1}{2^n}$. And $f_n$ are simple, because they take a finite number of values by definition.

If $f$ is measurable, then $f_n$ are measurable, because you can express preimages of the possible values of $f_n$ using preimages of measurable sets (intervals, even) of $f$.