Documentation

LeanPool.NavierStokesAndEuler.Euler.CorrectionStabilityBudget

Concrete coefficient and inverse-metric data for actual vanishing-viscosity stability.

structure EulerCorrectionStabilityBudget.StabilityBudget (period : ) [Fact (0 < period)] {q : } {T : } (hT : 0 T) (D : EulerCorrectionOperators.CorrectionData period q (Set.Icc 0 T)) :

Actual coefficient and inverse-metric budgets for L² comparison; no PDE estimate or solution comparison is a field.

Instances For
    noncomputable def EulerCorrectionStabilityBudget.StabilityBudget.operatorPath (period : ) [Fact (0 < period)] {q : } {T : } {hT : 0 T} {D : EulerCorrectionOperators.CorrectionData period q (Set.Icc 0 T)} (B : StabilityBudget period hT D) :

    The actual continuous metric multiplier path determined by the concrete budget.

    Equations
    Instances For
      noncomputable def EulerCorrectionStabilityBudget.StabilityBudget.growth (period : ) [Fact (0 < period)] {q : } {T : } {hT : 0 T} {D : EulerCorrectionOperators.CorrectionData period q (Set.Icc 0 T)} (B : StabilityBudget period hT D) (R : ) :

      The fixed squared-energy growth coefficient obtained from the actual background path and a solution norm bound.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        noncomputable def EulerCorrectionStabilityBudget.StabilityBudget.comparisonConstant (period : ) [Fact (0 < period)] {q : } {T : } {hT : 0 T} {D : EulerCorrectionOperators.CorrectionData period q (Set.Icc 0 T)} (B : StabilityBudget period hT D) (R : ) :

        The explicit finite-interval Lipschitz coefficient for viscosity in continuous L².

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          theorem EulerCorrectionStabilityBudget.StabilityBudget.nonneg (period : ) [Fact (0 < period)] {q : } {T : } {hT : 0 T} {D : EulerCorrectionOperators.CorrectionData period q (Set.Icc 0 T)} (B : StabilityBudget period hT D) :

          All budget signs follow from the actual norm bounds on the nonempty time interval.

          theorem EulerCorrectionStabilityBudget.StabilityBudget.growth_nonneg (period : ) [Fact (0 < period)] {q : } {T : } {hT : 0 T} {D : EulerCorrectionOperators.CorrectionData period q (Set.Icc 0 T)} (B : StabilityBudget period hT D) (R : ) (hR : 0 R) :
          0 growth period B R

          The actual fixed growth coefficient is nonnegative for every nonnegative solution bound.

          theorem EulerCorrectionStabilityBudget.StabilityBudget.comparisonConstant_nonneg (period : ) [Fact (0 < period)] {q : } {T : } {hT : 0 T} {D : EulerCorrectionOperators.CorrectionData period q (Set.Icc 0 T)} (B : StabilityBudget period hT D) (R : ) :
          0 comparisonConstant period B R

          The explicit comparison coefficient is nonnegative.