Documentation

LeanPool.NavierStokesAndEuler.Euler.Foundations.SchwartzDerivatives

Directional differentiation bundled with Schwartz regularity. The underlying functions are explicit Fréchet derivatives, so their public formulas do not depend on integration by parts or the analytic estimates used to prove rapid decay.

noncomputable def EulerSobolev.schwartzDerivative {E : Type u_1} {F : Type u_2} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] (m : E) (f : SchwartzMap E F) :

The directional Fréchet derivative with its Schwartz smoothness and decay proofs.

Equations
Instances For
    @[reducible, inline]
    noncomputable abbrev EulerSobolev.schwartzIteratedDerivative {E : Type u_1} {F : Type u_2} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] {n : } :
    (Fin nE)SchwartzMap E FSchwartzMap E F

    Iterated Schwartz differentiation in a finite ordered family of directions.

    Equations
    Instances For
      theorem EulerSobolev.schwartzIteratedDerivative_apply {E : Type u_1} {F : Type u_2} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] {n : } (m : Fin nE) (f : SchwartzMap E F) (x : E) :

      Iterated directional differentiation evaluates the actual Fréchet derivative tensor.