Documentation

LeanPool.NavierStokesAndEuler.Euler.CylinderSobolevOrbit

Smoothness of the actual translated continuous Sobolev path #

The finite Sobolev array consists of genuine derivative words of the given L² orbit. A bounded retraction of the closed compatible-array space proves its smoothness in the complete Hq path norm. It is used qualitatively only.

Every closed subspace of a finite product of Hilbert spaces has a bounded retraction. We use the equivalent Hilbert product norm only to construct the retraction; all stated spaces retain their original sup norms.

def EulerHilbertProductSubspace.hilbertEquiv {ι : Type u_1} {E : Type u_2} [NormedAddCommGroup E] [InnerProductSpace E] :
(ιE) ≃L[] PiLp 2 fun (x : ι) => E

Hilbert equiv, given by (PiLp.continuousLinearEquiv 2 ℝ (fun _ : ι => E)).symm.

Equations
Instances For
    noncomputable def EulerHilbertProductSubspace.retraction {ι : Type u_1} {E : Type u_2} [Fintype ι] [NormedAddCommGroup E] [InnerProductSpace E] [CompleteSpace E] (S : ClosedSubmodule (ιE)) :
    (ιE) →L[] S

    A genuine bounded retraction, obtained from orthogonal projection in the equivalent Hilbert norm.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      @[simp]
      theorem EulerHilbertProductSubspace.retraction_subtype {ι : Type u_1} {E : Type u_2} [Fintype ι] [NormedAddCommGroup E] [InnerProductSpace E] [CompleteSpace E] (S : ClosedSubmodule (ιE)) (u : S) :
      (retraction S) u = u
      noncomputable def EulerHilbertProductSubspace.packPaths {ι : Type u_1} [Fintype ι] {K : Type u_3} {V : Type u_4} [TopologicalSpace K] [NormedAddCommGroup V] [NormedSpace V] :
      (ιC(K, V)) →L[] C(K, ιV)

      Interchange a finite tuple and a continuous path by a bounded linear map.

      Equations
      Instances For
        @[simp]
        theorem EulerHilbertProductSubspace.packPaths_apply {ι : Type u_1} [Fintype ι] {K : Type u_3} {V : Type u_4} [TopologicalSpace K] [NormedAddCommGroup V] [NormedSpace V] (p : ιC(K, V)) (t : K) (i : ι) :
        (packPaths p) t i = (p i) t

        Assemble sobolev path, given by ((retraction (sobolevSubspace P q)).compLeftContinuous ℝ K).comp packPaths.

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

          Actual L² orbit smoothness promotes to every fixed complete Sobolev path space.