Documentation

LeanPool.NavierStokesAndEuler.Euler.TimeLpSubintervalBound

Actual L² forcing bounds imply continuous scalar integral majorants on every time subinterval.

Two genuine real L² time fields have an integrable product.

theorem EulerTimeLpSubintervalBound.subinterval_forcing_bound (T : ) (hT : 0 T) (s t : ) (h0s : 0 s) (hst : s t) (htT : t T) (k g : C((Set.Icc 0 T), )) (hk : ∀ (r : (Set.Icc 0 T)), 0 k r) (F : (EulerTimeLp.TimeLp T )) (hF : F ≤ᵐ[EulerTimeLp.timeMeasure T] EulerVolterraConvolution.extendPath T hT g) :

A genuine almost-everywhere forcing bound gives its signed coefficient comparison on every time subinterval.

def EulerTimeLpSubintervalBound.scalarEnergyRhs (T : ) (a b k X Y F : C((Set.Icc 0 T), )) :
C((Set.Icc 0 T), )

The actual continuous scalar right-hand side after an almost-everywhere forcing estimate.

Equations
Instances For
    theorem EulerTimeLpSubintervalBound.scalar_rhs_subinterval (T : ) (hT : 0 T) (s t : ) (h0s : 0 s) (hst : s t) (htT : t T) (a b k X Y g : C((Set.Icc 0 T), )) (hk : ∀ (r : (Set.Icc 0 T)), 0 k r) (F : (EulerTimeLp.TimeLp T )) (hF : F ≤ᵐ[EulerTimeLp.timeMeasure T] EulerVolterraConvolution.extendPath T hT g) (he : X t, - X s, (( (r : ) in s..t, EulerVolterraConvolution.extendPath T hT a r * EulerVolterraConvolution.extendPath T hT X r) + (r : ) in s..t, EulerVolterraConvolution.extendPath T hT b r * EulerVolterraConvolution.extendPath T hT Y r) + (r : ) in Set.Icc s t, (EulerTimeLp.pathLp T hT k) r * F r EulerTimeLp.timeMeasure T) :
    X t, - X s, (r : ) in s..t, EulerVolterraConvolution.extendPath T hT (scalarEnergyRhs T a b k X Y g) r

    Passing the actual forcing estimate through the integral yields a continuous scalar energy majorant.