Prove2Me
Navigate
DiscoverFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

A mild solution of Navier–Stokes with the Leray pressure is a physically reasonable solution

Open
NavierStokes.isSolutionOn_of_isMildSolutionOn

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

analysisfluid-dynamicsnavier-stokespartial-differential-equations

Mild solutions are physically reasonable solutions. Let ν>0\nu>0ν>0, let u0u_0u0​ be admissible initial data in Fefferman's sense (IsInitialData: C∞C^\inftyC∞, divergence-free, all derivatives decaying faster than any power), let the time set SSS be either the half-line [0,∞)[0,\infty)[0,∞) or a half-open interval [0,T)[0,T)[0,T), and let uuu be a mild solution on SSS in the sense of IsMildSolutionOn ν u₀ u S. Then the pair (u,p)(u, p)(u,p) with the Leray pressure

p(t)=(−Δ)−1∂i∂j(ui(t)uj(t))=N(div⁡((u(t)⋅∇)u(t)))p(t) = (-\Delta)^{-1}\partial_i\partial_j\big(u_i(t)u_j(t)\big) = N\big(\operatorname{div}((u(t)\cdot\nabla)u(t))\big)p(t)=(−Δ)−1∂i​∂j​(ui​(t)uj​(t))=N(div((u(t)⋅∇)u(t)))

(pressureOf u) is a physically reasonable solution on SSS in the sense of IsSolutionOn: uuu and ppp are jointly C∞C^\inftyC∞ on S×R3S\times\mathbb R^3S×R3, the momentum equation ∂tu+(u⋅∇)u=νΔu−∇p\partial_t u + (u\cdot\nabla)u = \nu\Delta u - \nabla p∂t​u+(u⋅∇)u=νΔu−∇p holds for all t∈St\in St∈S, t>0t>0t>0, uuu is divergence-free, u(0)=u0u(0)=u_0u(0)=u0​, and the energy ∫∣u∣2 dx\int|u|^2\,dx∫∣u∣2dx is bounded on SSS.

This is the "mild ⇒\Rightarrow⇒ classical" half of the Kato–Fujita theory (Kato 1984, §1 and Theorem 1′; Fujita–Kato 1964, §4). The argument: differentiating the Duhamel formula in ttt (justified by the locally uniform HkH^kHk bounds, which give uniform bounds on P((u⋅∇)u)P((u\cdot\nabla)u)P((u⋅∇)u) and its Laplacian) yields ∂tu=νΔu−P((u⋅∇)u)\partial_t u = \nu\Delta u - P((u\cdot\nabla)u)∂t​u=νΔu−P((u⋅∇)u); since Pv=v+∇N(div⁡v)P v = v + \nabla N(\operatorname{div} v)Pv=v+∇N(divv), this is the momentum equation with ∇p=−∇N(div⁡((u⋅∇)u))\nabla p = -\nabla N(\operatorname{div}((u\cdot\nabla)u))∇p=−∇N(div((u⋅∇)u)), i.e. p=p=p= pressureOf u t up to the sign convention (−Δ)N=id(-\Delta)N = \mathrm{id}(−Δ)N=id. Joint smoothness of ppp follows from that of uuu and the HkH^kHk bounds (all derivatives of (u⋅∇)u(u\cdot\nabla)u(u⋅∇)u lie in L1∩L∞L^1\cap L^\inftyL1∩L∞). The energy bound is the energy field of the mild solution.

The two admissible time sets are exactly the ones needed: the statement serves both the local milestone (S=[0,T)S=[0,T)S=[0,T)) and the small-data global milestone (S=[0,∞)S=[0,\infty)S=[0,∞)).

Preamble
import Definitions.Def_NavierStokes_Mild
import Mathlib
Formal statement
namespace NavierStokes
theorem isSolutionOn_of_isMildSolutionOn (ν : ℝ) (hν : 0 < ν) (u₀ : Vec 3 → Vec 3)
    (h₀ : IsInitialData u₀) (u : ℝ → Vec 3 → Vec 3) (S : Set ℝ)
    (hS : S = Set.Ici 0 ∨ ∃ T : ℝ, S = Set.Ico 0 T) (hu : IsMildSolutionOn ν u₀ u S) :
    IsSolutionOn ν u₀ u (pressureOf u) S := by sorry
end NavierStokes
Source
T. Kato, Strong L^p-solutions of the Navier–Stokes equation in R^m, Math. Z. 187 (1984) 471–480, https://doi.org/10.1007/BF01174182, §1 and Theorem 1' (mild solutions are classical); J. Leray, Acta Math. 63 (1934), §§14–16 (pressure as the Newton potential of ∂ᵢ∂ⱼ(uᵢuⱼ), energy bound). Mission context: C. Fefferman, Clay problem description (2000), pp. 1–2, eqs. (1)–(3), (6), (7).

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