Documentation

LeanPool.NavierStokesAndEuler.Euler.SobolevPointEvaluation

Actual continuous representatives and point evaluation as bounded linear maps on cylinder H3.

The actual continuous representative of a genuine cylinder H3 field.

Equations
Instances For

    The chosen representative is actually continuous.

    The chosen representative agrees almost everywhere with the actual L² field.

    Continuous representatives of the same actual L² field agree pointwise.

    The actual representative obeys the pointwise H3 evaluation bound at every point.

    theorem EulerSobolevPointEvaluation.representative_add (period : ) [Fact (0 < period)] (u v : (EulerCylinderSobolevSpace.SobolevSpace period 3)) :
    representative period (u + v) = fun (x : EulerLiftedGradientSpace.LiftDomain period) => representative period u x + representative period v x

    Addition of actual H3 fields gives pointwise addition of their continuous representatives.

    theorem EulerSobolevPointEvaluation.representative_smul (period : ) [Fact (0 < period)] (c : ) (u : (EulerCylinderSobolevSpace.SobolevSpace period 3)) :
    representative period (c u) = fun (x : EulerLiftedGradientSpace.LiftDomain period) => c representative period u x

    Scalar multiplication of actual H3 fields gives pointwise scalar multiplication of their continuous representatives.

    Evaluation of the actual continuous representative is a bounded linear map on cylinder H3.

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

      The bounded evaluation operator returns the value of every actual continuous representative.