Documentation

LeanPool.NavierStokesAndEuler.Euler.InitialH1OperatorProduct

Initial-zero versions of the actual H¹ product and reconstruction lemmas. These permit nonzero terminal values and hence explicit affine coordinate lifts in the fixed-space endpoint problem.

theorem EulerInitialTimePrimitive.eq_initialRealPrimitive_of_ac_hasDerivAt_ae {E : Type u_1} [NormedAddCommGroup E] [NormedSpace E] [CompleteSpace E] (T : ) (hT : 0 T) (u : (EulerTimeLp.TimeLp T E)) (η : E) ( : AbsolutelyContinuousOnInterval η 0 T) (hder : ∀ᵐ (t : ) EulerTimeLp.timeMeasure T, HasDerivAt η (u t) t) (hzero : η 0 = 0) (t : ) (ht : t Set.Icc 0 T) :
noncomputable def EulerInitialTimePrimitive.initialProductDerivative {E : Type u_1} {F : Type u_2} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] (T : ) (hT : 0 T) (A A₁ : C((Set.Icc 0 T), E →L[] F)) :

Initial product derivative, given by (timeMultiplier T hT A₁).comp (initialPrimitiveTimeLp T hT) + timeMultiplier T hT A.

Equations
Instances For
    noncomputable def EulerInitialTimePrimitive.initialProductPrimitive {E : Type u_1} {F : Type u_2} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] (T : ) (hT : 0 T) (A : C((Set.Icc 0 T), E →L[] F)) (u : (EulerTimeLp.TimeLp T E)) (t : ) :
    F

    Initial product primitive, given by extendPath T hT A t (initialRealPrimitive T u t).

    Equations
    Instances For
      theorem EulerInitialTimePrimitive.initialPrimitive_initialProductDerivative {E : Type u_1} {F : Type u_2} [NormedAddCommGroup E] [NormedSpace E] [CompleteSpace E] [NormedAddCommGroup F] [NormedSpace F] [CompleteSpace F] (T : ) (hT : 0 T) (A A₁ : C((Set.Icc 0 T), E →L[] F)) (hd : ∀ (t : (Set.Icc 0 T)), HasDerivWithinAt (EulerVolterraConvolution.extendPath T hT A) (A₁ t) (Set.Icc 0 T) t) (u : (EulerTimeLp.TimeLp T E)) (t : (Set.Icc 0 T)) :
      ((initialPrimitive T hT) ((initialProductDerivative T hT A A₁) u)) t = (A t) (((initialPrimitive T hT) u) t)

      Constants embedded as a genuine bounded operator into time L².

      Equations
      Instances For