Documentation

LeanPool.NavierStokesAndEuler.Euler.MeanPacketBudget

Source-only budgets for the actual mean solver on the cylinder. The radius and inverse guards are fixed before the forcing amplitude, shift, or grade. The output fields are the genuine velocity, time derivative, and gradient of the normalized scalar pressure constructed by the source solver.

Fixed coefficient budgets for the actual mean packet inverse #

These data contain only bounds on the prescribed coefficients and their fixed inverse costs. The external radius is chosen before the forcing grade or its scalar envelope, which is restored separately by homogeneity.

The source boundary operator has uniform Gevrey bounds under physical cutoff rescaling.

Factorial bounds for actual spatial derivatives of the localized Newtonian operator family.

@[instance_reducible]

Reuse the additive structure of potential operators in derivative bounds.

Equations
Instances For
    @[instance_reducible]

    Reuse the additive structure of curl operators in derivative bounds.

    Equations
    Instances For
      @[instance_reducible]

      Reuse the scalar structure of potential operators in derivative bounds.

      Equations
      Instances For
        @[instance_reducible]

        Reuse the scalar structure of curl operators in derivative bounds.

        Equations
        Instances For

          One extra derivative costs a fixed factor in the Gevrey radius, not a factorial shift.

          noncomputable def EulerMeanBoundary.cutoffGevreyAmplitude (supportRadius coefficientRadius coefficientSize : ) :

          Cutoff gevrey amplitude, constructed using 3.

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For
            theorem EulerMeanBoundary.cutoffGevreyAmplitude_nonneg (R Rc C : ) (hRc : 0 Rc) (hC : 0 C) :
            theorem EulerMeanBoundary.cutoffOperation_gevrey {E : Type u_1} [NormedAddCommGroup E] [NormedSpace E] (L : CutoffE) (hadd : ∀ (χ ψ : Cutoff), L (χ.add ψ) = L χ + L ψ) (hsmul : ∀ (χ : Cutoff) (c : ), L (χ.scale c) = c L χ) (hsub : ∀ (χ ψ : Cutoff), L (χ.sub ψ) = L χ - L ψ) (hbound : ∀ (χ : Cutoff), L χ cutoffBound χ) (χ : Cutoff) (R Rc C : ) (hRc : 0 Rc) (hC : 0 C) (hs : tsupport χ.fieldMetric.closedBall 0 R) (hb : ∀ (n : ) (x : EulerSmoothLimit.Space), iteratedFDeriv n χ.field x C * EulerGevrey.majorant Rc 0 n) (n : ) (a : EulerSmoothLimit.Space) :

            The true derivatives split between the two cutoff positions by the bilinear derivative rule.

            theorem EulerMeanBoundary.mixedBoundaryOperator_gevrey (χ ψ : Cutoff) (Rc : ) (hRc : 0 Rc) (hCχ : 0 ) (hCψ : 0 ) (hsχ : tsupport χ.fieldMetric.closedBall 0 ) (hsψ : tsupport ψ.fieldMetric.closedBall 0 ) (hbχ : ∀ (n : ) (x : EulerSmoothLimit.Space), iteratedFDeriv n χ.field x * EulerGevrey.majorant Rc 0 n) (hbψ : ∀ (n : ) (x : EulerSmoothLimit.Space), iteratedFDeriv n ψ.field x * EulerGevrey.majorant Rc 0 n) (n : ) (a : EulerSmoothLimit.Space) :

            Factorial estimates follow from the genuine operator family, at every order and parameter.

            Cutoff unit ball factor, given by (Real.pi * 4 / 3) ^ (1/3 : ℝ).

            Equations
            Instances For

              Scaled cutoff gevrey size, given by (9 * (1 + 3 / EulerGevreyCutoff.bumpMass)^2)^3.

              Equations
              Instances For

                The exact scaling factor is retained, so the L³ derivative term will cancel the support radius.

                theorem EulerMeanBoundary.scaled_majorant_le ( : ) (hℓ : 0 ) (hℓ1 : 1) (n : ) :
                EulerGevrey.majorant (4 * (256 * )) 0 n EulerGevrey.majorant 1024 0 n

                Scaled boundary operator amplitude, given by 3 * scaledCutoffOperatorAmplitude^2.

                Equations
                Instances For

                  The source operator is genuinely smooth in the entire spatial translation parameter.

                  All actual operator derivatives have an unshifted Gevrey-two bound, uniformly for 0 < ℓ ≤ 1.

                  Genuine all-order spatial estimates for the translated mean inverse #

                  The recurrence is proved for the actual coercive inverse. The translated solution is identified with the real spatial translation orbit before its iterated Fréchet derivatives are estimated. Coefficient and forcing amplitudes enter through explicit polynomials, independently of derivative order.

                  @[instance_reducible]

                  Cache the standard NormedAddCommGroup solenoidalSpace instance to shorten typeclass synthesis.

                  Equations
                  Instances For
                    @[instance_reducible]

                    Cache the standard InnerProductSpace ℝ solenoidalSpace instance to shorten typeclass synthesis.

                    Equations
                    Instances For
                      @[instance_reducible]

                      Cache the standard NormedAddCommGroup (TimeLp T L2) instance to shorten typeclass synthesis.

                      Equations
                      Instances For
                        @[instance_reducible]

                        Cache the standard InnerProductSpace ℝ (TimeLp T L2) instance to shorten typeclass synthesis.

                        Equations
                        Instances For
                          @[instance_reducible]

                          Cache the standard NormedAddCommGroup (TimeLp T solenoidalSpace) instance to shorten typeclass synthesis.

                          Equations
                          Instances For
                            @[instance_reducible]

                            Cache the standard InnerProductSpace ℝ (TimeLp T solenoidalSpace) instance to shorten typeclass synthesis.

                            Equations
                            Instances For
                              noncomputable def EulerMeanTranslatedGevrey.operatorAmplitude (T CF CF₁ CH CM CA L : ) :

                              The proved polynomial amplitude for the actual fixed mean operator.

                              Equations
                              Instances For

                                The proved polynomial amplitude of the actual forcing pullback.

                                Equations
                                Instances For
                                  theorem EulerMeanTranslatedGevrey.operatorAmplitude_nonneg (T CF CF₁ CH CM CA L : ) (hT : 0 T) (hCH : 0 CH) (hCM : 0 CM) (hCA : 0 CA) :
                                  0 operatorAmplitude T CF CF₁ CH CM CA L
                                  theorem EulerMeanTranslatedGevrey.forcingAmplitude_nonneg (T CF CF₁ Cf : ) (hT : 0 T) (hCF : 0 CF) (hCF₁ : 0 CF₁) (hCf : 0 Cf) :
                                  0 forcingAmplitude T CF CF₁ Cf
                                  theorem EulerMeanTranslatedGevrey.solution_translation_gevrey (T : ) (hT : 0 T) (F F₁ H : C((Set.Icc 0 T), EulerMeanSolenoidal.L2 →L[] EulerMeanSolenoidal.L2)) (M0 A : EulerMeanSolenoidal.L2 →L[] EulerMeanSolenoidal.L2) (L c : ) (hc : 0 < c) (hcoercive : ∀ (v : (EulerTimeLp.TimeLp T EulerMeanSolenoidal.solenoidalSpace)), c * v ^ 2 inner ((EulerMeanFixedSpaceInverse.fixedMeanOperator T hT F F₁ H M0 A L) v) v) (hF : ContDiff fun (a : EulerSmoothLimit.Space) => EulerMeanOperatorTranslation.translatePath T a F) (hF₁ : ContDiff fun (a : EulerSmoothLimit.Space) => EulerMeanOperatorTranslation.translatePath T a F₁) (hH : ContDiff fun (a : EulerSmoothLimit.Space) => EulerMeanOperatorTranslation.translatePath T a H) (hM0 : ContDiff fun (a : EulerSmoothLimit.Space) => EulerMeanOperatorTranslation.translateOperator a M0) (hA : ContDiff fun (a : EulerSmoothLimit.Space) => EulerMeanOperatorTranslation.translateOperator a A) (f : (EulerTimeLp.TimeLp T EulerMeanSolenoidal.L2)) (hf : ContDiff fun (a : EulerSmoothLimit.Space) => (EulerMeanTimeTranslation.timeTranslation T a) f) (Rc R M CF CF₁ CH CM CA Cf : ) (hRc : 0 Rc) (hCF : 0 CF) (hCF₁ : 0 CF₁) (hCH : 0 CH) (hCM : 0 CM) (hCA : 0 CA) (hCf : 0 Cf) (hM : 1 M) (hMC : c⁻¹ * operatorAmplitude T CF CF₁ CH CM CA L M) (hMD : c⁻¹ * forcingAmplitude T CF CF₁ Cf M) (hR : 2 * M * (Rc + 1) R) (hFb : ∀ (n : ) (a : EulerSmoothLimit.Space), iteratedFDeriv n (fun (b : EulerSmoothLimit.Space) => EulerMeanOperatorTranslation.translatePath T b F) a CF * EulerGevrey.majorant Rc 0 n) (hF₁b : ∀ (n : ) (a : EulerSmoothLimit.Space), iteratedFDeriv n (fun (b : EulerSmoothLimit.Space) => EulerMeanOperatorTranslation.translatePath T b F₁) a CF₁ * EulerGevrey.majorant Rc 0 n) (hHb : ∀ (n : ) (a : EulerSmoothLimit.Space), iteratedFDeriv n (fun (b : EulerSmoothLimit.Space) => EulerMeanOperatorTranslation.translatePath T b H) a CH * EulerGevrey.majorant Rc 0 n) (hMb : ∀ (n : ) (a : EulerSmoothLimit.Space), iteratedFDeriv n (fun (b : EulerSmoothLimit.Space) => EulerMeanOperatorTranslation.translateOperator b M0) a CM * EulerGevrey.majorant Rc 0 n) (hAb : ∀ (n : ) (a : EulerSmoothLimit.Space), iteratedFDeriv n (fun (b : EulerSmoothLimit.Space) => EulerMeanOperatorTranslation.translateOperator b A) a CA * EulerGevrey.majorant Rc 0 n) (d : ) (hfb : ∀ (n : ) (a : EulerSmoothLimit.Space), iteratedFDeriv n (fun (b : EulerSmoothLimit.Space) => (EulerMeanTimeTranslation.timeTranslation T b) f) a Cf * EulerGevrey.majorant R d n) (n : ) (x : EulerSmoothLimit.Space) :

                                  Every actual spatial derivative of the solved mean field satisfies the factorial bound, with no assumed solution-jet recurrence.

                                  Genuine fixed-Hq bounds for the constructed mean inverse #

                                  The input and output use the same ordered spatial words, the same fixed base Sobolev order, and the same radius. Only the known coefficient estimates are converted from tensor bounds. Their finite Sobolev cost is paid once, before applying the actual inverse recurrence.

                                  @[instance_reducible]

                                  Cache the standard NormedAddCommGroup solenoidalSpace instance to shorten typeclass synthesis.

                                  Equations
                                  Instances For
                                    @[instance_reducible]

                                    Cache the standard InnerProductSpace ℝ solenoidalSpace instance to shorten typeclass synthesis.

                                    Equations
                                    Instances For
                                      @[instance_reducible]

                                      Cache the standard NormedAddCommGroup (TimeLp T L2) instance to shorten typeclass synthesis.

                                      Equations
                                      Instances For
                                        @[instance_reducible]

                                        Cache the standard InnerProductSpace ℝ (TimeLp T L2) instance to shorten typeclass synthesis.

                                        Equations
                                        Instances For
                                          @[instance_reducible]

                                          Cache the standard NormedAddCommGroup (TimeLp T solenoidalSpace) instance to shorten typeclass synthesis.

                                          Equations
                                          Instances For
                                            @[instance_reducible]

                                            Cache the standard InnerProductSpace ℝ (TimeLp T solenoidalSpace) instance to shorten typeclass synthesis.

                                            Equations
                                            Instances For
                                              noncomputable def EulerMeanFixedSobolevGevrey.operatorBlockAmplitude (ι : Type u_1) [Fintype ι] (q : ) (T Rc CF CF₁ CH CM CA L : ) :

                                              Coefficient-only amplitude of the full mean form in a fixed base order.

                                              Equations
                                              • One or more equations did not get rendered due to their size.
                                              Instances For
                                                def EulerMeanFixedSobolevGevrey.forcingBlockAmplitude (ι : Type u_1) [Fintype ι] (q : ) (T Rc CF CF₁ Cf : ) :

                                                Pulling back the right side is a multiplication in the same Sobolev block.

                                                Equations
                                                Instances For
                                                  theorem EulerMeanFixedSobolevGevrey.forcingOperator_bound {P : Type u_1} [NormedAddCommGroup P] [NormedSpace P] (T : ) (hT : 0 T) (F F₁ : PC((Set.Icc 0 T), EulerMeanSolenoidal.L2 →L[] EulerMeanSolenoidal.L2)) (hF : ContDiff (↑) F) (hF₁ : ContDiff (↑) F₁) (Rc CF CF₁ : ) (hRc : 0 Rc) (hCF : 0 CF) (hCF₁ : 0 CF₁) (hFb : ∀ (n : ) (x : P), iteratedFDeriv n F x CF * EulerGevrey.majorant Rc 0 n) (hF₁b : ∀ (n : ) (x : P), iteratedFDeriv n F₁ x CF₁ * EulerGevrey.majorant Rc 0 n) (n : ) (x : P) :

                                                  Actual derivatives of the force-pullback operator, before applying it to any forcing. No forcing derivative is converted to a tensor norm.

                                                  theorem EulerMeanFixedSobolevGevrey.solution_translation_block_gevrey {ι : Type u_1} [Fintype ι] (directions : ιEulerSmoothLimit.Space) (hd : ∀ (i : ι), directions i 1) (q : ) (T : ) (hT : 0 T) (F F₁ H : C((Set.Icc 0 T), EulerMeanSolenoidal.L2 →L[] EulerMeanSolenoidal.L2)) (M0 A : EulerMeanSolenoidal.L2 →L[] EulerMeanSolenoidal.L2) (L c : ) (hc : 0 < c) (hcoercive : ∀ (v : (EulerTimeLp.TimeLp T EulerMeanSolenoidal.solenoidalSpace)), c * v ^ 2 inner ((EulerMeanFixedSpaceInverse.fixedMeanOperator T hT F F₁ H M0 A L) v) v) (hF : ContDiff fun (a : EulerSmoothLimit.Space) => EulerMeanOperatorTranslation.translatePath T a F) (hF₁ : ContDiff fun (a : EulerSmoothLimit.Space) => EulerMeanOperatorTranslation.translatePath T a F₁) (hH : ContDiff fun (a : EulerSmoothLimit.Space) => EulerMeanOperatorTranslation.translatePath T a H) (hM0 : ContDiff fun (a : EulerSmoothLimit.Space) => EulerMeanOperatorTranslation.translateOperator a M0) (hA : ContDiff fun (a : EulerSmoothLimit.Space) => EulerMeanOperatorTranslation.translateOperator a A) (f : (EulerTimeLp.TimeLp T EulerMeanSolenoidal.L2)) (hf : ContDiff fun (a : EulerSmoothLimit.Space) => (EulerMeanTimeTranslation.timeTranslation T a) f) (Rc R M CF CF₁ CH CM CA Cf : ) (hRc : 0 Rc) (hCF : 0 CF) (hCF₁ : 0 CF₁) (hCH : 0 CH) (hCM : 0 CM) (hCA : 0 CA) (hCf : 0 Cf) (hM : 1 M) (hMC : EulerParameterWordGevrey.sobolevInverseCost c⁻¹ (operatorBlockAmplitude ι q T Rc CF CF₁ CH CM CA L) q * operatorBlockAmplitude ι q T Rc CF CF₁ CH CM CA L M) (hMD : EulerParameterWordGevrey.sobolevInverseCost c⁻¹ (operatorBlockAmplitude ι q T Rc CF CF₁ CH CM CA L) q * forcingBlockAmplitude ι q T Rc CF CF₁ Cf M) (hR : 2 * M * (EulerParameterWordGevrey.sobolevCoefficientRadius ι Rc + 1) R) (hFb : ∀ (n : ) (a : EulerSmoothLimit.Space), iteratedFDeriv n (fun (b : EulerSmoothLimit.Space) => EulerMeanOperatorTranslation.translatePath T b F) a CF * EulerGevrey.majorant Rc 0 n) (hF₁b : ∀ (n : ) (a : EulerSmoothLimit.Space), iteratedFDeriv n (fun (b : EulerSmoothLimit.Space) => EulerMeanOperatorTranslation.translatePath T b F₁) a CF₁ * EulerGevrey.majorant Rc 0 n) (hHb : ∀ (n : ) (a : EulerSmoothLimit.Space), iteratedFDeriv n (fun (b : EulerSmoothLimit.Space) => EulerMeanOperatorTranslation.translatePath T b H) a CH * EulerGevrey.majorant Rc 0 n) (hMb : ∀ (n : ) (a : EulerSmoothLimit.Space), iteratedFDeriv n (fun (b : EulerSmoothLimit.Space) => EulerMeanOperatorTranslation.translateOperator b M0) a CM * EulerGevrey.majorant Rc 0 n) (hAb : ∀ (n : ) (a : EulerSmoothLimit.Space), iteratedFDeriv n (fun (b : EulerSmoothLimit.Space) => EulerMeanOperatorTranslation.translateOperator b A) a CA * EulerGevrey.majorant Rc 0 n) (d : ) (hfb : ∀ (n : ) (a : EulerSmoothLimit.Space), EulerParameterWordGevrey.block directions q (fun (b : EulerSmoothLimit.Space) => (EulerMeanTimeTranslation.timeTranslation T b) f) n a Cf * EulerGevrey.majorant R d n) (n : ) (x : EulerSmoothLimit.Space) :

                                                  A genuine one-shift fixed-Hq estimate for the spatial orbit of the actual mean solution, at the identical forcing radius and with grade-independent constants. The fixed-Hq cost is computed from the original L² inverse.

                                                  The actual source mean coordinate inverse has Gevrey spatial bounds #

                                                  The spatial lower bound, operator smoothness, cutoff derivatives, fixed-space transport, and inverse recurrence are all supplied by proved constructions. The remaining quantitative inputs are literal spatial derivatives of the given matrix coefficients and the actual translation derivatives of the forcing.

                                                  True spatial coefficient bounds become bounds for the conjugated operator path.

                                                  theorem EulerMeanSourceGevrey.sourceCoordinateSolver_translation_gevrey (T : ) (hT : 0 T) ( : ) (hℓ : 0 < ) (hℓ1 : 1) (F F₁ H : EulerMeanCoefficients.SmoothCoefficientPath (↑(Set.Icc 0 T)) (EulerSmoothLimit.Space →L[] EulerSmoothLimit.Space)) (M0 : EulerMeanCoefficients.BoundedSmoothField (EulerSmoothLimit.Space →L[] EulerSmoothLimit.Space)) (FInv : C((Set.Icc 0 T), EulerMeanSolenoidal.L2 →L[] EulerMeanSolenoidal.L2)) (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 ((M0.field x) v) v) (hcore : ∀ (x : EulerSmoothLimit.Space), x < r∀ (v : EulerSmoothLimit.Space), -Bc * v ^ 2 inner ((M0.field x) v) v) (hInv : ∀ (t : (Set.Icc 0 T)) (x : EulerMeanSolenoidal.L2), (FInv t) (((EulerMeanCoefficients.operatorPath T F.field) t) x) = x) (hF : ∀ (t : (Set.Icc 0 T)), HasDerivWithinAt (EulerVolterraConvolution.extendPath T hT (EulerMeanCoefficients.operatorPath T F.field)) ((EulerMeanCoefficients.operatorPath T F₁.field) t) (Set.Icc 0 T) t) (K : ) (hK : 0 K) (hF0 : FInv 0, = ContinuousLinearMap.id EulerMeanSolenoidal.L2) (hH : ∀ (t : (Set.Icc 0 T)) (x v : EulerSmoothLimit.Space), inner (((H.field t) x) v) v K * v ^ 2) (hsmall : K * (T ^ 2 / 2) + Be * T + EulerMeanHarmonic.boundaryLocalizationC2 * Bc * r ^ 3 * T 1 / 2) (f : (EulerTimeLp.TimeLp T EulerMeanSolenoidal.L2)) (hf : ContDiff fun (a : EulerSmoothLimit.Space) => (EulerMeanTimeTranslation.timeTranslation T a) f) (Rc R M CF CF₁ CH CM Cf : ) (hRc : 1024 Rc) (hCF : 0 CF) (hCF₁ : 0 CF₁) (hCH : 0 CH) (hCM : 0 CM) (hCf : 0 Cf) (hM : 1 M) (hMC : (EulerMeanSourceFixedInverse.sourceFixedCoercivity T F F₁ FInv)⁻¹ * EulerMeanTranslatedGevrey.operatorAmplitude T CF CF₁ CH CM EulerMeanBoundary.scaledBoundaryOperatorAmplitude L M) (hMD : (EulerMeanSourceFixedInverse.sourceFixedCoercivity T F F₁ FInv)⁻¹ * EulerMeanTranslatedGevrey.forcingAmplitude T CF CF₁ Cf M) (hR : 2 * M * (Rc + 1) R) (hFb : ∀ (n : ) (t : (Set.Icc 0 T)) (x : EulerSmoothLimit.Space), iteratedFDeriv n (⇑(F.field t)) x CF * EulerGevrey.majorant Rc 0 n) (hF₁b : ∀ (n : ) (t : (Set.Icc 0 T)) (x : EulerSmoothLimit.Space), iteratedFDeriv n (⇑(F₁.field t)) x CF₁ * EulerGevrey.majorant Rc 0 n) (hHb : ∀ (n : ) (t : (Set.Icc 0 T)) (x : EulerSmoothLimit.Space), iteratedFDeriv n (⇑(H.field t)) x CH * EulerGevrey.majorant Rc 0 n) (hMb : ∀ (n : ) (x : EulerSmoothLimit.Space), iteratedFDeriv n (⇑M0.field) x CM * EulerGevrey.majorant Rc 0 n) (d : ) (hfb : ∀ (n : ) (a : EulerSmoothLimit.Space), iteratedFDeriv n (fun (b : EulerSmoothLimit.Space) => (EulerMeanTimeTranslation.timeTranslation T b) f) a Cf * EulerGevrey.majorant R d n) (n : ) (a : EulerSmoothLimit.Space) :
                                                  iteratedFDeriv n (fun (b : EulerSmoothLimit.Space) => (EulerMeanTimeTranslation.timeSolenoidalTranslation T b) ((EulerMeanSourceFixedInverse.sourceCoordinateSolver T hT hℓ F F₁ H M0 FInv Be Bc L r hBe hBc hL hr hrquarter hext hcore hInv hF K hK hF0 hH hsmall) f)) a EulerGevrey.majorant R (d + 1) n

                                                  The source coordinate solver obeys all-order genuine spatial estimates. Its coercivity and cutoff assumptions have already been discharged.

                                                  Concrete source estimates for the strong mean inverse #

                                                  The literal source coefficient bounds and actual forcing orbit bounds imply the successive coordinate and physical-field factorial estimates. Coercivity, boundary cutoff calculus, Gram inversion, and time reconstruction are all proved constructions used by this theorem.

                                                  The actual source mean inverse preserves fixed Sobolev word estimates #

                                                  The input and output are literal ordered spatial derivative blocks of actual L² translation orbits. Taking q=6 gives the fixed-H6 endpoint without spending six additional factorial shifts. All constants are independent of the grade.

                                                  theorem EulerMeanSourceSobolev.sourceCoordinateSolver_translation_block_gevrey {ι : Type u_1} [Fintype ι] (directions : ιEulerSmoothLimit.Space) (hd : ∀ (i : ι), directions i 1) (q : ) (T : ) (hT : 0 T) ( : ) (hℓ : 0 < ) (hℓ1 : 1) (F F₁ H : EulerMeanCoefficients.SmoothCoefficientPath (↑(Set.Icc 0 T)) (EulerSmoothLimit.Space →L[] EulerSmoothLimit.Space)) (M0 : EulerMeanCoefficients.BoundedSmoothField (EulerSmoothLimit.Space →L[] EulerSmoothLimit.Space)) (FInv : C((Set.Icc 0 T), EulerMeanSolenoidal.L2 →L[] EulerMeanSolenoidal.L2)) (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 ((M0.field x) v) v) (hcore : ∀ (x : EulerSmoothLimit.Space), x < r∀ (v : EulerSmoothLimit.Space), -Bc * v ^ 2 inner ((M0.field x) v) v) (hInv : ∀ (t : (Set.Icc 0 T)) (x : EulerMeanSolenoidal.L2), (FInv t) (((EulerMeanCoefficients.operatorPath T F.field) t) x) = x) (hF : ∀ (t : (Set.Icc 0 T)), HasDerivWithinAt (EulerVolterraConvolution.extendPath T hT (EulerMeanCoefficients.operatorPath T F.field)) ((EulerMeanCoefficients.operatorPath T F₁.field) t) (Set.Icc 0 T) t) (K : ) (hK : 0 K) (hF0 : FInv 0, = ContinuousLinearMap.id EulerMeanSolenoidal.L2) (hH : ∀ (t : (Set.Icc 0 T)) (x v : EulerSmoothLimit.Space), inner (((H.field t) x) v) v K * v ^ 2) (hsmall : K * (T ^ 2 / 2) + Be * T + EulerMeanHarmonic.boundaryLocalizationC2 * Bc * r ^ 3 * T 1 / 2) (f : (EulerTimeLp.TimeLp T EulerMeanSolenoidal.L2)) (hf : ContDiff fun (a : EulerSmoothLimit.Space) => (EulerMeanTimeTranslation.timeTranslation T a) f) (Rc R M CF CF₁ CH CM Cf : ) (hRc : 1024 Rc) (hCF : 0 CF) (hCF₁ : 0 CF₁) (hCH : 0 CH) (hCM : 0 CM) (hCf : 0 Cf) (hM : 1 M) (hMC : EulerParameterWordGevrey.sobolevInverseCost (EulerMeanSourceFixedInverse.sourceFixedCoercivity T F F₁ FInv)⁻¹ (EulerMeanFixedSobolevGevrey.operatorBlockAmplitude ι q T Rc CF CF₁ CH CM EulerMeanBoundary.scaledBoundaryOperatorAmplitude L) q * EulerMeanFixedSobolevGevrey.operatorBlockAmplitude ι q T Rc CF CF₁ CH CM EulerMeanBoundary.scaledBoundaryOperatorAmplitude L M) (hMD : EulerParameterWordGevrey.sobolevInverseCost (EulerMeanSourceFixedInverse.sourceFixedCoercivity T F F₁ FInv)⁻¹ (EulerMeanFixedSobolevGevrey.operatorBlockAmplitude ι q T Rc CF CF₁ CH CM EulerMeanBoundary.scaledBoundaryOperatorAmplitude L) q * EulerMeanFixedSobolevGevrey.forcingBlockAmplitude ι q T Rc CF CF₁ Cf M) (hR : 2 * M * (EulerParameterWordGevrey.sobolevCoefficientRadius ι Rc + 1) R) (hFb : ∀ (n : ) (t : (Set.Icc 0 T)) (x : EulerSmoothLimit.Space), iteratedFDeriv n (⇑(F.field t)) x CF * EulerGevrey.majorant Rc 0 n) (hF₁b : ∀ (n : ) (t : (Set.Icc 0 T)) (x : EulerSmoothLimit.Space), iteratedFDeriv n (⇑(F₁.field t)) x CF₁ * EulerGevrey.majorant Rc 0 n) (hHb : ∀ (n : ) (t : (Set.Icc 0 T)) (x : EulerSmoothLimit.Space), iteratedFDeriv n (⇑(H.field t)) x CH * EulerGevrey.majorant Rc 0 n) (hMb : ∀ (n : ) (x : EulerSmoothLimit.Space), iteratedFDeriv n (⇑M0.field) x CM * EulerGevrey.majorant Rc 0 n) (d : ) (hfb : ∀ (n : ) (a : EulerSmoothLimit.Space), EulerParameterWordGevrey.block directions q (fun (b : EulerSmoothLimit.Space) => (EulerMeanTimeTranslation.timeTranslation T b) f) n a Cf * EulerGevrey.majorant R d n) (n : ) (a : EulerSmoothLimit.Space) :
                                                  EulerParameterWordGevrey.block directions q (fun (b : EulerSmoothLimit.Space) => (EulerMeanTimeTranslation.timeSolenoidalTranslation T b) ((EulerMeanSourceFixedInverse.sourceCoordinateSolver T hT hℓ F F₁ H M0 FInv Be Bc L r hBe hBc hL hr hrquarter hext hcore hInv hF K hK hF0 hH hsmall) f)) n a EulerGevrey.majorant R (d + 1) n

                                                  Actual fixed-Hq source estimate, at one unchanged external radius and with one shift. All form coercivity and cutoff bounds are already proved.

                                                  theorem EulerMeanSourceStrongSobolev.velocity_translation_block_gevrey {ι : Type u_1} [Fintype ι] (directions : ιEulerSmoothLimit.Space) (hd : ∀ (i : ι), directions i 1) (q : ) (T : ) (hT : 0 T) ( : ) (hℓ : 0 < ) (hℓ1 : 1) (F F₁ H : EulerMeanCoefficients.SmoothCoefficientPath (↑(Set.Icc 0 T)) (EulerSmoothLimit.Space →L[] EulerSmoothLimit.Space)) (M0 : EulerMeanCoefficients.BoundedSmoothField (EulerSmoothLimit.Space →L[] EulerSmoothLimit.Space)) (FInv : C((Set.Icc 0 T), EulerMeanSolenoidal.L2 →L[] EulerMeanSolenoidal.L2)) (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 ((M0.field x) v) v) (hcore : ∀ (x : EulerSmoothLimit.Space), x < r∀ (v : EulerSmoothLimit.Space), -Bc * v ^ 2 inner ((M0.field x) v) v) (hInv : ∀ (t : (Set.Icc 0 T)) (x : EulerMeanSolenoidal.L2), (FInv t) (((EulerMeanCoefficients.operatorPath T F.field) t) x) = x) (hF : ∀ (t : (Set.Icc 0 T)), HasDerivWithinAt (EulerVolterraConvolution.extendPath T hT (EulerMeanCoefficients.operatorPath T F.field)) ((EulerMeanCoefficients.operatorPath T F₁.field) t) (Set.Icc 0 T) t) (hRight : ∀ (t : (Set.Icc 0 T)) (x : EulerMeanSolenoidal.L2), ((EulerMeanCoefficients.operatorPath T F.field) t) ((FInv t) x) = x) (K : ) (hK : 0 K) (hF0 : FInv 0, = ContinuousLinearMap.id EulerMeanSolenoidal.L2) (hH : ∀ (t : (Set.Icc 0 T)) (x v : EulerSmoothLimit.Space), inner (((H.field t) x) v) v K * v ^ 2) (hsmall : K * (T ^ 2 / 2) + Be * T + EulerMeanHarmonic.boundaryLocalizationC2 * Bc * r ^ 3 * T 1 / 2) (f : (EulerTimeLp.TimeLp T EulerMeanSolenoidal.L2)) (s : EulerMeanVariationalInverse.StrongMeanEvolution T hT FInv (EulerMeanCoefficients.operatorPath T F.field) (EulerMeanCoefficients.operatorPath T F₁.field) (EulerMeanBoundary.boundaryOperator (EulerMeanBoundary.scaledCutoff hℓ)) L (↑((EulerMeanSourceInverse.sourceMeanSolver T hT hℓ M0.field M0.field‖₊ Be Bc L r hBe hBc hL hr hrquarter hext hcore FInv (EulerMeanCoefficients.operatorPath T H.field) K hK hF0 hsmall) f)) f) (hf : ContDiff fun (a : EulerSmoothLimit.Space) => (EulerMeanTimeTranslation.timeTranslation T a) f) (Rc R M CF CF₁ CH CM Cf : ) (hRc : 1024 Rc) (hCF : 0 CF) (hCF₁ : 0 CF₁) (hCH : 0 CH) (hCM : 0 CM) (hCf : 0 Cf) (hM : 1 M) (hMC : EulerParameterWordGevrey.sobolevInverseCost (EulerMeanSourceFixedInverse.sourceFixedCoercivity T F F₁ FInv)⁻¹ (EulerMeanFixedSobolevGevrey.operatorBlockAmplitude ι q T Rc CF CF₁ CH CM EulerMeanBoundary.scaledBoundaryOperatorAmplitude L) q * EulerMeanFixedSobolevGevrey.operatorBlockAmplitude ι q T Rc CF CF₁ CH CM EulerMeanBoundary.scaledBoundaryOperatorAmplitude L M) (hMD : EulerParameterWordGevrey.sobolevInverseCost (EulerMeanSourceFixedInverse.sourceFixedCoercivity T F F₁ FInv)⁻¹ (EulerMeanFixedSobolevGevrey.operatorBlockAmplitude ι q T Rc CF CF₁ CH CM EulerMeanBoundary.scaledBoundaryOperatorAmplitude L) q * EulerMeanFixedSobolevGevrey.forcingBlockAmplitude ι q T Rc CF CF₁ Cf M) (hR : 2 * M * (EulerParameterWordGevrey.sobolevCoefficientRadius ι Rc + 1) R) (hFb : ∀ (n : ) (t : (Set.Icc 0 T)) (x : EulerSmoothLimit.Space), iteratedFDeriv n (⇑(F.field t)) x CF * EulerGevrey.majorant Rc 0 n) (hF₁b : ∀ (n : ) (t : (Set.Icc 0 T)) (x : EulerSmoothLimit.Space), iteratedFDeriv n (⇑(F₁.field t)) x CF₁ * EulerGevrey.majorant Rc 0 n) (hHb : ∀ (n : ) (t : (Set.Icc 0 T)) (x : EulerSmoothLimit.Space), iteratedFDeriv n (⇑(H.field t)) x CH * EulerGevrey.majorant Rc 0 n) (hMb : ∀ (n : ) (x : EulerSmoothLimit.Space), iteratedFDeriv n (⇑M0.field) x CM * EulerGevrey.majorant Rc 0 n) (d : ) (hfb : ∀ (n : ) (a : EulerSmoothLimit.Space), EulerParameterWordGevrey.block directions q (fun (b : EulerSmoothLimit.Space) => (EulerMeanTimeTranslation.timeTranslation T b) f) n a Cf * EulerGevrey.majorant R d n) (n : ) (a : EulerSmoothLimit.Space) :

                                                  The actual strong coordinate velocity inherits the bound of the actual source solver.

                                                  Uniform-time factorial bounds for the strong mean solution #

                                                  The proved H¹ reconstruction estimates the continuous coordinate velocity. The actual continuous Gram inverse then controls acceleration and the physical time derivative. All bounds concern genuine spatial derivatives.

                                                  The fixed H¹ trace cost for unit velocity and acceleration jet amplitudes.

                                                  Equations
                                                  Instances For
                                                    theorem EulerMeanVariationalInverse.StrongMeanEvolution.continuous_strong_spatial_gevrey {T : } {hT : 0 T} {FInv F F₁ : C((Set.Icc 0 T), EulerMeanSolenoidal.L2 →L[] EulerMeanSolenoidal.L2)} {A : EulerMeanSolenoidal.L2 →L[] EulerMeanSolenoidal.L2} {L : } {u f : (EulerTimeLp.TimeLp T EulerMeanSolenoidal.L2)} (s : StrongMeanEvolution T hT FInv F F₁ A L u f) (c : ) (hc : 0 < c) (hLower : ∀ (t : (Set.Icc 0 T)) (v : EulerMeanSolenoidal.solenoidalSpace), c * v ^ 2 ((solenoidalFrame T F) t) v ^ 2) (fC : C((Set.Icc 0 T), EulerMeanSolenoidal.L2)) (hTpos : 0 < T) (hF : ContDiff fun (a : EulerSmoothLimit.Space) => EulerMeanOperatorTranslation.translatePath T a F) (hF₁ : ContDiff fun (a : EulerSmoothLimit.Space) => EulerMeanOperatorTranslation.translatePath T a F₁) (hv : ContDiff fun (a : EulerSmoothLimit.Space) => (EulerMeanTimeTranslation.timeSolenoidalTranslation T a) s.velocityLp) (ha : ContDiff fun (a : EulerSmoothLimit.Space) => (EulerMeanTimeTranslation.timeSolenoidalTranslation T a) s.acceleration) (hfC : ContDiff fun (a : EulerSmoothLimit.Space) => (EulerMeanTimeContinuousTranslation.pathTranslation T a) fC) (Rc R CF CF₁ Cf : ) (hRc : 0 Rc) (hR : 1 R) (hRcR : Rc R) (hCF : 0 CF) (hCF₁ : 0 CF₁) (hCf : 0 Cf) (hFb : ∀ (n : ) (a : EulerSmoothLimit.Space), iteratedFDeriv n (fun (b : EulerSmoothLimit.Space) => EulerMeanOperatorTranslation.translatePath T b F) a CF * EulerGevrey.majorant Rc 0 n) (hF₁b : ∀ (n : ) (a : EulerSmoothLimit.Space), iteratedFDeriv n (fun (b : EulerSmoothLimit.Space) => EulerMeanOperatorTranslation.translatePath T b F₁) a CF₁ * EulerGevrey.majorant Rc 0 n) (d : ) (hvb : ∀ (n : ) (a : EulerSmoothLimit.Space), iteratedFDeriv n (fun (b : EulerSmoothLimit.Space) => (EulerMeanTimeTranslation.timeSolenoidalTranslation T b) s.velocityLp) a EulerGevrey.majorant R (d + 1) n) (hab : ∀ (n : ) (a : EulerSmoothLimit.Space), iteratedFDeriv n (fun (b : EulerSmoothLimit.Space) => (EulerMeanTimeTranslation.timeSolenoidalTranslation T b) s.acceleration) a EulerGevrey.majorant R (d + 2) n) (hfb : ∀ (n : ) (a : EulerSmoothLimit.Space), iteratedFDeriv n (fun (b : EulerSmoothLimit.Space) => (EulerMeanTimeContinuousTranslation.pathTranslation T b) fC) a Cf * EulerGevrey.majorant R d n) (hstrong : 2 * EulerTimeLpGramGevrey.gramCost c CF (3 * CF * (Cf + 6 * CF₁ * EulerMeanStrongContinuousGevrey.coordinateTraceCost T)) * (Rc + 1) R) :

                                                    Actual continuous acceleration and B_t obey uniform-time spatial factorial bounds, with a fixed H¹ trace cost and one further Gram-inverse shift.

                                                    The genuine mean acceleration estimate in fixed-Hq external word blocks.

                                                    @[instance_reducible]

                                                    Cache the standard NormedAddCommGroup solenoidalSpace instance to shorten typeclass synthesis.

                                                    Equations
                                                    Instances For
                                                      @[instance_reducible]

                                                      Cache the standard InnerProductSpace ℝ solenoidalSpace instance to shorten typeclass synthesis.

                                                      Equations
                                                      Instances For
                                                        @[instance_reducible]

                                                        Cache the standard NormedAddCommGroup (solenoidalSpace →L[ℝ] L2) instance to shorten typeclass synthesis.

                                                        Equations
                                                        Instances For
                                                          @[instance_reducible]

                                                          Cache the standard NormedSpace ℝ (solenoidalSpace →L[ℝ] L2) instance to shorten typeclass synthesis.

                                                          Equations
                                                          Instances For
                                                            @[instance_reducible]

                                                            Cache the standard NormedAddCommGroup (L2 →L[ℝ] L2) instance to shorten typeclass synthesis.

                                                            Equations
                                                            Instances For
                                                              @[instance_reducible]

                                                              Cache the standard NormedSpace ℝ (L2 →L[ℝ] L2) instance to shorten typeclass synthesis.

                                                              Equations
                                                              Instances For
                                                                @[instance_reducible]

                                                                Cache the standard NormedAddCommGroup C(Icc (0 : ℝ) T, L2 →L[ℝ] L2) instance to shorten typeclass synthesis.

                                                                Equations
                                                                Instances For
                                                                  @[instance_reducible]

                                                                  Cache the standard NormedSpace ℝ C(Icc (0 : ℝ) T, L2 →L[ℝ] L2) instance to shorten typeclass synthesis.

                                                                  Equations
                                                                  Instances For
                                                                    @[instance_reducible]

                                                                    Cache the standard NormedAddCommGroup C(Icc (0 : ℝ) T, solenoidalSpace →L[ℝ] L2) instance to shorten typeclass synthesis.

                                                                    Equations
                                                                    Instances For
                                                                      @[instance_reducible]

                                                                      Cache the standard NormedSpace ℝ C(Icc (0 : ℝ) T, solenoidalSpace →L[ℝ] L2) instance to shorten typeclass synthesis.

                                                                      Equations
                                                                      Instances For
                                                                        theorem EulerMeanAccelerationSobolev.meanAcceleration_translation_block_gevrey {ι : Type u_1} [Fintype ι] (directions : ιEulerSmoothLimit.Space) (hd : ∀ (i : ι), directions i 1) (q : ) (T : ) (hT : 0 T) (F F₁ : C((Set.Icc 0 T), EulerMeanSolenoidal.L2 →L[] EulerMeanSolenoidal.L2)) (c : ) (hc : 0 < c) (hLower : ∀ (t : (Set.Icc 0 T)) (v : EulerMeanSolenoidal.solenoidalSpace), c * v ^ 2 ((EulerMeanVariationalInverse.solenoidalFrame T F) t) v ^ 2) (v : (EulerTimeLp.TimeLp T EulerMeanSolenoidal.solenoidalSpace)) (f : (EulerTimeLp.TimeLp T EulerMeanSolenoidal.L2)) (hF : ContDiff fun (a : EulerSmoothLimit.Space) => EulerMeanOperatorTranslation.translatePath T a F) (hF₁ : ContDiff fun (a : EulerSmoothLimit.Space) => EulerMeanOperatorTranslation.translatePath T a F₁) (hv : ContDiff fun (a : EulerSmoothLimit.Space) => (EulerMeanTimeTranslation.timeSolenoidalTranslation T a) v) (hf : ContDiff fun (a : EulerSmoothLimit.Space) => (EulerMeanTimeTranslation.timeTranslation T a) f) (Rc R CF CF₁ Cf Cv : ) (hRc : 0 Rc) (hRcR : EulerParameterWordGevrey.sobolevCoefficientRadius ι Rc R) (hCF : 0 CF) (hCF₁ : 0 CF₁) (hCf : 0 Cf) (hCv : 0 Cv) (hstrong : 2 * EulerTimeLpGramSobolev.gramBlockCost ι q c Rc CF (EulerParameterWordGevrey.accelerationBlockAmplitude ι q Rc CF CF₁ Cf Cv) * (EulerParameterWordGevrey.sobolevCoefficientRadius ι Rc + 1) R) (hFb : ∀ (n : ) (a : EulerSmoothLimit.Space), iteratedFDeriv n (fun (b : EulerSmoothLimit.Space) => EulerMeanOperatorTranslation.translatePath T b F) a CF * EulerGevrey.majorant Rc 0 n) (hF₁b : ∀ (n : ) (a : EulerSmoothLimit.Space), iteratedFDeriv n (fun (b : EulerSmoothLimit.Space) => EulerMeanOperatorTranslation.translatePath T b F₁) a CF₁ * EulerGevrey.majorant Rc 0 n) (d : ) (hfb : ∀ (n : ) (a : EulerSmoothLimit.Space), EulerParameterWordGevrey.block directions q (fun (b : EulerSmoothLimit.Space) => (EulerMeanTimeTranslation.timeTranslation T b) f) n a Cf * EulerGevrey.majorant R d n) (hvb : ∀ (n : ) (a : EulerSmoothLimit.Space), EulerParameterWordGevrey.block directions q (fun (b : EulerSmoothLimit.Space) => (EulerMeanTimeTranslation.timeSolenoidalTranslation T b) v) n a Cv * EulerGevrey.majorant R d n) (n : ) (a : EulerSmoothLimit.Space) :

                                                                        The actual acceleration of the constructed mean field spends one shift relative to its input blocks, at the same fixed Sobolev order and radius.

                                                                        Actual spatial orbits of continuous mean acceleration #

                                                                        The ordinary solenoidal Gram inverse commutes with simultaneous translation of its data. This identifies the parameterized continuous solve with the genuine spatial orbit of the acceleration, including endpoint times.

                                                                        @[instance_reducible]

                                                                        Cache the standard NormedAddCommGroup solenoidalSpace instance to shorten typeclass synthesis.

                                                                        Equations
                                                                        Instances For
                                                                          @[instance_reducible]

                                                                          Cache the standard InnerProductSpace ℝ solenoidalSpace instance to shorten typeclass synthesis.

                                                                          Equations
                                                                          Instances For
                                                                            @[instance_reducible]

                                                                            Cache the standard NormedAddCommGroup (solenoidalSpace →L[ℝ] L2) instance to shorten typeclass synthesis.

                                                                            Equations
                                                                            Instances For
                                                                              @[instance_reducible]

                                                                              Cache the standard NormedSpace ℝ (solenoidalSpace →L[ℝ] L2) instance to shorten typeclass synthesis.

                                                                              Equations
                                                                              Instances For
                                                                                @[instance_reducible]

                                                                                Cache the standard NormedAddCommGroup (L2 →L[ℝ] L2) instance to shorten typeclass synthesis.

                                                                                Equations
                                                                                Instances For
                                                                                  @[instance_reducible]

                                                                                  Cache the standard NormedSpace ℝ (L2 →L[ℝ] L2) instance to shorten typeclass synthesis.

                                                                                  Equations
                                                                                  Instances For
                                                                                    @[instance_reducible]

                                                                                    Cache the standard NormedAddCommGroup C(Icc (0 : ℝ) T,L2 →L[ℝ] L2) instance to shorten typeclass synthesis.

                                                                                    Equations
                                                                                    Instances For
                                                                                      @[instance_reducible]

                                                                                      Cache the standard NormedSpace ℝ C(Icc (0 : ℝ) T,L2 →L[ℝ] L2) instance to shorten typeclass synthesis.

                                                                                      Equations
                                                                                      Instances For
                                                                                        @[instance_reducible]

                                                                                        Cache the standard NormedAddCommGroup C(Icc (0 : ℝ) T,solenoidalSpace →L[ℝ] L2) instance to shorten typeclass synthesis.

                                                                                        Equations
                                                                                        Instances For
                                                                                          @[instance_reducible]

                                                                                          Cache the standard NormedSpace ℝ C(Icc (0 : ℝ) T,solenoidalSpace →L[ℝ] L2) instance to shorten typeclass synthesis.

                                                                                          Equations
                                                                                          Instances For
                                                                                            theorem EulerMeanContinuousSobolev.meanAccelerationPath_translation_block_gevrey (T : ) (F F₁ : C((Set.Icc 0 T), EulerMeanSolenoidal.L2 →L[] EulerMeanSolenoidal.L2)) (c : ) (hc : 0 < c) (hLower : ∀ (t : (Set.Icc 0 T)) (v : EulerMeanSolenoidal.solenoidalSpace), c * v ^ 2 ((EulerMeanVariationalInverse.solenoidalFrame T F) t) v ^ 2) (v : C((Set.Icc 0 T), EulerMeanSolenoidal.solenoidalSpace)) (f : C((Set.Icc 0 T), EulerMeanSolenoidal.L2)) {ι : Type u_1} [Fintype ι] (directions : ιEulerSmoothLimit.Space) (hd : ∀ (i : ι), directions i 1) (q : ) (hF : ContDiff fun (a : EulerSmoothLimit.Space) => EulerMeanOperatorTranslation.translatePath T a F) (hF₁ : ContDiff fun (a : EulerSmoothLimit.Space) => EulerMeanOperatorTranslation.translatePath T a F₁) (hv : ContDiff fun (a : EulerSmoothLimit.Space) => (EulerMeanCoordinatePath.coordinatePathTranslation T a) v) (hf : ContDiff fun (a : EulerSmoothLimit.Space) => (EulerMeanTimeContinuousTranslation.pathTranslation T a) f) (Rc R CF CF₁ Cf Cv : ) (hRc : 0 Rc) (hRcR : EulerParameterWordGevrey.sobolevCoefficientRadius ι Rc R) (hCF : 0 CF) (hCF₁ : 0 CF₁) (hCf : 0 Cf) (hCv : 0 Cv) (hstrong : 2 * EulerTimeLpGramSobolev.gramBlockCost ι q c Rc CF (EulerParameterWordGevrey.accelerationBlockAmplitude ι q Rc CF CF₁ Cf Cv) * (EulerParameterWordGevrey.sobolevCoefficientRadius ι Rc + 1) R) (hFb : ∀ (n : ) (a : EulerSmoothLimit.Space), iteratedFDeriv n (fun (b : EulerSmoothLimit.Space) => EulerMeanOperatorTranslation.translatePath T b F) a CF * EulerGevrey.majorant Rc 0 n) (hF₁b : ∀ (n : ) (a : EulerSmoothLimit.Space), iteratedFDeriv n (fun (b : EulerSmoothLimit.Space) => EulerMeanOperatorTranslation.translatePath T b F₁) a CF₁ * EulerGevrey.majorant Rc 0 n) (d : ) (hfb : ∀ (n : ) (a : EulerSmoothLimit.Space), EulerParameterWordGevrey.block directions q (fun (b : EulerSmoothLimit.Space) => (EulerMeanTimeContinuousTranslation.pathTranslation T b) f) n a Cf * EulerGevrey.majorant R d n) (hvb : ∀ (n : ) (a : EulerSmoothLimit.Space), EulerParameterWordGevrey.block directions q (fun (b : EulerSmoothLimit.Space) => (EulerMeanCoordinatePath.coordinatePathTranslation T b) v) n a Cv * EulerGevrey.majorant R d n) (n : ) (a : EulerSmoothLimit.Space) :

                                                                                            Concrete source estimates for the strong mean inverse #

                                                                                            The literal source coefficient bounds and actual forcing orbit bounds imply the successive coordinate and physical-field factorial estimates. Coercivity, boundary cutoff calculus, Gram inversion, and time reconstruction are all proved constructions used by this theorem.

                                                                                            Fixed-Hq bounds for the actual classical mean field and its time derivative #

                                                                                            Starting with the proved weak inverse's one-shift coordinate bound, this result gives the actual continuous physical field at shift d+2 and its true within-time derivative at shift d+3. All use the identical external radius.

                                                                                            theorem EulerMeanVariationalInverse.StrongMeanEvolution.strong_time_block_bounds {T : } {hT : 0 T} {FInv F F₁ : C((Set.Icc 0 T), EulerMeanSolenoidal.L2 →L[] EulerMeanSolenoidal.L2)} {A : EulerMeanSolenoidal.L2 →L[] EulerMeanSolenoidal.L2} {L : } {u f : (EulerTimeLp.TimeLp T EulerMeanSolenoidal.L2)} (s : StrongMeanEvolution T hT FInv F F₁ A L u f) {ι : Type u_1} [Fintype ι] (directions : ιEulerSmoothLimit.Space) (hd : ∀ (i : ι), directions i 1) (q : ) (hTpos : 0 < T) (c : ) (hc : 0 < c) (hLower : ∀ (t : (Set.Icc 0 T)) (v : EulerMeanSolenoidal.solenoidalSpace), c * v ^ 2 ((solenoidalFrame T F) t) v ^ 2) (fC : C((Set.Icc 0 T), EulerMeanSolenoidal.L2)) (hRep : f =ᵐ[EulerTimeLp.timeMeasure T] EulerVolterraConvolution.extendPath T hT fC) (hFTime : ∀ (t : (Set.Icc 0 T)), HasDerivWithinAt (EulerVolterraConvolution.extendPath T hT F) (F₁ t) (Set.Icc 0 T) t) (hF : ContDiff fun (a : EulerSmoothLimit.Space) => EulerMeanOperatorTranslation.translatePath T a F) (hF₁ : ContDiff fun (a : EulerSmoothLimit.Space) => EulerMeanOperatorTranslation.translatePath T a F₁) (hv : ContDiff fun (a : EulerSmoothLimit.Space) => (EulerMeanTimeTranslation.timeSolenoidalTranslation T a) s.velocityLp) (hf : ContDiff fun (a : EulerSmoothLimit.Space) => (EulerMeanTimeTranslation.timeTranslation T a) f) (hfC : ContDiff fun (a : EulerSmoothLimit.Space) => (EulerMeanTimeContinuousTranslation.pathTranslation T a) fC) (Rc R CF CF₁ Cf : ) (hRc : 0 Rc) (hR : 1 R) (hRcR : EulerParameterWordGevrey.sobolevCoefficientRadius ι Rc R) (hCF : 0 CF) (hCF₁ : 0 CF₁) (hCf : 0 Cf) (hstrong : 2 * EulerTimeLpGramSobolev.gramBlockCost ι q c Rc CF (EulerParameterWordGevrey.accelerationBlockAmplitude ι q Rc CF CF₁ Cf 1) * (EulerParameterWordGevrey.sobolevCoefficientRadius ι Rc + 1) R) (hstrongC : 2 * EulerTimeLpGramSobolev.gramBlockCost ι q c Rc CF (EulerParameterWordGevrey.accelerationBlockAmplitude ι q Rc CF CF₁ Cf (EulerMeanStrongContinuousGevrey.coordinateTraceCost T)) * (EulerParameterWordGevrey.sobolevCoefficientRadius ι Rc + 1) R) (hFb : ∀ (n : ) (a : EulerSmoothLimit.Space), iteratedFDeriv n (fun (b : EulerSmoothLimit.Space) => EulerMeanOperatorTranslation.translatePath T b F) a CF * EulerGevrey.majorant Rc 0 n) (hF₁b : ∀ (n : ) (a : EulerSmoothLimit.Space), iteratedFDeriv n (fun (b : EulerSmoothLimit.Space) => EulerMeanOperatorTranslation.translatePath T b F₁) a CF₁ * EulerGevrey.majorant Rc 0 n) (d : ) (hfb : ∀ (n : ) (a : EulerSmoothLimit.Space), EulerParameterWordGevrey.block directions q (fun (b : EulerSmoothLimit.Space) => (EulerMeanTimeTranslation.timeTranslation T b) f) n a Cf * EulerGevrey.majorant R d n) (hfCb : ∀ (n : ) (a : EulerSmoothLimit.Space), EulerParameterWordGevrey.block directions q (fun (b : EulerSmoothLimit.Space) => (EulerMeanTimeContinuousTranslation.pathTranslation T b) fC) n a Cf * EulerGevrey.majorant R d n) (hvb : ∀ (n : ) (a : EulerSmoothLimit.Space), EulerParameterWordGevrey.block directions q (fun (b : EulerSmoothLimit.Space) => (EulerMeanTimeTranslation.timeSolenoidalTranslation T b) s.velocityLp) n a EulerGevrey.majorant R (d + 1) n) :

                                                                                            The true field and time derivative have same-radius fixed-Sobolev bounds. The time derivative is proved on [0,T], including within-set endpoints.

                                                                                            theorem EulerMeanSourceTimeSobolev.source_strong_time_block_bounds {ι : Type u_1} [Fintype ι] (directions : ιEulerSmoothLimit.Space) (hd : ∀ (i : ι), directions i 1) (q : ) (T : ) (hT : 0 T) ( : ) (hℓ : 0 < ) (hℓ1 : 1) (F F₁ H : EulerMeanCoefficients.SmoothCoefficientPath (↑(Set.Icc 0 T)) (EulerSmoothLimit.Space →L[] EulerSmoothLimit.Space)) (M0 : EulerMeanCoefficients.BoundedSmoothField (EulerSmoothLimit.Space →L[] EulerSmoothLimit.Space)) (FInv : C((Set.Icc 0 T), EulerMeanSolenoidal.L2 →L[] EulerMeanSolenoidal.L2)) (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 ((M0.field x) v) v) (hcore : ∀ (x : EulerSmoothLimit.Space), x < r∀ (v : EulerSmoothLimit.Space), -Bc * v ^ 2 inner ((M0.field x) v) v) (hInv : ∀ (t : (Set.Icc 0 T)) (x : EulerMeanSolenoidal.L2), (FInv t) (((EulerMeanCoefficients.operatorPath T F.field) t) x) = x) (hF : ∀ (t : (Set.Icc 0 T)), HasDerivWithinAt (EulerVolterraConvolution.extendPath T hT (EulerMeanCoefficients.operatorPath T F.field)) ((EulerMeanCoefficients.operatorPath T F₁.field) t) (Set.Icc 0 T) t) (hRight : ∀ (t : (Set.Icc 0 T)) (x : EulerMeanSolenoidal.L2), ((EulerMeanCoefficients.operatorPath T F.field) t) ((FInv t) x) = x) (K : ) (hK : 0 K) (hF0 : FInv 0, = ContinuousLinearMap.id EulerMeanSolenoidal.L2) (hH : ∀ (t : (Set.Icc 0 T)) (x v : EulerSmoothLimit.Space), inner (((H.field t) x) v) v K * v ^ 2) (hsmall : K * (T ^ 2 / 2) + Be * T + EulerMeanHarmonic.boundaryLocalizationC2 * Bc * r ^ 3 * T 1 / 2) (f : (EulerTimeLp.TimeLp T EulerMeanSolenoidal.L2)) (s : EulerMeanVariationalInverse.StrongMeanEvolution T hT FInv (EulerMeanCoefficients.operatorPath T F.field) (EulerMeanCoefficients.operatorPath T F₁.field) (EulerMeanBoundary.boundaryOperator (EulerMeanBoundary.scaledCutoff hℓ)) L (↑((EulerMeanSourceInverse.sourceMeanSolver T hT hℓ M0.field M0.field‖₊ Be Bc L r hBe hBc hL hr hrquarter hext hcore FInv (EulerMeanCoefficients.operatorPath T H.field) K hK hF0 hsmall) f)) f) (hf : ContDiff fun (a : EulerSmoothLimit.Space) => (EulerMeanTimeTranslation.timeTranslation T a) f) (Rc R M CF CF₁ CH CM Cf : ) (hRc : 1024 Rc) (hCF : 0 CF) (hCF₁ : 0 CF₁) (hCH : 0 CH) (hCM : 0 CM) (hCf : 0 Cf) (hM : 1 M) (hMC : EulerParameterWordGevrey.sobolevInverseCost (EulerMeanSourceFixedInverse.sourceFixedCoercivity T F F₁ FInv)⁻¹ (EulerMeanFixedSobolevGevrey.operatorBlockAmplitude ι q T Rc CF CF₁ CH CM EulerMeanBoundary.scaledBoundaryOperatorAmplitude L) q * EulerMeanFixedSobolevGevrey.operatorBlockAmplitude ι q T Rc CF CF₁ CH CM EulerMeanBoundary.scaledBoundaryOperatorAmplitude L M) (hMD : EulerParameterWordGevrey.sobolevInverseCost (EulerMeanSourceFixedInverse.sourceFixedCoercivity T F F₁ FInv)⁻¹ (EulerMeanFixedSobolevGevrey.operatorBlockAmplitude ι q T Rc CF CF₁ CH CM EulerMeanBoundary.scaledBoundaryOperatorAmplitude L) q * EulerMeanFixedSobolevGevrey.forcingBlockAmplitude ι q T Rc CF CF₁ Cf M) (hR : 2 * M * (EulerParameterWordGevrey.sobolevCoefficientRadius ι Rc + 1) R) (hFb : ∀ (n : ) (t : (Set.Icc 0 T)) (x : EulerSmoothLimit.Space), iteratedFDeriv n (⇑(F.field t)) x CF * EulerGevrey.majorant Rc 0 n) (hF₁b : ∀ (n : ) (t : (Set.Icc 0 T)) (x : EulerSmoothLimit.Space), iteratedFDeriv n (⇑(F₁.field t)) x CF₁ * EulerGevrey.majorant Rc 0 n) (hHb : ∀ (n : ) (t : (Set.Icc 0 T)) (x : EulerSmoothLimit.Space), iteratedFDeriv n (⇑(H.field t)) x CH * EulerGevrey.majorant Rc 0 n) (hMb : ∀ (n : ) (x : EulerSmoothLimit.Space), iteratedFDeriv n (⇑M0.field) x CM * EulerGevrey.majorant Rc 0 n) (d : ) (hfb : ∀ (n : ) (a : EulerSmoothLimit.Space), EulerParameterWordGevrey.block directions q (fun (b : EulerSmoothLimit.Space) => (EulerMeanTimeTranslation.timeTranslation T b) f) n a Cf * EulerGevrey.majorant R d n) (hstrong : 2 * EulerTimeLpGramSobolev.gramBlockCost ι q (EulerMeanVariationalInverse.meanFrameCoercivity T FInv) Rc CF (EulerParameterWordGevrey.accelerationBlockAmplitude ι q Rc CF CF₁ Cf 1) * (EulerParameterWordGevrey.sobolevCoefficientRadius ι Rc + 1) R) (hstrongC : 2 * EulerTimeLpGramSobolev.gramBlockCost ι q (EulerMeanVariationalInverse.meanFrameCoercivity T FInv) Rc CF (EulerParameterWordGevrey.accelerationBlockAmplitude ι q Rc CF CF₁ Cf (EulerMeanStrongContinuousGevrey.coordinateTraceCost T)) * (EulerParameterWordGevrey.sobolevCoefficientRadius ι Rc + 1) R) (hTpos : 0 < T) (fC : C((Set.Icc 0 T), EulerMeanSolenoidal.L2)) (hRep : f =ᵐ[EulerTimeLp.timeMeasure T] EulerVolterraConvolution.extendPath T hT fC) (hfC : ContDiff fun (a : EulerSmoothLimit.Space) => (EulerMeanTimeContinuousTranslation.pathTranslation T a) fC) (hfCb : ∀ (n : ) (a : EulerSmoothLimit.Space), EulerParameterWordGevrey.block directions q (fun (b : EulerSmoothLimit.Space) => (EulerMeanTimeContinuousTranslation.pathTranslation T b) fC) n a Cf * EulerGevrey.majorant R d n) :

                                                                                            Literal source data and fixed-Hq forcing bounds imply the actual classical mean field at grade d+2 and its true time derivative at grade d+3, using the identical external radius throughout.

                                                                                            Fixed-Hq bounds for the actual physical mean pressure force #

                                                                                            Starting with the proved weak inverse's one-shift coordinate bound, this result gives the actual continuous physical field at shift d+2 and its true within-time derivative at shift d+3. All use the identical external radius.

                                                                                            theorem EulerMeanVariationalInverse.StrongMeanEvolution.pressure_time_block_bounds {T : } {hT : 0 T} {FInv F F₁ : C((Set.Icc 0 T), EulerMeanSolenoidal.L2 →L[] EulerMeanSolenoidal.L2)} {A : EulerMeanSolenoidal.L2 →L[] EulerMeanSolenoidal.L2} {L : } {u f : (EulerTimeLp.TimeLp T EulerMeanSolenoidal.L2)} (s : StrongMeanEvolution T hT FInv F F₁ A L u f) {ι : Type u_1} [Fintype ι] (directions : ιEulerSmoothLimit.Space) (hd : ∀ (i : ι), directions i 1) (q : ) (hTpos : 0 < T) (c : ) (hc : 0 < c) (hLower : ∀ (t : (Set.Icc 0 T)) (v : EulerMeanSolenoidal.solenoidalSpace), c * v ^ 2 ((solenoidalFrame T F) t) v ^ 2) (fC : C((Set.Icc 0 T), EulerMeanSolenoidal.L2)) (hF : ContDiff fun (a : EulerSmoothLimit.Space) => EulerMeanOperatorTranslation.translatePath T a F) (hF₁ : ContDiff fun (a : EulerSmoothLimit.Space) => EulerMeanOperatorTranslation.translatePath T a F₁) (hv : ContDiff fun (a : EulerSmoothLimit.Space) => (EulerMeanTimeTranslation.timeSolenoidalTranslation T a) s.velocityLp) (hf : ContDiff fun (a : EulerSmoothLimit.Space) => (EulerMeanTimeTranslation.timeTranslation T a) f) (hfC : ContDiff fun (a : EulerSmoothLimit.Space) => (EulerMeanTimeContinuousTranslation.pathTranslation T a) fC) (Rc R CF CF₁ Cf : ) (hRc : 0 Rc) (hR : 1 R) (hRcR : EulerParameterWordGevrey.sobolevCoefficientRadius ι Rc R) (hCF : 0 CF) (hCF₁ : 0 CF₁) (hCf : 0 Cf) (hstrong : 2 * EulerTimeLpGramSobolev.gramBlockCost ι q c Rc CF (EulerParameterWordGevrey.accelerationBlockAmplitude ι q Rc CF CF₁ Cf 1) * (EulerParameterWordGevrey.sobolevCoefficientRadius ι Rc + 1) R) (hstrongC : 2 * EulerTimeLpGramSobolev.gramBlockCost ι q c Rc CF (EulerParameterWordGevrey.accelerationBlockAmplitude ι q Rc CF CF₁ Cf (EulerMeanStrongContinuousGevrey.coordinateTraceCost T)) * (EulerParameterWordGevrey.sobolevCoefficientRadius ι Rc + 1) R) (hFb : ∀ (n : ) (a : EulerSmoothLimit.Space), iteratedFDeriv n (fun (b : EulerSmoothLimit.Space) => EulerMeanOperatorTranslation.translatePath T b F) a CF * EulerGevrey.majorant Rc 0 n) (hF₁b : ∀ (n : ) (a : EulerSmoothLimit.Space), iteratedFDeriv n (fun (b : EulerSmoothLimit.Space) => EulerMeanOperatorTranslation.translatePath T b F₁) a CF₁ * EulerGevrey.majorant Rc 0 n) (d : ) (hfb : ∀ (n : ) (a : EulerSmoothLimit.Space), EulerParameterWordGevrey.block directions q (fun (b : EulerSmoothLimit.Space) => (EulerMeanTimeTranslation.timeTranslation T b) f) n a Cf * EulerGevrey.majorant R d n) (hfCb : ∀ (n : ) (a : EulerSmoothLimit.Space), EulerParameterWordGevrey.block directions q (fun (b : EulerSmoothLimit.Space) => (EulerMeanTimeContinuousTranslation.pathTranslation T b) fC) n a Cf * EulerGevrey.majorant R d n) (hvb : ∀ (n : ) (a : EulerSmoothLimit.Space), EulerParameterWordGevrey.block directions q (fun (b : EulerSmoothLimit.Space) => (EulerMeanTimeTranslation.timeSolenoidalTranslation T b) s.velocityLp) n a EulerGevrey.majorant R (d + 1) n) :

                                                                                            The true pressure force retains the same radius and the time-derivative grade d+3.

                                                                                            Concrete source estimates for the strong mean inverse #

                                                                                            The literal source coefficient bounds and actual forcing orbit bounds imply the successive coordinate and physical-field factorial estimates. Coercivity, boundary cutoff calculus, Gram inversion, and time reconstruction are all proved constructions used by this theorem.

                                                                                            theorem EulerMeanSourcePressureSobolev.source_pressure_block_bounds {ι : Type u_1} [Fintype ι] (directions : ιEulerSmoothLimit.Space) (hd : ∀ (i : ι), directions i 1) (q : ) (T : ) (hT : 0 T) ( : ) (hℓ : 0 < ) (hℓ1 : 1) (F F₁ H : EulerMeanCoefficients.SmoothCoefficientPath (↑(Set.Icc 0 T)) (EulerSmoothLimit.Space →L[] EulerSmoothLimit.Space)) (M0 : EulerMeanCoefficients.BoundedSmoothField (EulerSmoothLimit.Space →L[] EulerSmoothLimit.Space)) (FInv : C((Set.Icc 0 T), EulerMeanSolenoidal.L2 →L[] EulerMeanSolenoidal.L2)) (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 ((M0.field x) v) v) (hcore : ∀ (x : EulerSmoothLimit.Space), x < r∀ (v : EulerSmoothLimit.Space), -Bc * v ^ 2 inner ((M0.field x) v) v) (hInv : ∀ (t : (Set.Icc 0 T)) (x : EulerMeanSolenoidal.L2), (FInv t) (((EulerMeanCoefficients.operatorPath T F.field) t) x) = x) (hF : ∀ (t : (Set.Icc 0 T)), HasDerivWithinAt (EulerVolterraConvolution.extendPath T hT (EulerMeanCoefficients.operatorPath T F.field)) ((EulerMeanCoefficients.operatorPath T F₁.field) t) (Set.Icc 0 T) t) (hRight : ∀ (t : (Set.Icc 0 T)) (x : EulerMeanSolenoidal.L2), ((EulerMeanCoefficients.operatorPath T F.field) t) ((FInv t) x) = x) (K : ) (hK : 0 K) (hF0 : FInv 0, = ContinuousLinearMap.id EulerMeanSolenoidal.L2) (hH : ∀ (t : (Set.Icc 0 T)) (x v : EulerSmoothLimit.Space), inner (((H.field t) x) v) v K * v ^ 2) (hsmall : K * (T ^ 2 / 2) + Be * T + EulerMeanHarmonic.boundaryLocalizationC2 * Bc * r ^ 3 * T 1 / 2) (f : (EulerTimeLp.TimeLp T EulerMeanSolenoidal.L2)) (s : EulerMeanVariationalInverse.StrongMeanEvolution T hT FInv (EulerMeanCoefficients.operatorPath T F.field) (EulerMeanCoefficients.operatorPath T F₁.field) (EulerMeanBoundary.boundaryOperator (EulerMeanBoundary.scaledCutoff hℓ)) L (↑((EulerMeanSourceInverse.sourceMeanSolver T hT hℓ M0.field M0.field‖₊ Be Bc L r hBe hBc hL hr hrquarter hext hcore FInv (EulerMeanCoefficients.operatorPath T H.field) K hK hF0 hsmall) f)) f) (hf : ContDiff fun (a : EulerSmoothLimit.Space) => (EulerMeanTimeTranslation.timeTranslation T a) f) (Rc R M CF CF₁ CH CM Cf : ) (hRc : 1024 Rc) (hCF : 0 CF) (hCF₁ : 0 CF₁) (hCH : 0 CH) (hCM : 0 CM) (hCf : 0 Cf) (hM : 1 M) (hMC : EulerParameterWordGevrey.sobolevInverseCost (EulerMeanSourceFixedInverse.sourceFixedCoercivity T F F₁ FInv)⁻¹ (EulerMeanFixedSobolevGevrey.operatorBlockAmplitude ι q T Rc CF CF₁ CH CM EulerMeanBoundary.scaledBoundaryOperatorAmplitude L) q * EulerMeanFixedSobolevGevrey.operatorBlockAmplitude ι q T Rc CF CF₁ CH CM EulerMeanBoundary.scaledBoundaryOperatorAmplitude L M) (hMD : EulerParameterWordGevrey.sobolevInverseCost (EulerMeanSourceFixedInverse.sourceFixedCoercivity T F F₁ FInv)⁻¹ (EulerMeanFixedSobolevGevrey.operatorBlockAmplitude ι q T Rc CF CF₁ CH CM EulerMeanBoundary.scaledBoundaryOperatorAmplitude L) q * EulerMeanFixedSobolevGevrey.forcingBlockAmplitude ι q T Rc CF CF₁ Cf M) (hR : 2 * M * (EulerParameterWordGevrey.sobolevCoefficientRadius ι Rc + 1) R) (hFb : ∀ (n : ) (t : (Set.Icc 0 T)) (x : EulerSmoothLimit.Space), iteratedFDeriv n (⇑(F.field t)) x CF * EulerGevrey.majorant Rc 0 n) (hF₁b : ∀ (n : ) (t : (Set.Icc 0 T)) (x : EulerSmoothLimit.Space), iteratedFDeriv n (⇑(F₁.field t)) x CF₁ * EulerGevrey.majorant Rc 0 n) (hHb : ∀ (n : ) (t : (Set.Icc 0 T)) (x : EulerSmoothLimit.Space), iteratedFDeriv n (⇑(H.field t)) x CH * EulerGevrey.majorant Rc 0 n) (hMb : ∀ (n : ) (x : EulerSmoothLimit.Space), iteratedFDeriv n (⇑M0.field) x CM * EulerGevrey.majorant Rc 0 n) (d : ) (hfb : ∀ (n : ) (a : EulerSmoothLimit.Space), EulerParameterWordGevrey.block directions q (fun (b : EulerSmoothLimit.Space) => (EulerMeanTimeTranslation.timeTranslation T b) f) n a Cf * EulerGevrey.majorant R d n) (hstrong : 2 * EulerTimeLpGramSobolev.gramBlockCost ι q (EulerMeanVariationalInverse.meanFrameCoercivity T FInv) Rc CF (EulerParameterWordGevrey.accelerationBlockAmplitude ι q Rc CF CF₁ Cf 1) * (EulerParameterWordGevrey.sobolevCoefficientRadius ι Rc + 1) R) (hstrongC : 2 * EulerTimeLpGramSobolev.gramBlockCost ι q (EulerMeanVariationalInverse.meanFrameCoercivity T FInv) Rc CF (EulerParameterWordGevrey.accelerationBlockAmplitude ι q Rc CF CF₁ Cf (EulerMeanStrongContinuousGevrey.coordinateTraceCost T)) * (EulerParameterWordGevrey.sobolevCoefficientRadius ι Rc + 1) R) (hTpos : 0 < T) (fC : C((Set.Icc 0 T), EulerMeanSolenoidal.L2)) (hfC : ContDiff fun (a : EulerSmoothLimit.Space) => (EulerMeanTimeContinuousTranslation.pathTranslation T a) fC) (hfCb : ∀ (n : ) (a : EulerSmoothLimit.Space), EulerParameterWordGevrey.block directions q (fun (b : EulerSmoothLimit.Space) => (EulerMeanTimeContinuousTranslation.pathTranslation T b) fC) n a Cf * EulerGevrey.majorant R d n) :

                                                                                            The literal source pressure force is smooth and has the same fixed-Hq grade as B_t.

                                                                                            structure EulerMeanPacketProvider.SobolevData (D : Data) (ι : Type u_1) [Fintype ι] (q : ) (R : ) :

                                                                                            Fixed coefficient and inverse budgets, with no conclusion about a solution.

                                                                                            Instances For
                                                                                              noncomputable def EulerMeanPacketProvider.SobolevData.velocityAmplitude {D : Data} {ι : Type u_1} [Fintype ι] {q : } {R : } (E : SobolevData D ι q R) :

                                                                                              Velocity amplitude, given by 3*sobolevCoefficientAmplitude ι q E.Rc E.CF*coordinateTraceCost D.T.

                                                                                              Equations
                                                                                              Instances For
                                                                                                noncomputable def EulerMeanPacketProvider.SobolevData.derivativeAmplitude {D : Data} {ι : Type u_1} [Fintype ι] {q : } {R : } (E : SobolevData D ι q R) :

                                                                                                Derivative amplitude, given by 3*(sobolevCoefficientAmplitude ι q E.Rc E.CF₁*coordinateTraceCost D.T + sobolevCoefficientAmplitude ι q E.Rc E.CF).

                                                                                                Equations
                                                                                                • One or more equations did not get rendered due to their size.
                                                                                                Instances For
                                                                                                  noncomputable def EulerMeanPacketProvider.SobolevData.pressureAmplitude {D : Data} {ι : Type u_1} [Fintype ι] {q : } {R : } (E : SobolevData D ι q R) :

                                                                                                  Pressure amplitude, given by E.Cf+3*sobolevCoefficientAmplitude ι q E.Rc E.CF + 6*sobolevCoefficientAmplitude ι q E.Rc E.CF₁*coordinateTraceCost D.T.

                                                                                                  Equations
                                                                                                  • One or more equations did not get rendered due to their size.
                                                                                                  Instances For
                                                                                                    theorem EulerMeanPacketProvider.SobolevData.normalized_bounds {D : Data} {ι : Type u_1} [Fintype ι] {q : } {R : } (E : SobolevData D ι q R) (directions : ιEulerSmoothLimit.Space) (hd : ∀ (i : ι), directions i 1) {raw : EulerPacketProfileRecursion.VectorField} (G : Forcing D raw) (d : ) (hfb : ∀ (n : ) (a : EulerSmoothLimit.Space), EulerParameterWordGevrey.block directions q (fun (b : EulerSmoothLimit.Space) => (EulerMeanTimeTranslation.timeTranslation D.T b) G.lp) n a E.Cf * EulerGevrey.majorant R d n) (hfCb : ∀ (n : ) (a : EulerSmoothLimit.Space), EulerParameterWordGevrey.block directions q (fun (b : EulerSmoothLimit.Space) => (EulerMeanTimeContinuousTranslation.pathTranslation D.T b) G.path) n a E.Cf * EulerGevrey.majorant R d n) :

                                                                                                    The concrete source estimates at the fixed budgets above.

                                                                                                    Mean inverse estimates with an external forcing envelope #

                                                                                                    The scalar amplitude is normalized before the actual solve and restored by proved homogeneity. Every radius condition depends only on the fixed source data and the fixed normalized forcing scale, never on the recursive grade or its forcing envelope. Zero envelope is treated by actual zero forcing.

                                                                                                    Homogeneity of the genuine mean packet solution #

                                                                                                    The selected strong representatives inherit the linearity of the actual coercive inverse. Consequently scalar forcing envelopes remain outside the velocity, time-derivative, and physical-pressure estimates.

                                                                                                    theorem EulerMeanPacketProvider.Forcing.path_smul {D : Data} {raw raw' : EulerPacketProfileRecursion.VectorField} (G : Forcing D raw) (H : Forcing D raw') (a : ) (hraw : ∀ (t : (Set.Icc 0 D.T)) (x : EulerSmoothLimit.Space) (θ : ), raw' (t, x, θ) = a raw (t, x, θ)) :
                                                                                                    H.path = a G.path
                                                                                                    theorem EulerMeanPacketProvider.Forcing.lp_smul {D : Data} {raw raw' : EulerPacketProfileRecursion.VectorField} (G : Forcing D raw) (H : Forcing D raw') (a : ) (hraw : ∀ (t : (Set.Icc 0 D.T)) (x : EulerSmoothLimit.Space) (θ : ), raw' (t, x, θ) = a raw (t, x, θ)) :
                                                                                                    H.lp = a G.lp
                                                                                                    theorem EulerMeanPacketProvider.Forcing.velocityLp_smul {D : Data} {raw raw' : EulerPacketProfileRecursion.VectorField} (G : Forcing D raw) (H : Forcing D raw') (a : ) (hraw : ∀ (t : (Set.Icc 0 D.T)) (x : EulerSmoothLimit.Space) (θ : ), raw' (t, x, θ) = a raw (t, x, θ)) :
                                                                                                    theorem EulerMeanPacketProvider.Forcing.coordinate_velocity_smul {D : Data} {raw raw' : EulerPacketProfileRecursion.VectorField} (G : Forcing D raw) (H : Forcing D raw') (a : ) (hraw : ∀ (t : (Set.Icc 0 D.T)) (x : EulerSmoothLimit.Space) (θ : ), raw' (t, x, θ) = a raw (t, x, θ)) (t : (Set.Icc 0 D.T)) :

                                                                                                    Linearity of the L² solve fixes the continuous coordinate representative at every time.

                                                                                                    theorem EulerMeanPacketProvider.Forcing.velocityPath_smul {D : Data} {raw raw' : EulerPacketProfileRecursion.VectorField} (G : Forcing D raw) (H : Forcing D raw') (a : ) (hraw : ∀ (t : (Set.Icc 0 D.T)) (x : EulerSmoothLimit.Space) (θ : ), raw' (t, x, θ) = a raw (t, x, θ)) :
                                                                                                    theorem EulerMeanPacketProvider.Forcing.derivativePath_smul {D : Data} {raw raw' : EulerPacketProfileRecursion.VectorField} (G : Forcing D raw) (H : Forcing D raw') (a : ) (hraw : ∀ (t : (Set.Icc 0 D.T)) (x : EulerSmoothLimit.Space) (θ : ), raw' (t, x, θ) = a raw (t, x, θ)) :

                                                                                                    The true within-time derivatives scale by uniqueness of the derivative.

                                                                                                    theorem EulerMeanPacketProvider.Forcing.pressureForcePath_smul {D : Data} {raw raw' : EulerPacketProfileRecursion.VectorField} (G : Forcing D raw) (H : Forcing D raw') (a : ) (hraw : ∀ (t : (Set.Icc 0 D.T)) (x : EulerSmoothLimit.Space) (θ : ), raw' (t, x, θ) = a raw (t, x, θ)) :

                                                                                                    The actual physical pressure residual scales, including at the time endpoints.

                                                                                                    Zero forcing produces the actual zero velocity, derivative, and pressure force.

                                                                                                    theorem EulerMeanPacketProvider.SobolevData.envelope_bounds {D : Data} {ι : Type u_1} [Fintype ι] {q : } {R : } (E : SobolevData D ι q R) (directions : ιEulerSmoothLimit.Space) (hd : ∀ (i : ι), directions i 1) {raw : EulerPacketProfileRecursion.VectorField} (G : Forcing D raw) (d : ) (A : ) (hA : 0 A) (hfb : ∀ (n : ) (a : EulerSmoothLimit.Space), EulerParameterWordGevrey.block directions q (fun (b : EulerSmoothLimit.Space) => (EulerMeanTimeTranslation.timeTranslation D.T b) G.lp) n a A * (E.Cf * EulerGevrey.majorant R d n)) (hfCb : ∀ (n : ) (a : EulerSmoothLimit.Space), EulerParameterWordGevrey.block directions q (fun (b : EulerSmoothLimit.Space) => (EulerMeanTimeContinuousTranslation.pathTranslation D.T b) G.path) n a A * (E.Cf * EulerGevrey.majorant R d n)) :

                                                                                                    The fixed-Hq mean inverse preserves one external radius for arbitrary nonnegative scalar forcing envelopes.

                                                                                                    Exact parameter restriction transfers the ordinary mean estimates to the four-letter cylinder word alphabet. The zero angular direction is retained, so neither the external radius nor the fixed Sobolev order changes.

                                                                                                    Exact parameter restriction and injective subalphabet bounds for genuine derivative words.

                                                                                                    theorem EulerParameterWordGevrey.wordSum_subalphabet_le {P : Type u_1} {E : Type u_3} {ι : Type u_4} {κ : Type u_5} [NormedAddCommGroup P] [NormedSpace P] [NormedAddCommGroup E] [NormedSpace E] [Fintype ι] [Fintype κ] (directions : κP) (e : ικ) (he : Function.Injective e) (f : PE) (n : ) (x : P) :
                                                                                                    wordSum (directions e) f n x wordSum directions f n x

                                                                                                    Restricting an alphabet only discards nonnegative summands.

                                                                                                    theorem EulerParameterWordGevrey.block_subalphabet_le {P : Type u_1} {E : Type u_3} {ι : Type u_4} {κ : Type u_5} [NormedAddCommGroup P] [NormedSpace P] [NormedAddCommGroup E] [NormedSpace E] [Fintype ι] [Fintype κ] (directions : κP) (e : ικ) (he : Function.Injective e) (q : ) (f : PE) (hf : ContDiff (↑) f) (n : ) (x : P) :
                                                                                                    block (directions e) q f n x block directions q f n x

                                                                                                    The same literal subalphabet restriction is contractive on every fixed Sobolev block.

                                                                                                    theorem EulerParameterWordGevrey.wordDerivative_comp_right {P : Type u_1} {Q : Type u_2} {E : Type u_3} {ι : Type u_4} [NormedAddCommGroup P] [NormedSpace P] [NormedAddCommGroup Q] [NormedSpace Q] [NormedAddCommGroup E] [NormedSpace E] (directions : ιP) (A : P →L[] Q) (f : QE) (hf : ContDiff (↑) f) {n : } (w : Fin nι) (x : P) :
                                                                                                    wordDerivative directions (f A) w x = wordDerivative (A directions) f w (A x)

                                                                                                    A linear parameter map transports the actual directions exactly.

                                                                                                    theorem EulerParameterWordGevrey.wordSum_comp_right {P : Type u_1} {Q : Type u_2} {E : Type u_3} {ι : Type u_4} [NormedAddCommGroup P] [NormedSpace P] [NormedAddCommGroup Q] [NormedSpace Q] [NormedAddCommGroup E] [NormedSpace E] [Fintype ι] (directions : ιP) (A : P →L[] Q) (f : QE) (hf : ContDiff (↑) f) (n : ) (x : P) :
                                                                                                    wordSum directions (f A) n x = wordSum (A directions) f n (A x)
                                                                                                    theorem EulerParameterWordGevrey.block_comp_right {P : Type u_1} {Q : Type u_2} {E : Type u_3} {ι : Type u_4} [NormedAddCommGroup P] [NormedSpace P] [NormedAddCommGroup Q] [NormedSpace Q] [NormedAddCommGroup E] [NormedSpace E] [Fintype ι] (directions : ιP) (A : P →L[] Q) (q : ) (f : QE) (hf : ContDiff (↑) f) (n : ) (x : P) :
                                                                                                    block directions q (f A) n x = block (A directions) q f n (A x)

                                                                                                    Restricting parameters does not change a fixed block when the directions are transported.

                                                                                                    Spatial direction, given by (standardDirection i).1.

                                                                                                    Equations
                                                                                                    Instances For
                                                                                                      @[instance_reducible]

                                                                                                      Cache the standard NormedAddCommGroup C(Icc (0 : ℝ) T,L2) instance to shorten typeclass synthesis.

                                                                                                      Equations
                                                                                                      Instances For
                                                                                                        @[instance_reducible]

                                                                                                        Cache the standard NormedSpace ℝ C(Icc (0 : ℝ) T,L2) instance to shorten typeclass synthesis.

                                                                                                        Equations
                                                                                                        Instances For
                                                                                                          @[instance_reducible]

                                                                                                          Cache the standard NormedAddCommGroup C(Icc (0 : ℝ) T,LiftL2 P) instance to shorten typeclass synthesis.

                                                                                                          Equations
                                                                                                          Instances For
                                                                                                            @[instance_reducible]

                                                                                                            Cache the standard NormedSpace ℝ C(Icc (0 : ℝ) T,LiftL2 P) instance to shorten typeclass synthesis.

                                                                                                            Equations
                                                                                                            Instances For

                                                                                                              A single uniform-time forcing bound suffices for the normalized mean estimates.

                                                                                                              theorem EulerMeanPacketProvider.SobolevData.radius_nonneg {D : Data} {ι : Type u_1} [Fintype ι] {q : } {R : } (E : SobolevData D ι q R) :
                                                                                                              0 R

                                                                                                              The fixed normalized time factor may be chosen as max(1,sqrt(T)); it does not depend on the forcing grade or scalar envelope.

                                                                                                              All quantitative inputs concern the source coefficients and their inverse. The fixed normalized forcing factor only accounts for time-L² inclusion.

                                                                                                              Instances For

                                                                                                                Frame coefficient, bundling path, orbit, raw_eq.

                                                                                                                Equations
                                                                                                                Instances For

                                                                                                                  Pressure force cylinder field, given by G.pressureForceForcing.toCylinderField P.

                                                                                                                  Equations
                                                                                                                  Instances For

                                                                                                                    This witness represents the literal spatial gradient encoded by the packet pressure jet, not merely the projected physical pressure force.

                                                                                                                    Equations
                                                                                                                    Instances For
                                                                                                                      noncomputable def EulerMeanPacketProvider.Budget.velocityCost {D : Data} {q : } {R : } (B : Budget D q R) :

                                                                                                                      Velocity cost, given by B.toSobolevData.velocityAmplitude.

                                                                                                                      Equations
                                                                                                                      Instances For
                                                                                                                        noncomputable def EulerMeanPacketProvider.Budget.derivativeCost {D : Data} {q : } {R : } (B : Budget D q R) :

                                                                                                                        Derivative cost, given by B.toSobolevData.derivativeAmplitude.

                                                                                                                        Equations
                                                                                                                        Instances For
                                                                                                                          noncomputable def EulerMeanPacketProvider.Budget.pressureForceCost {D : Data} {q : } {R : } (B : Budget D q R) :

                                                                                                                          Pressure force cost, given by B.toSobolevData.pressureAmplitude.

                                                                                                                          Equations
                                                                                                                          Instances For
                                                                                                                            noncomputable def EulerMeanPacketProvider.Budget.pressureGradientCost {D : Data} {q : } {R : } (B : Budget D q R) :

                                                                                                                            Pressure gradient cost, given by 3*sobolevCoefficientAmplitude (Fin 4) q B.Rc B.CF*B.pressureForceCost.

                                                                                                                            Equations
                                                                                                                            Instances For

                                                                                                                              Same-radius bounds on the three actual physical output paths. The period factors from averaging and constant extension cancel exactly.

                                                                                                                              The mean solver consumes at most three shifts, with a linear forcing amplitude and the identical radius. The third output is d(bar q).

                                                                                                                              Any actual cylinder witness of the input raw forcing can supply the bound; the provider's canonical choice is immaterial.

                                                                                                                              A common three-shift budget also covers the velocity, and is therefore within the source allowance of ten shifts.

                                                                                                                              theorem EulerMeanPacketProvider.Budget.grade_profile_bounds {D : Data} {q : } {R : } (B : Budget D q R) (P : ) [Fact (0 < P)] {raw : EulerPacketProfileRecursion.VectorField} (G : Forcing D raw) (F : EulerPacketCylinderField.Field P D.T raw) (p d : ) (A H₀ : ) (hA : 0 A) (hH₀ : 0 H₀) (hF : F.WordBound q R (A * H₀ ^ (2 * p - 2)) d) :
                                                                                                                              (Forcing.vectorCylinderField P G).WordBound q R (A * B.velocityCost * H₀ ^ (2 * p - 2)) (d + 3) (Forcing.vectorDerivativeCylinderField P G).WordBound q R (A * B.derivativeCost * H₀ ^ (2 * p - 2)) (d + 3) (G.pressureGradientCylinderField P).WordBound q R (A * B.pressureGradientCost * H₀ ^ (2 * p - 2)) (d + 3)

                                                                                                                              The mean profile H₀^(2p−2) is a constant scalar envelope. The same fixed source budget applies at every grade and every derivative shift.