Fiveable

📏Geometric Measure Theory Unit 1 Review

QR code for Geometric Measure Theory practice questions

1.4 Measurable functions and integration

1.4 Measurable functions and integration

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
📏Geometric Measure Theory
Unit & Topic Study Guides

Measurable functions and integration form the backbone of measure theory. They extend the concept of measurability from sets to functions, allowing us to work with a broader class of mathematical objects. This extension is crucial for developing a more powerful and flexible integration theory.

The Lebesgue integral, built on these concepts, generalizes the Riemann integral. It can handle a wider range of functions, including those with discontinuities or unbounded values. This makes it an essential tool in advanced mathematics, particularly in analysis and probability theory.

Measurable Functions and Properties

Definition and Preimage Property

  • A function f:XRf: X \to \mathbb{R} is measurable if for every open set GRG \subset \mathbb{R}, the preimage f1(G)f^{-1}(G) is a measurable set in XX
  • This property allows for the extension of measurability from sets to functions
  • Examples of measurable functions include continuous functions, step functions, and piecewise continuous functions

Preservation of Measurability under Arithmetic Operations

  • The sum, difference, product, and quotient of two measurable functions are also measurable
    • If ff and gg are measurable functions, then f+gf + g, fgf - g, fgf \cdot g, and f/gf/g (where g0g \neq 0) are also measurable
  • This property allows for the construction of new measurable functions from existing ones
  • Examples:
    • If f(x)=x2f(x) = x^2 and g(x)=sin(x)g(x) = \sin(x) are measurable, then f+gf + g, fgf - g, fgf \cdot g, and f/gf/g (where g0g \neq 0) are also measurable

Composition and Limit Properties

  • The composition of a measurable function with a continuous function is measurable
    • If f:XRf: X \to \mathbb{R} is measurable and g:RRg: \mathbb{R} \to \mathbb{R} is continuous, then gf:XRg \circ f: X \to \mathbb{R} is measurable
  • The limit of a sequence of measurable functions, when it exists pointwise, is also measurable
  • These properties allow for the creation of new measurable functions through composition and limits
  • Examples:
    • If f(x)=x2f(x) = x^2 is measurable and g(x)=xg(x) = \sqrt{x} is continuous, then gf(x)=xg \circ f(x) = |x| is measurable
    • If {fn}\{f_n\} is a sequence of measurable functions converging pointwise to ff, then ff is also measurable

Vector Space and Algebra Structure

  • The set of measurable functions forms a vector space over R\mathbb{R} under pointwise addition and scalar multiplication
  • The set of measurable functions also forms an algebra under pointwise addition and multiplication
  • These algebraic structures provide a framework for studying measurable functions and their properties
  • Examples:
    • If ff and gg are measurable functions and α,βR\alpha, \beta \in \mathbb{R}, then αf+βg\alpha f + \beta g is a measurable function
    • If ff and gg are measurable functions, then fgf \cdot g is a measurable function

Lebesgue Integral for Non-negative Functions

Definition and Motivation

  • The Lebesgue integral is a generalization of the Riemann integral that allows for the integration of a broader class of functions, including unbounded and discontinuous functions
  • For a non-negative measurable function f:X[0,]f: X \to [0, \infty], the Lebesgue integral is defined as the supremum of the integrals of simple functions that are less than or equal to ff
    • A simple function is a measurable function that takes on a finite number of values
  • The Lebesgue integral of a non-negative measurable function ff is denoted as fdμ\int f d\mu, where μ\mu is the measure on XX
  • Examples:
    • The Lebesgue integral of the indicator function 1A\mathbf{1}_A of a measurable set AA is equal to the measure of AA: 1Adμ=μ(A)\int \mathbf{1}_A d\mu = \mu(A)
    • The Lebesgue integral of a non-negative continuous function ff on a compact interval [a,b][a, b] is equal to the Riemann integral of ff on [a,b][a, b]

