Convergence and measurability for set-to-function extensions #
This file proves norm estimates and dominated-convergence results for MeasureTheory.setToFun.
It includes sequential and filter versions of dominated convergence, applications to infinite
sums, strong measurability for parameterized families, and continuity results for families
dominated by an integrable function.
Lebesgue dominated convergence theorem provides sufficient conditions under which almost
everywhere convergence of a sequence of functions implies the convergence of their image by
setToFun.
We could weaken the condition bound_integrable to require HasFiniteIntegral bound μ instead
(i.e. not requiring that bound is measurable), but in all applications proving integrability
is easier.
Lebesgue dominated convergence theorem for filters with a countable basis
Lebesgue dominated convergence theorem for series.
Corollary of the Lebesgue dominated convergence theorem: If a sequence of functions F n is
(eventually) uniformly bounded by a constant and converges (eventually) pointwise to a
function f, then the integrals of F n with respect to a finite measure μ converge
to the integral of f.
The setToFun operation is measurable. This shows that the integrand of (the right-hand-side
of) Fubini's theorem is measurable. This version has f in curried form.