Documentation

LeanPool.NavierStokesAndEuler.Euler.PacketMajorantShift

Exact shift gains and the final coarse factorial splitting for finite packets.

theorem EulerGevrey.majorant_succ_identity (R : ) (d n : ) :
majorant R (d + 1) n = R * ↑(n + d + 1) ^ 2 * majorant R d n
theorem EulerGevrey.majorant_mono_shift (R : ) (hR : 1 R) (d D n : ) (h : d D) :
majorant R d n majorant R D n
theorem EulerGevrey.linear_grade_cost_absorbed (C R : ) (hC : 0 C) (hR : C R) (p d n : ) (hd : 0 < d) (hpd : p d) :
C * p * majorant R (d - 1) n majorant R d n

A single spare shift pays a linear number of grade terms at one fixed radius.

theorem EulerGevrey.majorant_coarse_split (R : ) (hR : 0 R) (d n : ) :
majorant R d n (4 * R) ^ d * d.factorial ^ 2 * majorant (4 * R) 0 n

Used once at the final coarse split, or for a fixed coefficient shift.