Documentation

LeanPool.NavierStokesAndEuler.Euler.CorrectionStabilityConstants

Fixed, actual coefficient budgets for L² viscosity stability.

noncomputable def EulerCorrectionStabilityConstants.lowerConstant (period : ) [Fact (0 < period)] (q : ) (A0 A2 Z R : ) :

The fixed L² Lipschitz coefficient of all non-top-transport difference terms.

Equations
Instances For
    noncomputable def EulerCorrectionStabilityConstants.velocityBound (period : ) [Fact (0 < period)] (q : ) (Z R : ) :

    A fixed pointwise bound for the actual background-plus-error advecting velocity.

    Equations
    Instances For
      noncomputable def EulerCorrectionStabilityConstants.growthConstant (c Kb Kx Kt V L : ) :

      The squared-metric growth coefficient after the genuine transport and heat cancellations.

      Equations
      Instances For

        The fixed coefficient of the squared viscosity difference.

        Equations
        Instances For
          theorem EulerCorrectionStabilityConstants.lowerConstant_nonneg (period : ) [Fact (0 < period)] (q : ) (A0 A2 Z R : ) (hA0 : 0 A0) (hA2 : 0 A2) (hZ : 0 Z) (hR : 0 R) :
          0 lowerConstant period q A0 A2 Z R

          Nonnegative actual coefficient and norm budgets give a nonnegative lower-order Lipschitz constant.

          theorem EulerCorrectionStabilityConstants.velocityBound_nonneg (period : ) [Fact (0 < period)] (q : ) (Z R : ) (hZ : 0 Z) (hR : 0 R) :
          0 velocityBound period q Z R

          The actual pointwise velocity budget is nonnegative.

          theorem EulerCorrectionStabilityConstants.differenceRemainder_uniform (period : ) [Fact (0 < period)] {q : } {T : Type u_1} [TopologicalSpace T] (D : EulerCorrectionOperators.CorrectionData period q T) (hq : 6 q) (t : T) (u v : (EulerCylinderSobolevSpace.SobolevSpace period (q + 1))) (A0 A2 Z R : ) (hA0 : (D.linear.coefficient t).bound A0) (hA2 : i : Fin 3, ((D.quadratic i).coefficient t).bound A2) (hZ : D.approximation t Z) (hu : u R) (hv : v R) :

          Actual higher Sobolev and coefficient bounds give the lower-order difference estimate in L².

          theorem EulerCorrectionStabilityConstants.growthConstant_nonneg (c Kb Kx Kt V L : ) (hKb : 0 Kb) (hKx : 0 Kx) (hKt : 0 Kt) (hV : 0 V) (hL : 0 L) :
          0 growthConstant c Kb Kx Kt V L

          The actual fixed growth coefficient is nonnegative.