Documentation

LeanPool.NavierStokesAndEuler.Euler.SobolevL2Product

Actual pointwise multiplication as a bounded bilinear map Hq × L² → L².

The actual scalar-vector product belongs to L² by the proved Sobolev embedding.

The actual almost-everywhere scalar-vector product represented in cylinder L².

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

    The actual L² product has the quantitative bilinear bound.

    theorem EulerSobolevL2Product.scalarProduct_add_right (period : ) [Fact (0 < period)] {q : } (hq : 3 q) (L : EulerLiftedGradientSpace.Vector3 →L[] ) (u : (EulerCylinderSobolevSpace.SobolevSpace period q)) (v w : (EulerLiftedGradientSpace.LiftL2 period)) :
    scalarProduct period hq L u (v + w) = scalarProduct period hq L u v + scalarProduct period hq L u w
    theorem EulerSobolevL2Product.scalarProduct_smul_right (period : ) [Fact (0 < period)] {q : } (hq : 3 q) (L : EulerLiftedGradientSpace.Vector3 →L[] ) (u : (EulerCylinderSobolevSpace.SobolevSpace period q)) (r : ) (v : (EulerLiftedGradientSpace.LiftL2 period)) :
    scalarProduct period hq L u (r v) = r scalarProduct period hq L u v
    theorem EulerSobolevL2Product.scalarProduct_add_left (period : ) [Fact (0 < period)] {q : } (hq : 3 q) (L : EulerLiftedGradientSpace.Vector3 →L[] ) (u w : (EulerCylinderSobolevSpace.SobolevSpace period q)) (v : (EulerLiftedGradientSpace.LiftL2 period)) :
    scalarProduct period hq L (u + w) v = scalarProduct period hq L u v + scalarProduct period hq L w v
    theorem EulerSobolevL2Product.scalarProduct_smul_left (period : ) [Fact (0 < period)] {q : } (hq : 3 q) (L : EulerLiftedGradientSpace.Vector3 →L[] ) (r : ) (u : (EulerCylinderSobolevSpace.SobolevSpace period q)) (v : (EulerLiftedGradientSpace.LiftL2 period)) :
    scalarProduct period hq L (r u) v = r scalarProduct period hq L u v

    Pointwise multiplication by an Hq scalar component is a bounded linear L² operator.

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

      Actual scalar-vector multiplication, as a continuous bilinear map on the complete spaces.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        @[simp]
        theorem EulerSobolevL2Product.scalarProductBilinear_apply (period : ) [Fact (0 < period)] {q : } (hq : 3 q) (L : EulerLiftedGradientSpace.Vector3 →L[] ) (u : (EulerCylinderSobolevSpace.SobolevSpace period q)) (v : (EulerLiftedGradientSpace.LiftL2 period)) :
        ((scalarProductBilinear period hq L) u) v = scalarProduct period hq L u v

        The actual product is equivariant under simultaneous cylinder translation.