Documentation

LeanPool.NavierStokesAndEuler.Euler.GevreyCompositionLp

Gevrey-two composition with the outer derivatives in actual L². Only the inner positive derivatives are bounded in sup norm. The outer L² norm is transported by a measure-preserving map, so it is not replaced by a pointwise bound or by a volume of the ambient domain.

Inner partition bound, given by ∏ i, B*R^(c.partSize i)*((c.partSize i).factorial : ℝ)^2.

Equations
Instances For
    theorem EulerGevreyCompositionLp.composition_partition_bound {E : Type u_1} {F : Type u_2} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] (f : EE) (g : EF) (n : ) (x : E) (hf : ContDiffAt (↑n) f x) (hg : ContDiffAt (↑n) g (f x)) (B R : ) (_hB : 0 B) (_hR : 0 R) (hfjet : ∀ (j : ), 0 < jj niteratedFDeriv j f x B * R ^ j * j.factorial ^ 2) :
    theorem EulerGevreyCompositionLp.composition_memLp_and_bound {E : Type u_1} {F : Type u_2} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [MeasurableSpace E] (μ : MeasureTheory.Measure E) (f : EE) (g : EF) (hf : ContDiff (↑) f) (hg : ContDiff (↑) g) (hmp : MeasureTheory.MeasurePreserving f μ μ) (n : ) (hfg : MeasureTheory.AEStronglyMeasurable (iteratedFDeriv n (g f)) μ) (A B R S : ) (hA : 0 A) (hB : 0 B) (hR : 0 R) (hS : 0 S) (hgLp : jn, MeasureTheory.MemLp (iteratedFDeriv j g) 2 μ) (hgjet : jn, (MeasureTheory.eLpNorm (iteratedFDeriv j g) 2 μ).toReal A * S ^ j * j.factorial ^ 2) (hfjet : ∀ (j : ), 0 < jj n∀ (x : E), iteratedFDeriv j f x B * R ^ j * j.factorial ^ 2) :
    MeasureTheory.MemLp (iteratedFDeriv n (g f)) 2 μ (MeasureTheory.eLpNorm (iteratedFDeriv n (g f)) 2 μ).toReal A * (R * (B * S + 2)) ^ n * n.factorial ^ 2

    A genuine L² composition estimate with factorial-square growth. The measurability premise is automatic for smooth finite-dimensional fields, and no L² premise is required for the composed derivative.