Documentation

LeanPool.NavierStokesAndEuler.Euler.Foundations.SobolevDefinitions

Sobolev weights and directional derivatives #

The physical domain, embedding constant, and Schwartz derivatives used by the cylinder estimates are independent of Fourier inversion.

@[reducible, inline]

The real Euclidean domain of dimension d.

Equations
Instances For
    noncomputable def EulerSobolev.besselWeight (d : ) (s : ) (ξ : Domain d) :

    The Fourier weight defining the inhomogeneous Sobolev order s.

    Equations
    Instances For
      theorem EulerSobolev.besselWeight_pos (d : ) (s : ) (ξ : Domain d) :
      0 < besselWeight d s ξ
      theorem EulerSobolev.besselWeight_neg_mul (d : ) (s : ) (ξ : Domain d) :
      besselWeight d (-s) ξ * besselWeight d s ξ = 1
      theorem EulerSobolev.besselWeight_add (d : ) (s t : ) (ξ : Domain d) :
      besselWeight d (s + t) ξ = besselWeight d s ξ * besselWeight d t ξ
      theorem EulerSobolev.besselWeight_mul_norm_le (d : ) (s : ) (ξ : Domain d) :
      besselWeight d s ξ * ξ besselWeight d (s + 1) ξ

      One derivative factor is absorbed by one Sobolev order.

      The reciprocal Bessel weight is in L² exactly in the range needed here.

      noncomputable def EulerSobolev.reciprocalWeightLp (d : ) (s : ) (hs : d < 2 * s) :

      The reciprocal Fourier weight represented as a genuine element.

      Equations
      Instances For
        noncomputable def EulerSobolev.embeddingConstant (d : ) (s : ) (hs : d < 2 * s) :

        A finite Sobolev embedding constant: the norm of the reciprocal weight.

        Equations
        Instances For

          Repeated differentiation in one fixed direction, as a Schwartz function.

          Equations
          Instances For