Documentation

LeanPool.NavierStokesAndEuler.Euler.MeanBoundaryIterated

Genuine all-order derivatives of the cutoff operators, with a fixed support-volume factor.

Differentiation of a smooth cutoff in one fixed direction has the expected tensor bound.

theorem EulerMeanBoundary.cutoffOperation_iteratedFDeriv_succ {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) (n : ) (m : Fin (n + 1)EulerSmoothLimit.Space) :
(iteratedFDeriv (n + 1) (fun (b : EulerSmoothLimit.Space) => L (χ.translate b)) a) m = (iteratedFDeriv n (fun (b : EulerSmoothLimit.Space) => L ((χ.directional (m (Fin.last n))).translate b)) a) (Fin.init m)

Every actual higher derivative moves one direction onto the cutoff itself.

theorem EulerMeanBoundary.cutoffOperation_iteratedFDeriv_bound {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 χ) (n : ) (χ : Cutoff) (R M₀ M₁ : ) (hM₀ : 0 M₀) (hM₁ : 0 M₁) (hs : tsupport χ.fieldMetric.closedBall 0 R) (h₀ : ∀ (x : EulerSmoothLimit.Space), iteratedFDeriv n χ.field x M₀) (h₁ : ∀ (x : EulerSmoothLimit.Space), iteratedFDeriv (n + 1) χ.field x M₁) (a : EulerSmoothLimit.Space) :

Uniform pointwise bounds of orders n and n+1 control the actual operator-norm derivative. The support-volume factor is independent of n.