Documentation

LeanPool.NavierStokesAndEuler.Euler.ParameterWordGevrey

Actual ordered parameter derivatives and their factorial word sums #

The parameter estimates are stated for the genuine iterated Fréchet derivative. Evaluation on an ordered family of directions gives the mixed word derivative. Summing all words changes the radius by one fixed alphabet factor, independent of the derivative order and factorial shift.

noncomputable def EulerParameterWordGevrey.wordDerivative {P : Type u_1} {E : Type u_2} {ι : Type u_3} [NormedAddCommGroup P] [NormedSpace P] [NormedAddCommGroup E] [NormedSpace E] (directions : ιP) (f : PE) {n : } (w : Fin nι) (x : P) :
E

The actual mixed differential evaluated on an ordered word of directions.

Equations
Instances For
    noncomputable def EulerParameterWordGevrey.wordSum {P : Type u_1} {E : Type u_2} {ι : Type u_3} [NormedAddCommGroup P] [NormedSpace P] [NormedAddCommGroup E] [NormedSpace E] [Fintype ι] (directions : ιP) (f : PE) (n : ) (x : P) :

    The sum of the actual norms over all ordered words.

    Equations
    Instances For
      theorem EulerParameterWordGevrey.wordDerivative_norm {P : Type u_1} {E : Type u_2} {ι : Type u_3} [NormedAddCommGroup P] [NormedSpace P] [NormedAddCommGroup E] [NormedSpace E] (directions : ιP) (hd : ∀ (i : ι), directions i 1) (f : PE) {n : } (w : Fin nι) (x : P) :

      Unit directions do not enlarge the norm of the actual differential.

      theorem EulerParameterWordGevrey.wordSum_le {P : Type u_1} {E : Type u_2} {ι : Type u_3} [NormedAddCommGroup P] [NormedSpace P] [NormedAddCommGroup E] [NormedSpace E] [Fintype ι] (directions : ιP) (hd : ∀ (i : ι), directions i 1) (f : PE) (n : ) (x : P) :
      wordSum directions f n x (Fintype.card ι) ^ n * iteratedFDeriv n f x

      Summing the actual word norms costs precisely the number of words.

      theorem EulerParameterWordGevrey.wordSum_gevrey {P : Type u_1} {E : Type u_2} {ι : Type u_3} [NormedAddCommGroup P] [NormedSpace P] [NormedAddCommGroup E] [NormedSpace E] [Fintype ι] (directions : ιP) (hd : ∀ (i : ι), directions i 1) (f : PE) (R C : ) (hR : 0 R) (hC : 0 C) (d : ) (hb : ∀ (n : ) (x : P), iteratedFDeriv n f x C * EulerGevrey.majorant R d n) (n : ) (x : P) :
      wordSum directions f n x C * EulerGevrey.majorant (max 1 (Fintype.card ι) * R) d n

      The actual word sum has a factorial bound with one dimension-dependent radius enlargement.