Extension to General Measurable Functions

  • The Lebesgue integral can be extended to measurable functions that take on both positive and negative values by splitting the function into its positive and negative parts
  • For a measurable function ff, define f+(x)=max{f(x),0}f^+(x) = \max\{f(x), 0\} and f(x)=max{f(x),0}f^-(x) = \max\{-f(x), 0\}. Then, f=f+ff = f^+ - f^-, and the Lebesgue integral of ff is defined as fdμ=f+dμfdμ\int f d\mu = \int f^+ d\mu - \int f^- d\mu, provided that at least one of the integrals on the right-hand side is finite
  • This extension allows for the integration of a wide range of measurable functions, including those with both positive and negative values
  • Examples:
    • If f(x)=sin(x)f(x) = \sin(x) on [0,2π][0, 2\pi], then f+(x)=max{sin(x),0}f^+(x) = \max\{\sin(x), 0\} and f(x)=max{sin(x),0}f^-(x) = \max\{-\sin(x), 0\}, and 02πsin(x)dx=02πf+(x)dx02πf(x)dx=0\int_0^{2\pi} \sin(x) dx = \int_0^{2\pi} f^+(x) dx - \int_0^{2\pi} f^-(x) dx = 0
    • If f(x)=xf(x) = x on [1,1][-1, 1], then f+(x)=max{x,0}f^+(x) = \max\{x, 0\} and f(x)=max{x,0}f^-(x) = \max\{-x, 0\}, and 11xdx=11f+(x)dx11f(x)dx=0\int_{-1}^1 x dx = \int_{-1}^1 f^+(x) dx - \int_{-1}^1 f^-(x) dx = 0

Convergence Theorems for Lebesgue Integrals

Definition and Preimage Property, Continuity | Precalculus

Monotone Convergence Theorem

  • The Monotone Convergence Theorem states that if {fn}\{f_n\} is a sequence of non-negative measurable functions that is monotonically increasing (i.e., fnfn+1f_n \leq f_{n+1} for all nn) and converges pointwise to a function ff, then limfndμ=fdμ\lim \int f_n d\mu = \int f d\mu
  • This theorem allows for the interchange of limits and integrals for monotonically increasing sequences of non-negative measurable functions
  • Examples:
    • If fn(x)=1enxf_n(x) = 1 - e^{-nx} for x0x \geq 0, then {fn}\{f_n\} is a monotonically increasing sequence of non-negative measurable functions converging pointwise to f(x)=1f(x) = 1 for x0x \geq 0, and lim0fn(x)dx=0f(x)dx=\lim \int_0^\infty f_n(x) dx = \int_0^\infty f(x) dx = \infty
    • If fn(x)=min{x2,n}f_n(x) = \min\{x^2, n\} on [0,1][0, 1], then {fn}\{f_n\} is a monotonically increasing sequence of non-negative measurable functions converging pointwise to f(x)=x2f(x) = x^2 on [0,1][0, 1], and lim01fn(x)dx=01f(x)dx=13\lim \int_0^1 f_n(x) dx = \int_0^1 f(x) dx = \frac{1}{3}

Dominated Convergence Theorem

  • The Dominated Convergence Theorem states that if {fn}\{f_n\} is a sequence of measurable functions that converges pointwise to a function ff and there exists a non-negative integrable function gg such that fng|f_n| \leq g for all nn, then limfndμ=fdμ\lim \int f_n d\mu = \int f d\mu
  • This theorem allows for the interchange of limits and integrals for sequences of measurable functions that are dominated by an integrable function
  • Examples:
    • If fn(x)=x1+nx2f_n(x) = \frac{x}{1 + nx^2} on R\mathbb{R}, then {fn}\{f_n\} converges pointwise to f(x)=0f(x) = 0 and is dominated by g(x)=1xg(x) = \frac{1}{x} on [1,)[1, \infty), and lim1fn(x)dx=1f(x)dx=0\lim \int_1^\infty f_n(x) dx = \int_1^\infty f(x) dx = 0
    • If fn(x)=sin(nx)nf_n(x) = \frac{\sin(nx)}{n} on [0,π][0, \pi], then {fn}\{f_n\} converges pointwise to f(x)=0f(x) = 0 and is dominated by g(x)=1ng(x) = \frac{1}{n} on [0,π][0, \pi], and lim0πfn(x)dx=0πf(x)dx=0\lim \int_0^\pi f_n(x) dx = \int_0^\pi f(x) dx = 0

