1
$\begingroup$

Let $C$ be the cantor set and $f:[0,1]\rightarrow[0,\infty)$ such that $f(x)=0$ if $x\in C$ and $f(x)=k$ on each interval of length $3^{-k}$ in $[0,1]\setminus C$. I want to show that $f$ is measurable and calculate its integral.

Showing that it is measurable looks pretty straight forward, if $t\geq 0$ then

$$\{x\in[0,1]\mid f(x)\leq t\}=\{x\in[0,1]\mid f(x)\leq [t]\}=C\cup\bigcup_{n=1}^{[t]}([0,1]\setminus C_{[t]})$$

where $C_n$ is the sequence used to define $C$, and if $t<0$ it is just the empty set, thus it is measurable and $f$ too.

To compute the integral I just used that, on each step of $[0,1]\setminus C_n$, we add $2^n$ intervals of length $3^{-n}$, so the function has value $n$ there, then it should be

$$\int_{[0,1]}f=\int{[0,1]\setminus C}f=\sum_{n}n2^n\frac{1}{3^n}=6$$

although I do not know how to justify this last step, maybe using some kind of limit theorem, but I can't see exactly how.

1 Answers 1

0

I think I found a good way to show it:

For every $k\in\mathbb{N}$ define

$$A_k=([0,1]\setminus C_k)\setminus ([0,1]\setminus C_{k-1})$$

and the sequence

$$f_n=\sum_{k=1}^nk\cdot\mathcal{X}_{A_k}$$

it is obvious that $f_n$ are measurable, $f_1\leq\ldots\leq f_n\leq\ldots\leq f$ and $f=\lim_n f_n$, thus

$$\int f=\lim_n \int f_n=\lim_n \sum_{k=1}^n(k\cdot\lambda(A_k))=\sum_k k\cdot\frac{2^{k-1}}{3^k}=3$$