Documentation

LeanPool.NavierStokesAndEuler.Euler.ContinuousGramGevrey

Uniform-time factorial bounds for the actual Gram inverse #

The inverse is a genuinely smooth continuous operator path. Applying the frozen-coefficient recurrence in the uniform norm gives actual inverse-path and solution estimates, without a Hilbert structure on the path space.

@[instance_reducible]

Cache the standard NormedAddCommGroup (U →L[ℝ] U) instance to shorten typeclass synthesis.

Equations
Instances For
    @[instance_reducible]

    Cache the standard NormedSpace ℝ (U →L[ℝ] U) instance to shorten typeclass synthesis.

    Equations
    Instances For
      @[instance_reducible]

      Cache the standard NormedAddCommGroup C(Icc (0 : ℝ) T,U →L[ℝ] U) instance to shorten typeclass synthesis.

      Equations
      Instances For
        @[instance_reducible]

        Cache the standard NormedSpace ℝ C(Icc (0 : ℝ) T,U →L[ℝ] U) instance to shorten typeclass synthesis.

        Equations
        Instances For
          @[instance_reducible]

          Cache the standard NormedAddCommGroup (C(Icc (0 : ℝ) T,U →L[ℝ] U) →L[ℝ] C(Icc (0 : ℝ) T,U →L[ℝ] U)) instance to shorten typeclass synthesis.

          Equations
          Instances For
            @[instance_reducible]

            Cache the standard NormedSpace ℝ (C(Icc (0 : ℝ) T,U →L[ℝ] U) →L[ℝ] C(Icc (0 : ℝ) T,U →L[ℝ] U)) instance to shorten typeclass synthesis.

            Equations
            Instances For

              Bounded left multiplication on continuous endomorphism paths, as a bounded linear function of the actual coefficient path.

              Equations
              Instances For
                theorem EulerContinuousGramGevrey.inversePath_gevrey {U : Type u_1} {E : Type u_2} [NormedAddCommGroup U] [InnerProductSpace U] [CompleteSpace U] [NormedAddCommGroup E] [InnerProductSpace E] [CompleteSpace E] {P : Type u_3} [NormedAddCommGroup P] [NormedSpace P] (T : ) (Q : PC((Set.Icc 0 T), U →L[] E)) (c : ) (hc : 0 < c) (hLower : ∀ (x : P) (t : (Set.Icc 0 T)) (v : U), c * v ^ 2 ((Q x) t) v ^ 2) (hQ : ContDiff (↑) Q) (Rc C : ) (hRc : 0 Rc) (hC : 0 C) (hbQ : ∀ (n : ) (x : P), iteratedFDeriv n Q x C * EulerGevrey.majorant Rc 0 n) (R : ) (hR : 2 * EulerTimeLpGramGevrey.gramCost c C 1 * (Rc + 1) R) (n : ) (x : P) :

                The actual continuous inverse path has one factorial shift, uniformly in time.

                theorem EulerContinuousGramGevrey.solution_gevrey {U : Type u_1} {E : Type u_2} [NormedAddCommGroup U] [InnerProductSpace U] [CompleteSpace U] [NormedAddCommGroup E] [InnerProductSpace E] [CompleteSpace E] {P : Type u_3} [NormedAddCommGroup P] [NormedSpace P] (T : ) (Q : PC((Set.Icc 0 T), U →L[] E)) (c : ) (hc : 0 < c) (hLower : ∀ (x : P) (t : (Set.Icc 0 T)) (v : U), c * v ^ 2 ((Q x) t) v ^ 2) (hQ : ContDiff (↑) Q) (Rc C : ) (hRc : 0 Rc) (hC : 0 C) (hbQ : ∀ (n : ) (x : P), iteratedFDeriv n Q x C * EulerGevrey.majorant Rc 0 n) (f : PC((Set.Icc 0 T), U)) (hf : ContDiff (↑) f) (D R : ) (hD : 0 D) (hR : 2 * EulerTimeLpGramGevrey.gramCost c C D * (Rc + 1) R) (d : ) (hbf : ∀ (n : ) (x : P), iteratedFDeriv n f x D * EulerGevrey.majorant R d n) (n : ) (x : P) :
                iteratedFDeriv n (fun (y : P) => (EulerContinuousGramPath.solve T (Q y) c hc ) (f y)) x EulerGevrey.majorant R (d + 1) n

                The actual continuous solution has the same one-shift inverse estimate.