the relationships between Riemann and Lebesgue integration

579 Views Asked by At

How to use Lebesgue's Dominated Convergence Theorem and Monotone Convergence Theorem in Lebesgue Integration Theory to show equality ibetween Riemann Integration and Lebesgue integration?.

2

There are 2 best solutions below

4
On

HINTS:

For all $0\le x\le k$

$$\left(1-\frac xk\right)^k\le e^{-x}$$

Note that for the improper Riemann integral

$$\lim_{L\to \infty}\int_0^L x^ne^{-x}\,dx=n!$$

And finally, we have

$$\lim_{k\to \infty}\int_0^k x^n\left(1-\frac xk\right)^k\,dx=\lim_{k\to \infty}\int_0^\infty x^n\left(1-\frac xk\right)^k\,\xi_{[0,k]}(x)\,dx$$

where $\xi_{[0,k]}(x)$ is the indicator function and is bounded by $1$.

3
On

I think you want to know why applying something on the Lebesgue integral would let you conclude the same for the Riemann integral.

Let us start like this you want to calculate: \begin{align} \lim_{k\to \infty}\int_0^\infty f_k(x) dx \end{align} Where $f_k(x) = x^n(1-\frac{x}{k})^k \mathbf{1}_{[0,k]}$. This function is Riemann integrable on $[0,k]$ for all $k$. Furthermore we know that the Riemann integral of $f_k(x)$ on $[0,k]$ equals the Lebesgue integral (you should know the theorem that says so! See for example this post.). Furhter note that we can integrate from $0$ to infinity since $f_k(x)$ is zero for $x>k$. I will denote $\int dx$ for Riemann integral and $\int d\mu(x)$ for the Lebesgue integral. So we have: \begin{align} \int^\infty_0 f_k(x) dx=\int^\infty_0 f_k(x) d\mu(x) \end{align} So this means: \begin{align} \lim_{k\to\infty} \int^\infty_0 f_k(x) dx = \lim_{k\to\infty}\int^\infty_0 f_k(x) d\mu(x) \end{align} It is beautiful, because now you can use what @Mark Viola have written in his answer to the integral on the RHS so you can conclude that for your original Riemann integral.