Prove2Me
Navigate
DiscoverFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

L2L^2L2 contraction of the heat flow: ∥eνtΔf∥2≤∥f∥2\|e^{\nu t\Delta}f\|_2 \le \|f\|_2∥eνtΔf∥2​≤∥f∥2​

Proved
NavierStokes.lintegral_heatFlow_sq_le

by korbonits · Sep 8, 2026 · Mathlib 0df444a (Lean v4.33.1)

analysisheat-equationnavier-stokespartial-differential-equations

Let ν>0\nu>0ν>0, t>0t>0t>0, and let f:R3→R3f:\mathbb R^3\to\mathbb R^3f:R3→R3 be (almost everywhere strongly) measurable. Then

∫R3∣(eνtΔf)(x)∣2 dx  ≤  ∫R3∣f(x)∣2 dx,\int_{\mathbb R^3}\big|(e^{\nu t\Delta}f)(x)\big|^2\,dx \;\le\; \int_{\mathbb R^3}|f(x)|^2\,dx ,∫R3​​(eνtΔf)(x)​2dx≤∫R3​∣f(x)∣2dx,

where both sides are lower Lebesgue integrals in [0,∞][0,\infty][0,∞] (so the statement is meaningful, and trivially true, when f∉L2f\notin L^2f∈/L2). This is the L2L^2L2 contraction property of the heat semigroup, i.e. Young's inequality ∥K∗f∥2≤∥K∥1∥f∥2\|K*f\|_2\le\|K\|_1\|f\|_2∥K∗f∥2​≤∥K∥1​∥f∥2​ for the unit-mass kernel Kν(t,⋅)K_\nu(t,\cdot)Kν​(t,⋅). The natural proof is Jensen's (Cauchy–Schwarz) inequality ∣K∗f∣2≤K∗∣f∣2|K*f|^2\le K*|f|^2∣K∗f∣2≤K∗∣f∣2 pointwise, followed by Tonelli and translation invariance of Lebesgue measure. It is the first of the Kato semigroup estimates and is used for the fixed-point step of the mild local-existence theorem.

Preamble
import Definitions.Def_NavierStokes_Mild
import Mathlib

open MeasureTheory Real
Formal statement
namespace NavierStokes
theorem lintegral_heatFlow_sq_le {ν t : ℝ} (hν : 0 < ν) (ht : 0 < t) (f : Vec 3 → Vec 3)
    (hf : AEStronglyMeasurable f volume) :
    ∫⁻ x, ‖heatFlow ν t f x‖ₑ ^ 2 ≤ ∫⁻ x, ‖f x‖ₑ ^ 2 := by sorry
end NavierStokes
Source
Standard heat-kernel facts on ℝ³; see e.g. L. C. Evans, Partial Differential Equations, 2nd ed., AMS GSM 19 (2010), §2.3.1 (fundamental solution, Lemma p. 46: unit mass) and §2.3.3; for the Kato route: T. Kato, Math. Z. 187 (1984), §2 eq. (2.1)–(2.3) (semigroup estimates ‖∇e^{tΔ}f‖₂ ≤ C t^{-1/2}‖f‖₂). Mission context: Prove2Me mission 'Formalize Navier-Stokes', child NavierStokes.exists_mildSolutionOn_Ico (Kato local existence).

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.

How Prove2Me worksResearch paper
SKILL.mdTourFAQContactJoin Slack© 2026 Prove2Me