Documentation

LeanPool.NavierStokesAndEuler.Euler.TimeH1Reconstruction

A bounded reconstruction of genuine time-H¹ fields #

The pair of L² fields (p,q) determines a continuous path by mean(p) - mean(Jq) + Jq. For an actual absolutely continuous representative of p with derivative q, this is that representative. Thus parameter derivatives and all-order bounds pass through one fixed bounded linear map.

noncomputable def EulerTimeH1Reconstruction.mean {E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace E] (T : ) (hT : 0 T) :

The actual time average, expressed using the terminal primitive's initial trace.

Equations
Instances For
    noncomputable def EulerTimeH1Reconstruction.valuePart {E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace E] (T : ) (hT : 0 T) :

    The constant part of the reconstruction.

    Equations
    Instances For

      One fixed bounded linear map from the value/derivative pair to its continuous representative.

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

        The reconstruction is the literal average plus mean-zero terminal primitive.

        Constant fields have their actual value as time average.

        The mean has the expected inverse-square-root time bound.

        Uniform time evaluation is controlled by the actual L² value and derivative.

        The constant reconstruction component has the sharp polynomial trace cost.

        The mean-zero primitive reconstruction has only a square-root time cost.

        theorem EulerTimeH1Reconstruction.reconstruction_eq_path {E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace E] [CompleteSpace E] (T : ) (hT : 0 < T) (p q : (EulerTimeLp.TimeLp T E)) (η : E) ( : AbsolutelyContinuousOnInterval η 0 T) (hp : p =ᵐ[EulerTimeLp.timeMeasure T] η) (hq : ∀ᵐ (t : ) EulerTimeLp.timeMeasure T, HasDerivAt η (q t) t) (t : (Set.Icc 0 T)) :
        ((reconstruction T ) (p, q)) t = η t

        The reconstructed path equals every genuine AC representative with the specified derivative.

        theorem EulerTimeH1Reconstruction.reconstruction_contDiff {E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace E] {P : Type u_2} [NormedAddCommGroup P] [NormedSpace P] (T : ) (hT : 0 T) (p q : P(EulerTimeLp.TimeLp T E)) {n : WithTop ℕ∞} (hp : ContDiff n p) (hq : ContDiff n q) :
        ContDiff n fun (x : P) => (reconstruction T hT) (p x, q x)

        Smooth parameter dependence passes through the fixed H¹ reconstruction.

        theorem EulerTimeH1Reconstruction.reconstruction_gevrey {E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace E] {P : Type u_2} [NormedAddCommGroup P] [NormedSpace P] (T : ) (hT : 0 < T) (p q : P(EulerTimeLp.TimeLp T E)) (hp : ContDiff (↑) p) (hq : ContDiff (↑) q) (R C D : ) (hR : 0 R) (hC : 0 C) (hD : 0 D) (d : ) (hbp : ∀ (n : ) (x : P), iteratedFDeriv n p x C * EulerGevrey.majorant R d n) (hbq : ∀ (n : ) (x : P), iteratedFDeriv n q x D * EulerGevrey.majorant R d n) (n : ) (x : P) :
        iteratedFDeriv n (fun (y : P) => (reconstruction T ) (p y, q y)) x (T⁻¹ * T * C + 2 * T * D) * EulerGevrey.majorant R d n

        Every actual parameter derivative has the uniform time-trace estimate; the trace costs a fixed polynomial multiplier, independent of the order.