Documentation

LeanPool.NavierStokesAndEuler.Euler.PacketShortTimePhysicalGrowth

The source tangent equation is a reflection of the strain applied to the velocity. Its actual norm is therefore unchanged by the normal factor. A short interval controlled by the low strain norm supplies H3 with g=1.

theorem EulerPacketSourcePropagator.physicalGrowth_one_of_short {U : Type u_1} [NormedAddCommGroup U] [InnerProductSpace U] (D : EulerTransversePacketProvider.Data U) (S : Set EulerSmoothLimit.Space) (C : ) (hC : 0 C) (hM : ∀ (t : (Set.Icc 0 D.T)), xS, (D.M.field t) x C) (hshort : C * D.T 1 / 2) :
PhysicalGrowth D S (fun (x : (Set.Icc 0 D.T)) => 1) 2

No inverse normal bound or all-order coefficient norm occurs in the shortness condition. The derivative equation is required literally.

@[instance_reducible]

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

Equations
Instances For
    @[instance_reducible]

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

    Equations
    Instances For
      def EulerPacketSourcePropagator.shortPhysicalForwardBudget {U : Type u_1} [NormedAddCommGroup U] [InnerProductSpace U] [CompleteSpace U] (D : EulerTransversePacketProvider.Data U) (q : ) (R C C₁ CM : ) (hR : 0 R) (hC : 0 C) (hC₁ : 0 C₁) (hCM : 0 CM) (hdet : ∀ (t : (Set.Icc 0 D.T)) (x : EulerSmoothLimit.Space), Matrix.det (EulerPacketPiola.operatorMatrix ((D.F.field t) x)) = 1) (hF : ∀ (n : ) (t : (Set.Icc 0 D.T)) (x : EulerSmoothLimit.Space), iteratedFDeriv n (⇑(D.F.field t)) x C * EulerGevrey.majorant R 0 n) (hF₁ : ∀ (n : ) (t : (Set.Icc 0 D.T)) (x : EulerSmoothLimit.Space), iteratedFDeriv n (⇑(D.F₁.field t)) x C₁ * EulerGevrey.majorant R 0 n) (hM : ∀ (t : (Set.Icc 0 D.T)) (x : EulerSmoothLimit.Space), x 1 / 2(D.M.field t) x CM) (Ω : Set EulerSmoothLimit.Space) ( : MeasurableSet Ω) (hΩo : IsOpen Ω) (hsub : D.supportΩ) (hΩball : xΩ, x 1 / 2) (hshort : CM * D.T 1 / 2) :

      A low strain bound on the H3 ball suffices for the entire source forward budget. The coordinate propagation cost is the polynomial 6 C³.

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