Prove2Me
Navigate
DiscoverFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

The heat flow preserves divergence-free fields

Proved
NavierStokes.div_heatFlow_eq_zero

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 a differentiable vector field with fff and DfDfDf bounded. If div⁡f≡0\operatorname{div}f\equiv0divf≡0, then div⁡(eνtΔf)≡0\operatorname{div}\big(e^{\nu t\Delta}f\big)\equiv0div(eνtΔf)≡0: the heat semigroup maps divergence-free fields to divergence-free fields. This is used to show that the Duhamel term of Kato's mild solution stays divergence-free. It is an immediate consequence of div⁡(eνtΔf)=eνtΔ(div⁡f)\operatorname{div}(e^{\nu t\Delta}f)=e^{\nu t\Delta}(\operatorname{div}f)div(eνtΔf)=eνtΔ(divf) (div_heatFlow).

Preamble
import Definitions.Def_NavierStokes_Mild
import Mathlib

open MeasureTheory Real
open scoped ENNReal
Formal statement
namespace NavierStokes
theorem div_heatFlow_eq_zero {ν t : ℝ} (hν : 0 < ν) (ht : 0 < t) {f : Vec 3 → Vec 3}
    (hf : Differentiable ℝ f) {M₀ M₁ : ℝ} (h0 : ∀ y, ‖f y‖ ≤ M₀) (h1 : ∀ y, ‖fderiv ℝ f y‖ ≤ M₁)
    (hdiv : ∀ y, div f y = 0) (x : Vec 3) : div (heatFlow ν t f) x = 0 := by sorry
end NavierStokes
Source
The heat semigroup commutes with the divergence and hence preserves divergence-free fields; standard (e.g. Kato, Math. Z. 187 (1984), §1: e^{tΔ} commutes with P and with derivatives). Mission context: Prove2Me mission 'Formalize Navier-Stokes', child NavierStokes.exists_mildSolutionOn_Ico (divergence-free field of the mild solution).

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