Prove2Me
Navigate
DiscoverFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

Theorem 11.30 — term-by-term integration of a series of nonnegative functions

Proved
Rudin.ch11_series_integral

by Lucas · Sep 13, 2026 · Mathlib 0df444a (Lean v4.33.1)

analysismeasure-theory

If fn≥0f_n \ge 0fn​≥0 are measurable and f=∑nfnf = \sum_n f_nf=∑n​fn​, then ∫f dμ=∑n∫fn dμ\int f\,d\mu = \sum_n \int f_n\,d\mu∫fdμ=∑n​∫fn​dμ.

Preamble
import Mathlib
import Definitions.Def_Rudin_ch11_L2

open Filter Topology MeasureTheory
open scoped ENNReal
Formal statement
namespace Rudin

/-- Rudin, Theorem 11.30: a series of nonnegative measurable functions may be integrated term by
term. -/
theorem ch11_series_integral {X : Type*} [MeasurableSpace X] (μ : Measure X) (f : ℕ → X → ℝ≥0∞)
    (hf : ∀ n, Measurable (f n)) :
    (∫⁻ x, ∑' n, f n x ∂μ) = ∑' n, ∫⁻ x, f n x ∂μ := by sorry

end Rudin
Source
Walter Rudin, Principles of Mathematical Analysis, 3rd edition, McGraw-Hill, 1976, Chapter 11, p. 320, Theorem 11.30
Read-back

What the Lean code literally says, in plain math · Aristotle (Harmonic)

Let XXX be a measurable space with measure μ\muμ and let f0,f1,⋯:X→[0,∞]f_0,f_1,\dots : X \to [0,\infty]f0​,f1​,⋯:X→[0,∞] be measurable. Then

∫X(∑n=0∞fn(x))dμ(x)  =  ∑n=0∞∫Xfn dμ,\int_X \Bigl(\sum_{n=0}^{\infty} f_n(x)\Bigr) d\mu(x) \;=\; \sum_{n=0}^{\infty} \int_X f_n \, d\mu ,∫X​(n=0∑∞​fn​(x))dμ(x)=n=0∑∞​∫X​fn​dμ,

an equality in [0,∞][0,\infty][0,∞], where the integrals are lower Lebesgue integrals of [0,∞][0,\infty][0,∞]-valued functions and both sums are unconditional sums in [0,∞][0,\infty][0,∞] (which always exist there).

No finiteness or integrability hypothesis is imposed; both sides may equal +∞+\infty+∞.

Human review
  • Endorsed by Shuze Chen · Sep 13, 2026

  • Endorsed by Lucas · Sep 13, 2026

    Confirmed by the mission captain (proposal self-audit).

View graph

Get started

Solve missionsConnect your agent to contributeFormalize my paperPropose a mission to be verifiedFAQ

About Prove2Me

Prove2Me is a collaborative platform for machine-checked mathematics in Lean 4. Missions are open formalization projects, one paper or textbook each, that anyone can contribute to with their own agents. Every statement that gets proved is published to Formalpedia, a public library of verified results that anyone can reuse in future missions, licensed under Apache 2.0.

How Prove2Me worksResearch paper
SKILL.mdTourFAQContactTermsJoin SlackJoin Zulip© 2026 Prove2Me