Skip to content

Bounded Functions

We now extend our definition of the integral from simple functions to bounded functions supported on a set of finite measure.

Recall the Riemann integral strategy: approximate the area from below and above using rectangles (step functions). We do the same here using simple functions.

Consider the following two values:

I(f)=supφfφdμandI(f)=infψfψdμI_*(f) = \sup_{\varphi \le f} \int \varphi \, d\mu \quad \text{and} \quad I^*(f) = \inf_{\psi \ge f} \int \psi \, d\mu

where the supremum and infimum are taken over all simple functions φ,ψ\varphi, \psi which vanish on EcE^c.

Inequality 1: Since φfψ\varphi \le f \le \psi, we have φψ\varphi \le \psi everywhere. Since both are simple functions, by property 4 of simple integrals:

φdμψdμ\int \varphi \, d\mu \le \int \psi \, d\mu

Taking the supremum over φ\varphi and infimum over ψ\psi, we get:

supφfφdμinfψfψdμ    I(f)I(f)— (1)\sup_{\varphi \le f} \int \varphi \, d\mu \le \inf_{\psi \ge f} \int \psi \, d\mu \quad \implies \quad I_*(f) \le I^*(f) \quad \textcolor{gray}{\text{--- (1)}}

To define the integral, we want these two values to be equal. We can show this by constructing a specific sequence of simple functions that converges to ff.

Since ff is bounded, let f(x)M|f(x)| \le M for all xx. For a fixed integer nn, partition the range [M,M][-M, M] into intervals of size M/nM/n. Define the sets:

Ek={xE:kMnf(x)>(k1)Mn}for k=n,,n (and k0 logic handles 0)E_k = \left\{ x \in E : \frac{kM}{n} \ge f(x) > \frac{(k-1)M}{n} \right\} \quad \text{for } k = -n, \dots, n \text{ (and } k \ne 0 \text{ logic handles } 0)

Now define the approximating simple functions:

ψn(x)=k=nnkMn1Ek(Upper approximation)\psi_n(x) = \sum_{k=-n}^{n} \frac{kM}{n} \mathbb{1}_{E_k} \quad \text{(Upper approximation)} φn(x)=k=nn(k1)Mn1Ek(Lower approximation)\varphi_n(x) = \sum_{k=-n}^{n} \frac{(k-1)M}{n} \mathbb{1}_{E_k} \quad \text{(Lower approximation)}

We approximate ff by rounding its values up (ψn\psi_n) or down (φn\varphi_n) to the nearest grid level kM/nkM/n. Approximating a bounded function

Note that for any xEx \in E, the difference between the upper and lower approximation is exactly the step size:

ψn(x)φn(x)=Mn1E(x)\psi_n(x) - \varphi_n(x) = \frac{M}{n} \mathbb{1}_E(x)

Integrating this difference:

(ψnφn)dμ=Mn1Edμ=Mnμ(E)\int (\psi_n - \varphi_n) \, d\mu = \int \frac{M}{n} \mathbb{1}_E \, d\mu = \frac{M}{n} \mu(E)

Now, observe that:

supφfφdμφndμ=ψndμMnμ(E)infψfψdμMnμ(E)\sup_{\varphi \le f} \int \varphi \, d\mu \ge \int \varphi_n \, d\mu = \int \psi_n \, d\mu - \frac{M}{n} \mu(E) \ge \inf_{\psi \ge f} \int \psi \, d\mu - \frac{M}{n} \mu(E)

Taking the limit as nn \to \infty (since μ(E)<\mu(E) < \infty, the term Mnμ(E)0\frac{M}{n}\mu(E) \to 0):

supφinfψ— (2)\sup \int \varphi \ge \inf \int \psi \quad \textcolor{gray}{\text{--- (2)}}

Combining (1) and (2), we have equality!

supφfφdμ=infψfψdμ\sup_{\varphi \le f} \int \varphi \, d\mu = \inf_{\psi \ge f} \int \psi \, d\mu

We define the Lebesgue Integral of ff to be this common value:

fdμ:=supφfφdμ\int f \, d\mu := \sup_{\varphi \le f} \int \varphi \, d\mu