Finite-prefix control of the actual coupling recurrence. Each step may use only the bounds already proved on its preceding prefix.
theorem
EulerParentRenewalPrefix.partial_sum_le
{e : ℕ → ℝ}
{η : ℝ}
(he : EulerPacketSourceScaleChoice.SmallSeries e η)
(n : ℕ)
:
theorem
EulerParentRenewalPrefix.coupling_prefix
{a e : ℕ → ℝ}
{η : ℝ}
(N : ℕ)
(he : EulerPacketSourceScaleChoice.SmallSeries e η)
(hη : η ≤ 1 / 4)
(hzero : a 0 = 1)
(hstep : ∀ n < N, (∀ i ≤ n, 1 / 2 ≤ a i ∧ a i ≤ 2) → |a (n + 1) / a n - 1| ≤ e n)
(n : ℕ)
:
No bound on a future coupling is an input. The step estimate can be established only after the previous finite prefix has been bounded.
theorem
EulerParentRenewalPrefix.coupling_and_tilt_prefix
{a β x e : ℕ → ℝ}
{η : ℝ}
(N : ℕ)
(he : EulerPacketSourceScaleChoice.SmallSeries e η)
(hη : η ≤ 1 / 4)
(hzero : a 0 = 1)
(hβzero : 1 / 2 ≤ β 0 * x 0 ^ 2 ∧ β 0 * x 0 ^ 2 ≤ 2)
(hstep :
∀ n < N,
(∀ i ≤ n, (1 / 2 ≤ a i ∧ a i ≤ 2) ∧ 1 / 2 ≤ β i * x i ^ 2 ∧ β i * x i ^ 2 ≤ 2) →
|a (n + 1) / a n - 1| ≤ e n ∧ 1 / 2 ≤ β (n + 1) * x (n + 1) ^ 2 ∧ β (n + 1) * x (n + 1) ^ 2 ≤ 2)
(n : ℕ)
:
The same finite induction propagates the normalized tilt invariant along with the coupling. Its hypotheses mention only already-built stages.
theorem
EulerParentRenewalPrefix.stage_congr_at
{J D : ℕ}
{C c X K : ℝ}
{a β b γ : ℕ → ℝ}
{n : ℕ}
(G : EulerPacketSourceScaleGuards.StageGuards J D C c X K a β n)
(ha : a n = b n)
(hβ : β n = γ n)
:
EulerPacketSourceScaleGuards.StageGuards J D C c X K b γ n
theorem
EulerParentRenewalPrefix.stage_guards_at
(J D : ℕ)
(hJ : 3 ≤ J)
(C c X K δ : ℝ)
(hC : 4 ≤ C)
(hX : 8 ≤ X)
(hK : 1 ≤ K)
(hδ : δ ≤ 1 / 2)
(hδK : 1000000 * K * δ ≤ 1)
(hb : EulerPacketSourceScaleActual.ActualBounds J D C c X δ)
(a β : ℕ → ℝ)
(n : ℕ)
(ha : 1 / 2 ≤ a n)
(ha2 : a n ≤ 2)
(hβ : 1 / 2 ≤ β n * EulerPacketSourceScaleChoice.scaleSequence J X n ^ 2)
(hβ2 : β n * EulerPacketSourceScaleChoice.scaleSequence J X n ^ 2 ≤ 2)
:
EulerPacketSourceScaleGuards.StageGuards J D C c X K a β n
Extend just the current scalar values to a bounded artificial sequence, apply the uniform theorem, then transfer its local conclusion. No hypotheses on any future stage are required.