Documentation

LeanPool.NavierStokesAndEuler.Euler.MeanPacketData

Concrete source data for the mean packet provider #

This record contains only the given matrix coefficients and the manuscript's pointwise inequalities and time identities. Its solver and strong evolution are the previously constructed actual variational inverse, not input fields.

The actual strong mean inverse under the manuscript's spatial hypotheses.

Strong regularity of the genuinely constructed mean inverse #

The result applies the strong-coordinate theorem to the actual coercive solve. The input boundary inequality still has to be supplied by the concrete cutoff operator and harmonic localization. No solution, momentum equation, acceleration, or initial velocity condition is included in the hypotheses.

theorem EulerMeanVariationalInverse.meanSolver_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 K B : ) (hK : 0 K) (hB : 0 B) (hFInv₀ : FInv 0, = ContinuousLinearMap.id EulerMeanSolenoidal.L2) (hH : ∀ (t : (Set.Icc 0 T)) (z : EulerMeanSolenoidal.L2), inner ((H t) z) z K * z ^ 2) (hboundary : zEulerMeanSolenoidal.solenoidalSpace, -B * z ^ 2 inner (M0 z) z + L * inner (A z) z) (hsmall : K * (T ^ 2 / 2) + B * T 1 / 2) (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) (hF₁₀ : F₁ 0, = M0) (hODE : ∀ (t : (Set.Icc 0 T)), F₂ t = -H t ∘SL F t) (hAσ : zEulerMeanSolenoidal.solenoidalSpace, A z EulerMeanSolenoidal.solenoidalSpace) (f : (EulerTimeLp.TimeLp T EulerMeanSolenoidal.L2)) :
Nonempty (StrongMeanEvolution T hT FInv F F₁ A L (↑((meanSolver T hT FInv H M0 A L K B hK hB hFInv₀ hH hboundary hsmall) f)) f)

The actual bounded mean solution operator produces a strong mean evolution with the literal projected equation and original initial velocity condition.

theorem EulerMeanSourceInverse.sourceMeanSolver_strong (T : ) (hT : 0 T) ( : ) (hℓ : 0 < ) (M : EulerSmoothLimit.SpaceEulerSmoothLimit.Space →L[] EulerSmoothLimit.Space) (hM : MeasureTheory.AEStronglyMeasurable M MeasureTheory.volume) (C : NNReal) (hC : ∀ (x : EulerSmoothLimit.Space), M x C) (Be Bc L r : ) (hBe : 0 Be) (hBc : 0 Bc) (hL : EulerMeanHarmonic.boundaryLocalizationC1 * Bc L) (hr : 0 r) (hrquarter : r 1 / 4) (hext : ∀ (x : EulerSmoothLimit.Space), r x∀ (v : EulerSmoothLimit.Space), -Be * v ^ 2 inner ((M x) v) v) (hcore : ∀ (x : EulerSmoothLimit.Space), x < r∀ (v : EulerSmoothLimit.Space), -Bc * v ^ 2 inner ((M x) v) v) (FInv F F₁ F₂ H : C((Set.Icc 0 T), EulerMeanSolenoidal.L2 →L[] EulerMeanSolenoidal.L2)) (K : ) (hK : 0 K) (hF0 : FInv 0, = ContinuousLinearMap.id EulerMeanSolenoidal.L2) (hH : ∀ (t : (Set.Icc 0 T)) (z : EulerMeanSolenoidal.L2), inner ((H t) z) z K * z ^ 2) (hsmall : K * (T ^ 2 / 2) + Be * T + EulerMeanHarmonic.boundaryLocalizationC2 * Bc * r ^ 3 * T 1 / 2) (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) (hF₁₀ : F₁ 0, = EulerLiftedPressure.coefficientOperator M hM C hC) (hODE : ∀ (t : (Set.Icc 0 T)), F₂ t = -H t ∘SL F t) (f : (EulerTimeLp.TimeLp T EulerMeanSolenoidal.L2)) :
Nonempty (EulerMeanVariationalInverse.StrongMeanEvolution T hT FInv F F₁ (EulerMeanBoundary.boundaryOperator (EulerMeanBoundary.scaledCutoff hℓ)) L (↑((sourceMeanSolver T hT hℓ M hM C hC Be Bc L r hBe hBc hL hr hrquarter hext hcore FInv H K hK hF0 hH hsmall) f)) f)

The constructed source mean inverse has H² solenoidal coordinates and the original compact-support-producing initial velocity condition.

A continuous representative of the actual initial mean velocity is compactly supported.

Literal coefficient data and source smallness hypotheses.

Instances For
    @[reducible, inline]

    Op F: an abbreviation for operatorPath D.T D.F.field.

    Equations
    Instances For
      @[reducible, inline]

      Op F₁: an abbreviation for operatorPath D.T D.F₁.field.

      Equations
      Instances For
        @[reducible, inline]

        Op F₂: an abbreviation for operatorPath D.T D.F₂.field.

        Equations
        Instances For
          @[reducible, inline]

          Op M: an abbreviation for operatorPath D.T D.M.field.

          Equations
          Instances For
            @[reducible, inline]

            Op H: an abbreviation for operatorPath D.T D.H.field.

            Equations
            Instances For
              @[reducible, inline]

              Op inv: an abbreviation for operatorPath D.T D.FInv.

              Equations
              Instances For
                theorem EulerMeanPacketProvider.Data.opInv_left (D : Data) (t : (Set.Icc 0 D.T)) (v : EulerMeanSolenoidal.L2) :
                (D.opInv t) ((D.opF t) v) = v
                theorem EulerMeanPacketProvider.Data.opInv_right (D : Data) (t : (Set.Icc 0 D.T)) (v : EulerMeanSolenoidal.L2) :
                (D.opF t) ((D.opInv t) v) = v
                theorem EulerMeanPacketProvider.Data.opF₂_eq (D : Data) (t : (Set.Icc 0 D.T)) :
                D.opF₂ t = -D.opH t ∘SL D.opF t
                theorem EulerMeanPacketProvider.Data.opStrain_eq (D : Data) (t : (Set.Icc 0 D.T)) (v : EulerMeanSolenoidal.L2) :
                (D.opF₁ t) v = (D.opM t) ((D.opF t) v)

                The actual source weak inverse with the harmonic boundary estimate discharged.

                Equations
                Instances For

                  The source strong evolution is obtained from the constructed inverse.

                  Equations
                  Instances For
                    @[reducible, inline]

                    Frame lower: an abbreviation for meanFrameCoercivity D.T D.opInv.

                    Equations
                    Instances For