Documentation

LeanPool.NavierStokesAndEuler.Euler.ParameterSobolevProductGevrey

Multiplication preserves the radius of genuine fixed-Sobolev word blocks #

Only coefficient blocks are compared with the coefficient radius. The input field's ordered word sum passes directly through the Leibniz estimate.

theorem EulerParameterWordGevrey.block_clm_apply_gevrey {P : Type u_1} {E : Type u_2} {F : Type u_3} {ι : Type u_4} [NormedAddCommGroup P] [NormedSpace P] [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [Fintype ι] (directions : ιP) (q : ) (A : PE →L[] F) (f : PE) (hA : ContDiff (↑) A) (hf : ContDiff (↑) f) (Rc R C D : ) (hRc : 0 Rc) (hRcR : Rc R) (hC : 0 C) (hD : 0 D) (hcoeff : ∀ (n : ) (x : P), coefficientBlock directions q A n x C * EulerGevrey.majorant Rc 0 n) (d : ) (hfield : ∀ (n : ) (x : P), block directions q f n x D * EulerGevrey.majorant R d n) (n : ) (x : P) :
block directions q (fun (y : P) => (A y) (f y)) n x 3 * C * D * EulerGevrey.majorant R d n
theorem EulerParameterWordGevrey.block_linear_gevrey {P : Type u_1} {E : Type u_2} {F : Type u_3} {ι : Type u_4} [NormedAddCommGroup P] [NormedSpace P] [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [Fintype ι] (directions : ιP) (q : ) (L : E →L[] F) (f : PE) (hf : ContDiff (↑) f) (R C : ) (d : ) (hb : ∀ (n : ) (x : P), block directions q f n x C * EulerGevrey.majorant R d n) (n : ) (x : P) :
block directions q (fun (y : P) => L (f y)) n x L * C * EulerGevrey.majorant R d n
theorem EulerParameterWordGevrey.block_add_gevrey {P : Type u_1} {E : Type u_2} {ι : Type u_4} [NormedAddCommGroup P] [NormedSpace P] [NormedAddCommGroup E] [NormedSpace E] [Fintype ι] (directions : ιP) (q : ) (f g : PE) (hf : ContDiff (↑) f) (hg : ContDiff (↑) g) (R C D : ) (d : ) (hb : ∀ (n : ) (x : P), block directions q f n x C * EulerGevrey.majorant R d n) (hc : ∀ (n : ) (x : P), block directions q g n x D * EulerGevrey.majorant R d n) (n : ) (x : P) :
block directions q (f + g) n x (C + D) * EulerGevrey.majorant R d n