Documentation

LeanPool.NavierStokesAndEuler.Euler.MeanBoundaryFrechet

Full spatial-parameter smoothness of the actual localized Newtonian operators.

noncomputable def EulerMeanBoundary.cutoffDirectionalMap {E : Type u_1} [NormedAddCommGroup E] [NormedSpace E] (L : CutoffE) (hadd : ∀ (χ ψ : Cutoff), L (χ.add ψ) = L χ + L ψ) (hsmul : ∀ (χ : Cutoff) (c : ), L (χ.scale c) = c L χ) (χ : Cutoff) :

The derivative with respect to a translation parameter of an operation linear in the cutoff.

Equations
Instances For
    @[simp]
    theorem EulerMeanBoundary.cutoffDirectionalMap_apply {E : Type u_1} [NormedAddCommGroup E] [NormedSpace E] (L : CutoffE) (hadd : ∀ (χ ψ : Cutoff), L (χ.add ψ) = L χ + L ψ) (hsmul : ∀ (χ : Cutoff) (c : ), L (χ.scale c) = c L χ) (χ : Cutoff) (a : EulerSmoothLimit.Space) :
    (cutoffDirectionalMap L hadd hsmul χ) a = L (χ.directional a)
    theorem EulerMeanBoundary.cutoffOperation_differenceError {E : Type u_1} [NormedAddCommGroup E] [NormedSpace E] (L : CutoffE) (hsmul : ∀ (χ : Cutoff) (c : ), L (χ.scale c) = c L χ) (hsub : ∀ (χ ψ : Cutoff), L (χ.sub ψ) = L χ - L ψ) (χ : Cutoff) (a b : EulerSmoothLimit.Space) :
    L ((χ.translate a).differenceError (b - a) 1) = L (χ.translate b) - L (χ.translate a) - L ((χ.translate a).directional (b - a))
    theorem EulerMeanBoundary.cutoffOperation_hasFDerivAt {E : Type u_1} [NormedAddCommGroup E] [NormedSpace E] (L : CutoffE) (hadd : ∀ (χ ψ : Cutoff), L (χ.add ψ) = L χ + L ψ) (hsmul : ∀ (χ : Cutoff) (c : ), L (χ.scale c) = c L χ) (hsub : ∀ (χ ψ : Cutoff), L (χ.sub ψ) = L χ - L ψ) (hbound : ∀ (χ : Cutoff), L χ cutoffBound χ) (χ : Cutoff) (a : EulerSmoothLimit.Space) :
    HasFDerivAt (fun (b : EulerSmoothLimit.Space) => L (χ.translate b)) (cutoffDirectionalMap L hadd hsmul (χ.translate a)) a

    The proved cutoff dual norm and a genuine Taylor remainder give the full Fréchet derivative.

    theorem EulerMeanBoundary.cutoffOperation_contDiff {E : Type u_1} [NormedAddCommGroup E] [NormedSpace E] (L : CutoffE) (hadd : ∀ (χ ψ : Cutoff), L (χ.add ψ) = L χ + L ψ) (hsmul : ∀ (χ : Cutoff) (c : ), L (χ.scale c) = c L χ) (hsub : ∀ (χ ψ : Cutoff), L (χ.sub ψ) = L χ - L ψ) (hbound : ∀ (χ : Cutoff), L χ cutoffBound χ) (χ : Cutoff) :

    Induction differentiates the actual cutoff repeatedly, with no smoothness hypothesis on L.

    Joint translation of both cutoffs is smooth in the full three-dimensional parameter.