Documentation

LeanPool.NavierStokesAndEuler.Euler.LpSmoothApproximation

Compact approximation proves actual translation differentiability for noncompact smooth L² fields.

The genuine L² derivative of translations of compact smooth ordinary-space fields.

noncomputable def EulerLpTranslation.compactField {V : Type u_1} [NormedAddCommGroup V] [NormedSpace V] (f : EulerSmoothLimit.SpaceV) (hc : HasCompactSupport f) (hf : ContDiff (↑) f) :
(L2Space V)

Compact field, given by (hf.continuous.memLp_of_hasCompactSupport hc).toLp f.

Equations
Instances For

    Compact derivative, given by ((hf.fderiv_right (m := ∞) (by simp)).continuous.memLp_of_hasCompactSupport (hc.fderiv ℝ)).toLp (fderiv ℝ f).

    Equations
    Instances For

      A single compactly supported L² function dominates every small translation increment.

      Ordinary Fréchet differentiation and L² translation differentiation agree on compact smooth fields.

      noncomputable def EulerLpTranslation.cutoffLp {V : Type u_1} [NormedAddCommGroup V] [NormedSpace V] (f : EulerSmoothLimit.SpaceV) (hf : ContDiff (↑) f) (n : ) :
      (L2Space V)

      Cutoff Lᵖ, given by compactField (cutoffField f n) (cutoffField_compact f n) (cutoffField_smooth f hf n).

      Equations
      Instances For

        Cutoff derivative Lᵖ, given by compactDerivative (cutoffField f n) (cutoffField_compact f n) (cutoffField_smooth f hf n).

        Equations
        Instances For

          No compact support assumption is needed once the actual field and its actual derivative lie in L².