Documentation

LeanPool.NavierStokesAndEuler.Euler.ContinuousGramPath

Genuine inverse Gram calculus in the uniform time norm #

The previously constructed continuous Gram inverse is an actual inverse in the Banach algebra of continuous operator paths. Its external-parameter smoothness follows from inversion at units of that algebra. No smoothness of a pre-existing inverse is assumed.

noncomputable def EulerContinuousGramPath.gramPathUnit {U : Type u_1} {E : Type u_2} [NormedAddCommGroup U] [InnerProductSpace U] [CompleteSpace U] [NormedAddCommGroup E] [InnerProductSpace E] [CompleteSpace E] (T : ) (Q : C((Set.Icc 0 T), U →L[] E)) (c : ) (hc : 0 < c) (hQ : ∀ (t : (Set.Icc 0 T)) (v : U), c * v ^ 2 (Q t) v ^ 2) :

The actual Gram path and its actual continuous inverse form a unit.

Equations
Instances For

    The constructed path is exactly Banach-algebra inversion of the Gram coefficient.

    noncomputable def EulerContinuousGramPath.solve {U : Type u_1} {E : Type u_2} [NormedAddCommGroup U] [InnerProductSpace U] [CompleteSpace U] [NormedAddCommGroup E] [InnerProductSpace E] [CompleteSpace E] (T : ) (Q : C((Set.Icc 0 T), U →L[] E)) (c : ) (hc : 0 < c) (hQ : ∀ (t : (Set.Icc 0 T)) (v : U), c * v ^ 2 (Q t) v ^ 2) :
    C((Set.Icc 0 T), U) →L[] C((Set.Icc 0 T), U)

    The actual inverse acting on continuous forcing paths.

    Equations
    Instances For
      theorem EulerContinuousGramPath.solve_equation {U : Type u_1} {E : Type u_2} [NormedAddCommGroup U] [InnerProductSpace U] [CompleteSpace U] [NormedAddCommGroup E] [InnerProductSpace E] [CompleteSpace E] (T : ) (Q : C((Set.Icc 0 T), U →L[] E)) (c : ) (hc : 0 < c) (hQ : ∀ (t : (Set.Icc 0 T)) (v : U), c * v ^ 2 (Q t) v ^ 2) (f : C((Set.Icc 0 T), U)) :

      The continuous solution satisfies the actual coefficient equation.

      theorem EulerContinuousGramPath.solve_left_inverse {U : Type u_1} {E : Type u_2} [NormedAddCommGroup U] [InnerProductSpace U] [CompleteSpace U] [NormedAddCommGroup E] [InnerProductSpace E] [CompleteSpace E] (T : ) (Q : C((Set.Icc 0 T), U →L[] E)) (c : ) (hc : 0 < c) (hQ : ∀ (t : (Set.Icc 0 T)) (v : U), c * v ^ 2 (Q t) v ^ 2) (f : C((Set.Icc 0 T), U)) :

      The constructed inverse is also a left inverse in the uniform path space.

      theorem EulerContinuousGramPath.solve_norm {U : Type u_1} {E : Type u_2} [NormedAddCommGroup U] [InnerProductSpace U] [CompleteSpace U] [NormedAddCommGroup E] [InnerProductSpace E] [CompleteSpace E] (T : ) (Q : C((Set.Icc 0 T), U →L[] E)) (c : ) (hc : 0 < c) (hQ : ∀ (t : (Set.Icc 0 T)) (v : U), c * v ^ 2 (Q t) v ^ 2) :
      solve T Q c hc hQ c⁻¹

      The uniform-in-time inverse has the same genuine coercive bound.

      The actual Gram path is smoothly parameterized in the uniform time norm.

      theorem EulerContinuousGramPath.gramInversePath_contDiff {U : Type u_1} {E : Type u_2} [NormedAddCommGroup U] [InnerProductSpace U] [CompleteSpace U] [NormedAddCommGroup E] [InnerProductSpace E] [CompleteSpace E] (T c : ) (hc : 0 < c) {P : Type u_3} [NormedAddCommGroup P] [NormedSpace P] (Qp : PC((Set.Icc 0 T), U →L[] E)) (hLower : ∀ (x : P) (t : (Set.Icc 0 T)) (v : U), c * v ^ 2 ((Qp x) t) v ^ 2) {n : WithTop ℕ∞} (hQp : ContDiff n Qp) :
      ContDiff n fun (x : P) => EulerTransverseGramPath.gramInversePath T (Qp x) c hc

      Actual inverse-path regularity follows from the constructed Banach-algebra unit.

      theorem EulerContinuousGramPath.solve_contDiff {U : Type u_1} {E : Type u_2} [NormedAddCommGroup U] [InnerProductSpace U] [CompleteSpace U] [NormedAddCommGroup E] [InnerProductSpace E] [CompleteSpace E] (T c : ) (hc : 0 < c) {P : Type u_3} [NormedAddCommGroup P] [NormedSpace P] (Qp : PC((Set.Icc 0 T), U →L[] E)) (hLower : ∀ (x : P) (t : (Set.Icc 0 T)) (v : U), c * v ^ 2 ((Qp x) t) v ^ 2) (f : PC((Set.Icc 0 T), U)) {n : WithTop ℕ∞} (hQp : ContDiff n Qp) (hf : ContDiff n f) :
      ContDiff n fun (x : P) => (solve T (Qp x) c hc ) (f x)

      The genuinely constructed uniform-time solution is smoothly parameterized.

      theorem EulerContinuousGramPath.gramPath_bound {U : Type u_1} {E : Type u_2} [NormedAddCommGroup U] [InnerProductSpace U] [CompleteSpace U] [NormedAddCommGroup E] [InnerProductSpace E] [CompleteSpace E] (T : ) {P : Type u_3} [NormedAddCommGroup P] [NormedSpace P] (Qp : PC((Set.Icc 0 T), U →L[] E)) (hQp : ContDiff (↑) Qp) (R C : ) (hR : 0 R) (hC : 0 C) (hb : ∀ (n : ) (x : P), iteratedFDeriv n Qp x C * EulerGevrey.majorant R 0 n) (n : ) (x : P) :

      The actual Gram coefficient has the uniform factorial product bound.