Public Mathlib landmark · existing upstream theorem · read-only

Measure theory and analysis · existing Mathlib declaration

Monotone Convergence Theorem

If measurable nonnegative functions grow pointwise with the sequence index, then integrating their pointwise supremum gives the same extended value as taking the supremum of their integrals.

The theorem at a glance

Monotone Convergence Theorem at a glance

A source-bound editorial overview of the exact Mathlib formulation. The image is explanatory; the statement map, formal type, and pinned source remain authoritative.

For measurable ℝ≥0∞-valued functions increasing in pointwise order, lintegral commutes with the pointwise supremum. Generated explanation only; the exact HTML statement and pinned source are authoritative.
Detailed visual description

The poster sets four nested green profiles above growing cobalt mass basins and centers the exact nonnegative extended-real lintegral equality. Its footer states the natural-number sequence, absence of integrability or finiteness hypotheses, and possible infinite common value.

Formal orientation

Statement map

Statement map for Monotone Convergence TheoremThe nonnegative extended-real lintegral of the pointwise supremum of a measurable monotone sequence equals the supremum of its lintegrals. The pinned upstream declaration is MeasureTheory.lintegral_iSup. The exact checked statement is theorem MeasureTheory.lintegral_iSup {α : Type*} {m : MeasurableSpace α} {μ : Measure α} {f : ℕ → α → ℝ≥0∞} (hf : ∀ n, Measurable (f n)) (h_mono : Monotone f) : ∫⁻ a, ⨆ n, f n a ∂μ = ⨆ n, ∫⁻ a, f n a ∂μ.Mathematical readingThe nonnegativeextended-real lintegralof the pointwisesupremum of a measurablemonotone sequence equalsthe supremum of itslintegrals.Pinned declarationmathlib ·MeasureTheory.lintegral_iSupExact checked formtheoremMeasureTheory.lintegral_iSup{α : Type*} {m :MeasurableSpace α} {μ :Measure α} {f : ℕ → α →ℝ≥0∞} (hf : ∀ n,Measurable (f n))(h_mono : Monotone f) :∫⁻ a, ⨆ n, f n a ∂μ = ⨆n, ∫⁻ a, f n a ∂μStatement map for Monotone Convergence TheoremThe nonnegative extended-real lintegral of the pointwise supremum of a measurable monotone sequence equals the supremum of its lintegrals. The pinned upstream declaration is MeasureTheory.lintegral_iSup. The exact checked statement is theorem MeasureTheory.lintegral_iSup {α : Type*} {m : MeasurableSpace α} {μ : Measure α} {f : ℕ → α → ℝ≥0∞} (hf : ∀ n, Measurable (f n)) (h_mono : Monotone f) : ∫⁻ a, ⨆ n, f n a ∂μ = ⨆ n, ∫⁻ a, f n a ∂μ.Mathematical readingThe nonnegativeextended-real lintegralof the pointwisesupremum of a measurablemonotone sequence equalsthe supremum of itslintegrals.Pinned declarationmathlib ·MeasureTheory.lintegral_iSupExact checked formtheoremMeasureTheory.lintegral_iSup{α : Type*} {m :MeasurableSpace α} {μ :Measure α} {f : ℕ → α →ℝ≥0∞} (hf : ∀ n,Measurable (f n))(h_mono : Monotone f) :∫⁻ a, ⨆ n, f n a ∂μ = ⨆n, ∫⁻ a, f n a ∂μ

This deterministic map orients the reader from the mathematical summary to the pinned declaration and exact checked form. The HTML statement below is authoritative.

A pointwise-monotone sequence builds its supremum while the corresponding nonnegative lintegrals rise to the same extended-real value. Scientific diagram · explanatory, not proof evidence.
Detailed visual description

This page indexes Mathlib's monotone convergence theorem for a natural-number-indexed sequence f : ℕ → α → ℝ≥0∞ whose terms are measurable and which is monotone in the pointwise function order. It concludes that the lintegral of the pointwise supremum equals the supremum of the lintegrals. Nonnegativity is encoded by ℝ≥0∞, so no integrability or finiteness hypothesis is required and either side may be ∞. The selected declaration does not state the nearby almost-everywhere-measurable/almost-everywhere-monotone variant, a signed or Bochner-integral theorem, convergence for a nonmonotone sequence, or a quantitative rate.

Complementary intuition

A mathematical landmark

The monotone convergence theorem is a foundational limit-interchange principle in measure theory. It allows nonnegative mass to be assembled through an increasing sequence without an integrable dominating function and underlies the construction and structural properties of the Lebesgue integral.

The low-text schematic gives the theorem a visual identity; it does not replace the source-bound poster or exact statement.

Authoritative formal type

Exact Mathlib statement

theorem MeasureTheory.lintegral_iSup {α : Type*} {m : MeasurableSpace α} {μ : Measure α} {f : ℕ → α → ℝ≥0∞} (hf : ∀ n, Measurable (f n)) (h_mono : Monotone f) : ∫⁻ a, ⨆ n, f n a ∂μ = ⨆ n, ∫⁻ a, f n a ∂μ
Selected evidence declaration text
theorem MeasureTheory.lintegral_iSup {α : Type*} {m : MeasurableSpace α} {μ : Measure α} {f : ℕ → α → ℝ≥0∞} (hf : ∀ n, Measurable (f n)) (h_mono : Monotone f) : ∫⁻ a, ⨆ n, f n a ∂μ = ⨆ n, ∫⁻ a, f n a ∂μ

ProofAtlas record

What has been checked

Upstream indexedPinned source bytes verified locally
Locally reproducedExact upstream declaration replayed
Reviewed pageCurrent public presentation reviewed
Accepted Atlas resultNot recorded for the preferred artifact

These states distinguish upstream identity, local reproduction, review, and Atlas acceptance. This page is part of the public, read-only Mathlib landmark collection.

Claim boundary

No new theorem is claimed

This page indexes Mathlib's monotone convergence theorem for a natural-number-indexed sequence f : ℕ → α → ℝ≥0∞ whose terms are measurable and which is monotone in the pointwise function order. It concludes that the lintegral of the pointwise supremum equals the supremum of the lintegrals. Nonnegativity is encoded by ℝ≥0∞, so no integrability or finiteness hypothesis is required and either side may be ∞. The selected declaration does not state the nearby almost-everywhere-measurable/almost-everywhere-monotone variant, a signed or Bochner-integral theorem, convergence for a nonmonotone sequence, or a quantitative rate.

Provenance

Origin and evidence stay separate

Existing declaration
MeasureTheory.lintegral_iSup in mathlib
Relationship
The checked artifact is the upstream declaration itself
Preferred checked artifact
artifact.library.mathlib.monotone-convergence-theorem.v001
Source handling
Verified upstream reference; no mirrored source package