Documentation

LeanPool.NavierStokesAndEuler.Euler.PacketPressureSeries

The pressure and initial-gradient costs allow one common scale choice with any finite collection of the other source costs. Their finite partial sums control the actual low-bound increments.

Good cost spec, bundling d, B, N, a and the required compatibility proofs.

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    theorem EulerPacketPressureScale.goodCost_le_spec (J : ) (hJ : 3 J) (CM : ) (hCM : 0 CM) (x : ) (n : ) (hx : 0 x n) :
    theorem EulerPacketPressureScale.upper_increment_series {J : } {CM CMn CHn c : } {x increment error : } {a b e : } (hg : EulerPacketSourceScaleChoice.SmallSeries (fun (n : ) => 2 * CM * EulerPacketGeometryLowBounds.goodRatio * EulerPacketSourceScaleChoice.goodCost J x n) a) (hb : EulerPacketSourceScaleChoice.SmallSeries (badCost J CM CMn CHn c x) b) (he : EulerPacketSourceScaleChoice.SmallSeries error e) (h0 : ∀ (n : ), 0 increment n) (h : ∀ (n : ), increment n 2 * CM * EulerPacketGeometryLowBounds.goodRatio * EulerPacketSourceScaleChoice.goodCost J x n + badCost J CM CMn CHn c x n + error n) :
    theorem EulerPacketPressureScale.initial_increment_series {J : } {CM CMn CHn c : } {x increment error : } {b e : } (hb : EulerPacketSourceScaleChoice.SmallSeries (badCost J CM CMn CHn c x) b) (he : EulerPacketSourceScaleChoice.SmallSeries error e) (h0 : ∀ (n : ), 0 increment n) (h : ∀ (n : ), increment n badCost J CM CMn CHn c x n + error n) :
    theorem EulerPacketPressureScale.uniform_choice {ι : Type u_1} [Finite ι] (s : ιEulerPacketSourceScaleChoice.CostSpec) (CM CMn CHn c : ) ( : 0 ) (hM : 0 CM) (hMn : 0 CMn) (hHn : 0 CHn) :
    ∃ (J : ), 3 J ∀ (η : ), 0 < η∃ (X₀ : ), 8 X₀ ∀ (x : ), X₀ x 0(∀ (n : ), x (n + 1) = ↑(J + n) ^ 2 * x n)(∀ (i : ι), EulerPacketSourceScaleChoice.SmallSeries ((s i).cost J x) η) EulerPacketSourceScaleChoice.SmallSeries (badCost J CM CMn CHn c x) η EulerPacketSourceScaleChoice.SmallSeries (fun (n : ) => 2 * CM * EulerPacketGeometryLowBounds.goodRatio * EulerPacketSourceScaleChoice.goodCost J x n) η

    The added pressure costs share the stage index and base scale with any finite list of the existing source costs.

    theorem EulerPacketPressureScale.literal_uniform_choice {ι : Type u_1} [Finite ι] (s : ιEulerPacketSourceScaleChoice.CostSpec) (D : ) (CM CMn CHn c : ) ( : 0 ) (hM : 0 CM) (hMn : 0 CMn) (hHn : 0 CHn) :

    The same choice covers the literal initial polynomial frequency and shear and every subsequent recursively constructed scale.