Documentation

LeanPool.NavierStokesAndEuler.Euler.MeanStrongEquation

The actual mean strong equation and initial velocity condition #

The time variational solution is upgraded to genuine H² solenoidal coordinates using its derived AC momentum and the constructed coercive Gram inverse. The initial momentum trace then cancels the original M0 boundary term. The final fields contain the actual projected equation (9) and z_t(0)=L A z(0).

The source's strong mean evolution, with actual time functions and actual Bochner L² acceleration. Every derivative assertion concerns these functions.

Instances For

    At the initial identity frame, the derived momentum condition cancels M0. The range assumption here is only the genuine solenoidal range of A.

    theorem EulerMeanVariationalInverse.meanWeakSolution_strong (T : ) (hT : 0 T) (FInv F F₁ F₂ H : C((Set.Icc 0 T), EulerMeanSolenoidal.L2 →L[] EulerMeanSolenoidal.L2)) (M0 A : EulerMeanSolenoidal.L2 →L[] EulerMeanSolenoidal.L2) (L : ) (hF : ∀ (t : (Set.Icc 0 T)), HasDerivWithinAt (EulerVolterraConvolution.extendPath T hT F) (F₁ t) (Set.Icc 0 T) t) (hF₁ : ∀ (t : (Set.Icc 0 T)), HasDerivWithinAt (EulerVolterraConvolution.extendPath T hT F₁) (F₂ t) (Set.Icc 0 T) t) (hInv : ∀ (t : (Set.Icc 0 T)) (x : EulerMeanSolenoidal.L2), (FInv t) ((F t) x) = x) (hRight : ∀ (t : (Set.Icc 0 T)) (x : EulerMeanSolenoidal.L2), (F t) ((FInv t) x) = x) (hFInv₀ : FInv 0, = ContinuousLinearMap.id EulerMeanSolenoidal.L2) (hF₁₀ : F₁ 0, = M0) (hODE : ∀ (t : (Set.Icc 0 T)), F₂ t = -H t ∘SL F t) (hAσ : zEulerMeanSolenoidal.solenoidalSpace, A z EulerMeanSolenoidal.solenoidalSpace) (u : (meanDerivatives T hT FInv)) (f : (EulerTimeLp.TimeLp T EulerMeanSolenoidal.L2)) (hu : ∀ (w : (meanDerivatives T hT FInv)), inner u w - inner ((EulerTimeLp.timeMultiplier T hT H) ((meanPrimitive T hT FInv) u)) ((meanPrimitive T hT FInv) w) + inner (M0 ((meanTrace T hT FInv) u)) ((meanTrace T hT FInv) w) + L * inner (A ((meanTrace T hT FInv) u)) ((meanTrace T hT FInv) w) = -inner f ((meanPrimitive T hT FInv) w)) :
    Nonempty (StrongMeanEvolution T hT FInv F F₁ A L (↑u) f)

    A genuine mean weak solution has actual H² label coordinates, the literal projected equation, and the original initial velocity condition.