Fatou's Lemma

  • Fatou's Lemma is another important result related to the convergence of the Lebesgue integral. It states that if {fn}\{f_n\} is a sequence of non-negative measurable functions, then lim inffndμlim inffndμ\int \liminf f_n d\mu \leq \liminf \int f_n d\mu
  • This lemma provides a lower bound for the limit inferior of the integrals of a sequence of non-negative measurable functions
  • Examples:
    • If fn(x)=n1(0,1n)(x)f_n(x) = n \mathbf{1}_{(0, \frac{1}{n})}(x) on [0,1][0, 1], then lim inffn(x)=0\liminf f_n(x) = 0 for all x[0,1]x \in [0, 1], and 01lim inffn(x)dx=0lim inf01fn(x)dx=1\int_0^1 \liminf f_n(x) dx = 0 \leq \liminf \int_0^1 f_n(x) dx = 1
    • If fn(x)=enxf_n(x) = e^{-nx} on [0,)[0, \infty), then lim inffn(x)=0\liminf f_n(x) = 0 for all x[0,)x \in [0, \infty), and 0lim inffn(x)dx=0lim inf0fn(x)dx=0\int_0^\infty \liminf f_n(x) dx = 0 \leq \liminf \int_0^\infty f_n(x) dx = 0

Importance in Proving Properties and Interchange of Limits

  • These convergence theorems are crucial for proving the properties of the Lebesgue integral and for justifying the interchange of limits and integrals in various situations
  • They provide a solid foundation for the study of the Lebesgue integral and its applications in different areas of mathematics
  • Examples:
    • The Monotone Convergence Theorem can be used to prove the linearity and monotonicity of the Lebesgue integral
    • The Dominated Convergence Theorem can be used to justify the interchange of limits and integrals in the definition of the Fourier transform and in the study of weak solutions of partial differential equations

Applications of Lebesgue Integration

Probability Theory

  • In probability theory, the Lebesgue integral is used to define the expectation of random variables
    • For a random variable XX on a probability space (Ω,F,P)(\Omega, \mathcal{F}, P), the expectation of XX is defined as E[X]=XdP\mathbb{E}[X] = \int X dP, provided that the integral exists
  • The Lebesgue integral allows for the definition of expectation for a wide range of random variables, including those with unbounded or discontinuous distributions
  • Examples:
    • If XX is a continuous random variable with probability density function ff, then E[X]=xf(x)dx\mathbb{E}[X] = \int_{-\infty}^\infty x f(x) dx
    • If XX is a discrete random variable with probability mass function pp, then E[X]=xxp(x)\mathbb{E}[X] = \sum_{x} x p(x)

Functional Analysis and Fourier Analysis

  • The Lebesgue integral is used to define the LpL^p spaces, which are important function spaces in functional analysis and Fourier analysis
    • For 1p<1 \leq p < \infty, the LpL^p space is defined as the set of measurable functions ff such that fpdμ<\int |f|^p d\mu < \infty, with the norm fp=(fpdμ)1/p\|f\|_p = (\int |f|^p d\mu)^{1/p}
    • The LL^\infty space is defined as the set of measurable functions ff such that there exists a constant CC with fC|f| \leq C almost everywhere, with the norm f=inf{C:fC almost everywhere}\|f\|_\infty = \inf\{C : |f| \leq C \text{ almost everywhere}\}
  • In Fourier analysis, the Lebesgue integral is used to define the Fourier transform of functions in LpL^p spaces
    • For fL1(R)f \in L^1(\mathbb{R}), the Fourier transform of ff is defined as f^(ξ)=f(x)e2πixξdx\hat{f}(\xi) = \int f(x)e^{-2\pi ix\xi} dx, where the integral is a Lebesgue integral
  • Examples:
    • The space of square-integrable functions L2([0,1])L^2([0, 1]) is a Hilbert space with inner product f,g=01f(x)g(x)dx\langle f, g \rangle = \int_0^1 f(x) \overline{g(x)} dx
    • The Fourier transform of the Gaussian function f(x)=eπx2f(x) = e^{-\pi x^2} is given by f^(ξ)=eπξ2\hat{f}(\xi) = e^{-\pi \xi^2}

Partial Differential Equations

  • The Lebesgue integral plays a role in the study of partial differential equations, where it is used to define weak solutions and to prove existence and uniqueness results
  • Weak solutions are defined using the Lebesgue integral and allow for the study of solutions that may not be differentiable in the classical sense
  • Examples:
    • The weak formulation of the Poisson equation Δu=f-\Delta u = f on a domain Ω\Omega with boundary conditions u=0u = 0 on Ω\partial \Omega is given by Ωuvdx=Ωfvdx\int_\Omega \nabla u \cdot \nabla v dx = \int_\Omega fv dx for all test functions vH01(Ω)v \in H_0^1(\Omega)
    • The existence and uniqueness of weak solutions to the heat equation utΔu=f\frac{\partial u}{\partial t} - \Delta u = f on a domain Ω\Omega with initial and boundary conditions can be proven using the Lebesgue integral and the Lax-Milgram theorem
Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly → and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot

2,589 studying →