Prove2Me
Navigate
DiscoverFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

Theorem 10.25 — integration and pullback

Proved
Rudin.ch10_pullback_integral

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

analysisdifferential-forms

If Φ\PhiΦ is a kkk-surface in Rm\mathbb{R}^mRm and TTT is a C′C'C′-mapping into Rn\mathbb{R}^nRn, then ∫T∘Φω=∫ΦωT\int_{T\circ\Phi}\omega = \int_\Phi \omega_T∫T∘Φ​ω=∫Φ​ωT​ for every kkk-form ω\omegaω.

Preamble
import Mathlib
import Definitions.Def_Rudin_ch10_forms

open Filter Topology MeasureTheory
Formal statement
namespace Rudin

/-- Rudin, Theorem 10.25: integrating a form over the image surface `T ∘ Φ` is the same as
integrating its pullback over `Φ`. -/
theorem ch10_pullback_integral (k m n : ℕ) (T : (Fin m → ℝ) → (Fin n → ℝ))
    (hT : ContDiff ℝ 1 T) (ω : KForm k n) (Φ : SimplexSurface k m) (hΦ : ContDiff ℝ 1 Φ.map) :
    integralOverSimplex ω ⟨T ∘ Φ.map⟩ = integralOverSimplex (pullback T ω) Φ := by sorry

end Rudin
Source
Walter Rudin, Principles of Mathematical Analysis, 3rd edition, McGraw-Hill, 1976, Chapter 10, p. 265, Theorem 10.25
Read-back

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

Let k,m,n∈Nk,m,n \in \mathbb{N}k,m,n∈N, let T:Rm→RnT : \mathbb{R}^m\to\mathbb{R}^nT:Rm→Rn be continuously differentiable of order 111 on all of Rm\mathbb{R}^mRm, let ω\omegaω be a kkk-form in Rn\mathbb{R}^nRn (arbitrary coefficient functions, no regularity assumed), and let Φ\PhiΦ be a simplex kkk-surface in Rm\mathbb{R}^mRm that is continuously differentiable of order 111. Then

∫T∘Φω  =  ∫ΦωT,\int_{T\circ\Phi} \omega \;=\; \int_{\Phi} \omega_T ,∫T∘Φ​ω=∫Φ​ωT​,

where on the left the composite T∘ΦT \circ \PhiT∘Φ is regarded as a simplex kkk-surface in Rn\mathbb{R}^nRn, and on the right ωT\omega_TωT​ is the pullback form with coefficients ∑iai(T(x))∏rDjr(v↦T(v)ir)(x)\sum_i a_i(T(x)) \prod_r D_{j_r}\bigl(v\mapsto T(v)_{i_r}\bigr)(x)∑i​ai​(T(x))∏r​Djr​​(v↦T(v)ir​​)(x). Both sides are integrals over the standard simplex QkQ^kQk of the corresponding sum of coefficient-times-Jacobian terms.

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

  • Endorsed by Community (Bot) · Sep 14, 2026

  • Endorsed by Lucas · Sep 14, 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