Documentation

LeanPool.NavierStokesAndEuler.Euler.BoundedInverseGevrey

Genuine derivative estimates for bounded inverses on normed spaces #

The triangular derivative estimate only needs an actual bounded left inverse of the frozen operator. This form applies to continuous path spaces as well as Hilbert spaces, without assigning a Hilbert structure to a uniform norm.

theorem EulerBoundedInverseGevrey.solution_gevrey {P : Type u_1} {E : Type u_2} [NormedAddCommGroup P] [NormedSpace P] [NormedAddCommGroup E] [NormedSpace E] (A : PE →L[] E) (u f : PE) (hA : ContDiff (↑) A) (hu : ContDiff (↑) u) (hf : ContDiff (↑) f) (heq : ∀ (x : P), (A x) (u x) = f x) (inverse : PE →L[] E) (hleft : ∀ (x : P) (v : E), (inverse x) ((A x) v) = v) (I C D M Rc R : ) (hC : 0 C) (hD : 0 D) (hM : 1 M) (hMC : I * C M) (hMD : I * D M) (hRc : 0 Rc) (hR : 2 * M * (Rc + 1) R) (hinverse : ∀ (x : P), inverse x I) (hcoeff : ∀ (j : ) (x : P), iteratedFDeriv (j + 1) A x C * (Rc ^ (j + 1) * (j + 1).factorial ^ 2)) (d : ) (hforce : ∀ (n : ) (x : P), iteratedFDeriv n f x D * EulerGevrey.majorant R d n) (n : ) (x : P) :

Actual smooth solutions of an invertible operator family satisfy the same factorial estimate, using the genuine frozen inverse bound.