Documentation

LeanPool.NavierStokesAndEuler.Euler.ContinuousAccelerationForcing

Actual continuous-time acceleration forcing #

The expression Q*(f-2 Q₁v) is a genuine continuous path. Its smoothness and factorial bound are proved in the uniform time norm and are shared by the mean and transverse strong equations.

noncomputable def EulerContinuousAccelerationForcing.forcing {K : Type u_1} {P : Type u_2} {U : Type u_3} {E : Type u_4} [TopologicalSpace K] [CompactSpace K] [NormedAddCommGroup U] [InnerProductSpace U] [CompleteSpace U] [NormedAddCommGroup E] [InnerProductSpace E] [CompleteSpace E] (Q Q₁ : PC(K, U →L[] E)) (f : PC(K, E)) (v : PC(K, U)) (x : P) :
C(K, U)

The literal continuous forcing in the projected acceleration equation.

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    theorem EulerContinuousAccelerationForcing.forcing_contDiff {K : Type u_1} {P : Type u_2} {U : Type u_3} {E : Type u_4} [TopologicalSpace K] [CompactSpace K] [NormedAddCommGroup P] [NormedSpace P] [NormedAddCommGroup U] [InnerProductSpace U] [CompleteSpace U] [NormedAddCommGroup E] [InnerProductSpace E] [CompleteSpace E] (Q Q₁ : PC(K, U →L[] E)) (f : PC(K, E)) (v : PC(K, U)) {n : WithTop ℕ∞} (hQ : ContDiff n Q) (hQ₁ : ContDiff n Q₁) (hf : ContDiff n f) (hv : ContDiff n v) :
    ContDiff n (forcing Q Q₁ f v)

    Actual uniform-time regularity of the acceleration forcing.

    theorem EulerContinuousAccelerationForcing.forcing_bound {K : Type u_1} {P : Type u_2} {U : Type u_3} {E : Type u_4} [TopologicalSpace K] [CompactSpace K] [NormedAddCommGroup P] [NormedSpace P] [NormedAddCommGroup U] [InnerProductSpace U] [CompleteSpace U] [NormedAddCommGroup E] [InnerProductSpace E] [CompleteSpace E] (Q Q₁ : PC(K, U →L[] E)) (f : PC(K, E)) (v : PC(K, U)) (hQ : ContDiff (↑) Q) (hQ₁ : ContDiff (↑) Q₁) (hf : ContDiff (↑) f) (hv : ContDiff (↑) v) (R C₀ C₁ F V : ) (hR : 0 R) (hC₀ : 0 C₀) (hC₁ : 0 C₁) (hF : 0 F) (hV : 0 V) (d : ) (hbQ : ∀ (n : ) (x : P), iteratedFDeriv n Q x C₀ * EulerGevrey.majorant R 0 n) (hbQ₁ : ∀ (n : ) (x : P), iteratedFDeriv n Q₁ x C₁ * EulerGevrey.majorant R 0 n) (hbf : ∀ (n : ) (x : P), iteratedFDeriv n f x F * EulerGevrey.majorant R d n) (hbv : ∀ (n : ) (x : P), iteratedFDeriv n v x V * EulerGevrey.majorant R d n) (n : ) (x : P) :
    iteratedFDeriv n (forcing Q Q₁ f v) x 3 * C₀ * (F + 6 * C₁ * V) * EulerGevrey.majorant R d n

    One fixed amplitude controls the genuine derivatives at every order.