Documentation

LeanPool.NavierStokesAndEuler.Euler.SmoothL2CoefficientPath

Actual bounded smooth coefficient paths from smooth L² jets #

Finite-dimensional Sobolev evaluation supplies the uniform norm at every spatial order. The resulting coefficient path contains the original field and its actual derivative tensors; no bounded-derivative hypothesis is added.

Every actual spatial derivative tensor remains a smooth L² field.

Jet field auxiliary, constructed using Nat.rec.

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    theorem EulerLpTranslation.SmoothL2Field.continuous_jetField_jet {K : Type v} [TopologicalSpace K] {V : Type u} [NormedAddCommGroup V] [NormedSpace V] (A : KSmoothL2Field V) (hA : ∀ (k : ), Continuous fun (t : K) => (A t).jetLp k) (n k : ) :
    Continuous fun (t : K) => (jetField n (A t)).jetLp k

    The actual raw L² family as a uniformly smooth bounded coefficient path.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      @[simp]