Documentation

LeanPool.NavierStokesAndEuler.Euler.TimeLp

Actual Bochner L² time spaces and continuous-path embeddings used by maximal regularity.

Lebesgue time measure restricted to the prescribed compact evolution interval.

Equations
Instances For

    The actual compact time measure is finite.

    @[reducible, inline]
    noncomputable abbrev EulerTimeLp.TimeLp (T : ) (E : Type u_1) [NormedAddCommGroup E] :

    The actual Bochner L² space of time-dependent values in a normed space.

    Equations
    Instances For

      A continuous compact-time path is genuinely square integrable after clamping.

      noncomputable def EulerTimeLp.pathLp {E : Type u_1} [NormedAddCommGroup E] (T : ) (hT : 0 T) (f : C((Set.Icc 0 T), E)) :
      (TimeLp T E)

      A continuous time path represented in the actual Bochner L² space.

      Equations
      Instances For
        theorem EulerTimeLp.pathLp_ae {E : Type u_1} [NormedAddCommGroup E] (T : ) (hT : 0 T) (f : C((Set.Icc 0 T), E)) :

        The Bochner path representative is the genuine clamped continuous path almost everywhere.

        theorem EulerTimeLp.pathLp_bound {E : Type u_1} [NormedAddCommGroup E] (T : ) (hT : 0 T) (f : C((Set.Icc 0 T), E)) :

        The continuous-path inclusion obeys the actual finite-time L² norm bound.

        theorem EulerTimeLp.pathLp_sub {E : Type u_1} [NormedAddCommGroup E] (T : ) (hT : 0 T) (f g : C((Set.Icc 0 T), E)) :
        pathLp T hT (f - g) = pathLp T hT f - pathLp T hT g

        The actual path embedding preserves subtraction.

        theorem EulerTimeLp.pathLp_tendsto {E : Type u_1} [NormedAddCommGroup E] (T : ) (hT : 0 T) (f : C((Set.Icc 0 T), E)) (g : C((Set.Icc 0 T), E)) (h : Filter.Tendsto f Filter.atTop (nhds g)) :
        Filter.Tendsto (fun (n : ) => pathLp T hT (f n)) Filter.atTop (nhds (pathLp T hT g))

        Uniform convergence of actual continuous paths implies convergence in actual L² time.

        theorem EulerTimeLp.norm_sq_eq_integral {E : Type u_1} [NormedAddCommGroup E] (T : ) (f : (TimeLp T E)) :
        f ^ 2 = (t : ), f t ^ 2 timeMeasure T

        The actual Bochner L² norm squared is the integral of the squared pointwise norm, also for Banach targets.

        theorem EulerTimeLp.pathLp_norm_sq {E : Type u_1} [NormedAddCommGroup E] (T : ) (hT : 0 T) (f : C((Set.Icc 0 T), E)) :

        The actual L² time norm of a continuous path is its classical time energy integral.