Explicit numerical estimates for the factorial majorants used in the proposed Euler construction. These lemmas prove combinatorial implications; they do not assert the analytic estimates needed to apply the implications to Euler.
The reciprocal binomial row has uniformly bounded sum, including order zero.
theorem
EulerGevrey.triangular_inverse_majorant
(A Rc R : ℝ)
(hA : 1 ≤ A)
(hRc : 0 ≤ Rc)
(hlarge : 2 * A * (Rc + 1) ≤ R)
(d : ℕ)
(F Z : ℕ → ℝ)
(hF : ∀ (n : ℕ), F n ≤ majorant R d n)
(hZ :
∀ (n : ℕ),
Z n ≤ A * (F n + ∑ k ∈ Finset.range n, ↑(n.choose (k + 1)) * Rc ^ (k + 1) * ↑(k + 1).factorial ^ 2 * Z (n - (k + 1))))
(n : ℕ)
:
The triangular inverse rule with an explicit sufficient radius, uniform in the
derivative order and in the input shift. The recurrence sums the indices 1,…,n
as k + 1 for k ∈ range n. No sign assumption on F or Z is needed.
theorem
EulerGevrey.triangular_inverse_polynomial_radius
(P : ℝ)
(hP : 2 ≤ P)
(c d : ℕ)
(F Z : ℕ → ℝ)
(hF : ∀ (n : ℕ), F n ≤ majorant (P ^ (2 * c + 2)) d n)
(hZ :
∀ (n : ℕ),
Z n ≤ P ^ c * (F n + ∑ k ∈ Finset.range n, ↑(n.choose (k + 1)) * (P ^ c) ^ (k + 1) * ↑(k + 1).factorial ^ 2 * Z (n - (k + 1))))
(n : ℕ)
:
For coefficient and inverse size P^c, the single polynomial radius P^(2c+2) suffices.
theorem
EulerGevrey.sequence_product_majorant
(R A B : ℝ)
(hR : 0 ≤ R)
(hA : 0 ≤ A)
(hB : 0 ≤ B)
(d₁ d₂ : ℕ)
(f g : ℕ → ℝ)
(hf : ∀ (n : ℕ), |f n| ≤ A * majorant R d₁ n)
(hg : ∀ (n : ℕ), |g n| ≤ B * majorant R d₂ n)
(n : ℕ)
:
The shifted product rule applies directly to arbitrary real sequences bounded in absolute value.