Documentation

LeanPool.NavierStokesAndEuler.Euler.PacketCorrectionCoefficientBudget

One quantitative coefficient budget for the actual source correction data. Every constant is independent of the jet order, truncation level and frequency. The assumptions are the original deformation and inverse-deformation derivative bounds; all stored coefficient and pressure estimates are derived from them.

The bounds stored in the actual recursive coefficient jet are controlled by the true word derivatives of its bounded-field translation orbit. A single enlargement of the coefficient radius gives fixed-base Sobolev bounds, independent of the jet truncation.

Coefficient directions, given by (standardDirection i).1.

Equations
Instances For
    @[instance_reducible]

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

    Equations
    Instances For
      @[instance_reducible]

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

      Equations
      Instances For
        @[instance_reducible]

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

        Equations
        Instances For
          @[instance_reducible]

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

          Equations
          Instances For

            Cutoff-independent weighted estimates for the actual coefficient jets. The positive-order coefficient normalization is paid once by a fixed coefficient radius, independent of the solution amplitude and grade.

            Normalized coefficient radius, given by `max 1 (sobolevCoefficientAmplitude (Fin 4) q Rc C)

            • sobolevCoefficientRadius (Fin 4) Rc`.
            Equations
            • One or more equations did not get rendered due to their size.
            Instances For

              Actual coefficient-orbit bounds control the fixed H5/H6 pressure constants uniformly over all higher jet truncations.

              Quantitative bounds for the actual packet coefficient towers.

              The coefficient part of the correction energy budget, uniformly at all orders and all Fourier scales with absolute value at most one.

              Instances For

                Correction metric envelope, given by sobolevCoefficientAmplitude (Fin 4) 6 (4*R) (3*CI*CI).

                Equations
                Instances For

                  Correction linear envelope, given by 2*sobolevCoefficientAmplitude (Fin 4) 6 (4*R) (6*CI*C1).

                  Equations
                  Instances For

                    Correction quadratic envelope, given by 6*sobolevCoefficientAmplitude (Fin 4) 6 (4*R) (3*CI*(C0*R)).

                    Equations
                    Instances For

                      Correction coefficient radius, given by max 1 (max (normalizedCoefficientRadius 6 (4*R) (3*CI*CI)) (sobolevCoefficientRadius (Fin 4) (4*R))).

                      Equations
                      • One or more equations did not get rendered due to their size.
                      Instances For

                        Correction pressure envelope, given by max 1 (max (pressureCost c (correctionMetricEnvelope R CI) 5) (pressureCost c (correctionMetricEnvelope R CI) 6)).

                        Equations
                        • One or more equations did not get rendered due to their size.
                        Instances For
                          noncomputable def EulerPacketCorrectionCoefficients.correctionCoefficientBudget {U : Type u_1} [NormedAddCommGroup U] [InnerProductSpace U] (D : EulerTransversePacketProvider.Data U) (P : ) [Fact (0 < P)] (R C0 C1 CI : ) (hR : 0 R) (hC0 : 0 C0) (hC1 : 0 C1) (hCI : 0 CI) (hF : ∀ (n : ) (t : (Set.Icc 0 D.T)) (x : EulerSmoothLimit.Space), iteratedFDeriv n (⇑(D.F.field t)) x C0 * EulerGevrey.majorant R 0 n) (hF1 : ∀ (n : ) (t : (Set.Icc 0 D.T)) (x : EulerSmoothLimit.Space), iteratedFDeriv n (⇑(D.F₁.field t)) x C1 * EulerGevrey.majorant R 0 n) (hFI : ∀ (n : ) (t : (Set.Icc 0 D.T)) (x : EulerSmoothLimit.Space), iteratedFDeriv n (⇑(D.FInv.field t)) x CI * EulerGevrey.majorant R 0 n) :

                          All coefficient hypotheses of the correction energy estimate, derived from genuine source spatial jets. The radius condition is the same one used by the projected inverse, rather than a separate cutoff-dependent restriction.

                          Equations
                          • One or more equations did not get rendered due to their size.
                          Instances For