Documentation

LeanPool.NavierStokesAndEuler.Euler.CylinderSpatialEmbedding

The genuine constant-angle embedding of ordinary spatial L² into cylinder L².

@[reducible, inline]

Spatial L²: an abbreviation for Lp V 2 (volume : Measure Space).

Equations
Instances For
    noncomputable def EulerCylinderSpatialEmbedding.lift (P : ) [Fact (0 < P)] {V : Type u_1} [NormedAddCommGroup V] (u : (SpatialL2 V)) :

    Lift, given by (lifted_memLp P u).toLp (fun z : LiftDomain P => u z.1).

    Equations
    Instances For
      theorem EulerCylinderSpatialEmbedding.lift_add (P : ) [Fact (0 < P)] {V : Type u_1} [NormedAddCommGroup V] (u v : (SpatialL2 V)) :
      lift P (u + v) = lift P u + lift P v
      theorem EulerCylinderSpatialEmbedding.lift_smul (P : ) [Fact (0 < P)] {V : Type u_1} [NormedAddCommGroup V] [NormedSpace V] (r : ) (u : (SpatialL2 V)) :
      lift P (r u) = r lift P u
      theorem EulerCylinderSpatialEmbedding.lift_norm_sq (P : ) [Fact (0 < P)] {V : Type u_1} [NormedAddCommGroup V] (u : (SpatialL2 V)) :
      lift P u ^ 2 = P * u ^ 2

      The angle factor in the true product-space L² norm is exactly the period.

      Embedding linear, bundling toFun, map_add, map_smul.

      Equations
      Instances For

        Embedding, given by (embeddingLinear P).mkContinuous (Real.sqrt P) (lift_norm_le P).

        Equations
        Instances For
          @[simp]
          theorem EulerCylinderSpatialEmbedding.embedding_apply (P : ) [Fact (0 < P)] {V : Type u_1} [NormedAddCommGroup V] [NormedSpace V] (u : (SpatialL2 V)) :
          (embedding P) u = lift P u