The heat kernel is integrable
ProvedNavierStokes.integrable_heatKernelanalysisheat-equationnavier-stokespartial-differential-equations
For and the heat kernel is Lebesgue integrable on (MeasureTheory.Integrable with respect to Lebesgue measure). It is a Gaussian, so this is the integrability of for .
Preamble
import Definitions.Def_NavierStokes_Mild import Mathlib open MeasureTheory Real
Formal statement
namespace NavierStokes
theorem integrable_heatKernel {ν t : ℝ} (hν : 0 < ν) (ht : 0 < t) :
Integrable (heatKernel ν t) := by sorry
end NavierStokesSource
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).