Documentation

LeanPool.NavierStokesAndEuler.Euler.GevreyCompositionPartitions

A factorial-square bound for the partitions in Faà di Bruno's formula #

The estimate is uniform in the order. Extending a partition either creates a singleton or increases one old part, so the factorial-square weight grows by at most (n + 1)^2 * (x + 2). This avoids replacing every derivative in the composition formula by the largest derivative bound.

theorem EulerGevreyComposition.sum_partSize_succ_sq_le {n : } (c : OrderedFinpartition n) :
i : Fin c.length, ((c.partSize i) + 1) ^ 2 2 * (n + 1) ^ 2

Factorial product, given by ∏ i, ((c.partSize i).factorial : ℝ).

Equations
Instances For

    Partition weight, given by x^c.length * ((c.length.factorial : ℝ) * factorialProduct c)^2.

    Equations
    Instances For
      theorem EulerGevreyComposition.partitionSum_succ (n : ) (x : ) :
      partitionSum (n + 1) x = c : OrderedFinpartition n, (x * (c.length + 1) ^ 2 + i : Fin c.length, ((c.partSize i) + 1) ^ 2) * partitionWeight x c
      theorem EulerGevreyComposition.partitionSum_succ_le (n : ) (x : ) (hx : 0 x) :
      partitionSum (n + 1) x (n + 1) ^ 2 * (x + 2) * partitionSum n x
      theorem EulerGevreyComposition.partitionSum_le (n : ) (x : ) (hx : 0 x) :
      partitionSum n x (x + 2) ^ n * n.factorial ^ 2

      The entire factorial-square Faà di Bruno partition sum has one fixed exponential radius, independent of the differentiation order.