Documentation

LeanPool.NavierStokesAndEuler.Euler.HeatRegularizedPaths

Genuine heat regularization of continuous Sobolev paths, uniformly in time.

A concrete three-derivative heat regularizer on the actual Sobolev scale.

Equations
Instances For

    The regularizer has exactly its stated genuine L² heat value.

    Forgetting the three extra derivatives gives the actual contractive heat evolution.

    theorem EulerHeatRegularizedPaths.heatRegularizer_heat (period : ) [Fact (0 < period)] {q : } (n : ) (v : NNReal) (u : (EulerCylinderSobolevSpace.SobolevSpace period q)) :
    (heatRegularizer period q n) ((EulerSobolevHeat.heatOperator period q v) u) = (EulerSobolevHeat.heatOperator period (q + 3) v) ((heatRegularizer period q n) u)

    The genuine regularizer commutes with actual heat.

    noncomputable def EulerHeatRegularizedPaths.pathHeat (period : ) [Fact (0 < period)] (q : ) (T : ) (v : NNReal) (u : C((Set.Icc 0 T), (EulerCylinderSobolevSpace.SobolevSpace period q))) :

    Heat acting pointwise on a continuous Sobolev time path.

    Equations
    Instances For
      theorem EulerHeatRegularizedPaths.pathHeat_continuous (period : ) [Fact (0 < period)] {q : } (T : ) (u : C((Set.Icc 0 T), (EulerCylinderSobolevSpace.SobolevSpace period q))) :
      Continuous fun (v : NNReal) => pathHeat period q T v u

      Strong heat continuity is uniform over every compact continuous time path.

      noncomputable def EulerHeatRegularizedPaths.regularizedPath (period : ) [Fact (0 < period)] {q : } (T : ) (n : ) (u : C((Set.Icc 0 T), (EulerCylinderSobolevSpace.SobolevSpace period q))) :

      A continuous path regularized by three genuine spatial heat derivatives.

      Equations
      Instances For

        Regularized paths converge uniformly in their original complete Sobolev norm.

        Regularization at adjacent Sobolev levels has exactly the same underlying field.