Packet Uniform Scale Sums #
theorem
EulerPacketUniformScaleSums.polynomial_scale_doubles
(J A : ℕ)
(hJ : 1 ≤ J)
(hJA : 2 ^ (A + 1) ≤ ↑J ^ 2)
(x : ℕ → ℝ)
(hx0 : 0 < x 0)
(hx : ∀ (n : ℕ), x (n + 1) = ↑(J + n) ^ 2 * x n)
(n : ℕ)
:
Once the initial stage dominates the fixed polynomial exponent, the rescaled quadratic sequence grows by at least a factor two at every step.
theorem
EulerPacketUniformScaleSums.polynomial_scale_geometric_lower
(J A : ℕ)
(hJ : 1 ≤ J)
(hJA : 2 ^ (A + 1) ≤ ↑J ^ 2)
(x : ℕ → ℝ)
(hx0 : 0 < x 0)
(hx : ∀ (n : ℕ), x (n + 1) = ↑(J + n) ^ 2 * x n)
(n : ℕ)
:
The entire positive exponent sequence is bounded below by its first
term times 2^n, uniformly in the initial scale.
theorem
EulerPacketUniformScaleSums.source_exponential_geometric_majorant
(J A : ℕ)
(hJ : 1 ≤ J)
(hJA : 2 ^ (A + 1) ≤ ↑J ^ 2)
(x : ℕ → ℝ)
(hx0 : 0 < x 0)
(hx : ∀ (n : ℕ), x (n + 1) = ↑(J + n) ^ 2 * x n)
(b : ℝ)
(hb : 0 < b)
(n : ℕ)
:
Every term of the source exponential series is bounded by one explicit geometric series whose ratio depends only on the first scale.
theorem
EulerPacketUniformScaleSums.source_exponential_tsum_bound
(J A : ℕ)
(hJ : 1 ≤ J)
(hJA : 2 ^ (A + 1) ≤ ↑J ^ 2)
(x : ℕ → ℝ)
(hx0 : 0 < x 0)
(hx : ∀ (n : ℕ), x (n + 1) = ↑(J + n) ^ 2 * x n)
(b : ℝ)
(hb : 0 < b)
:
The full exponential-cost sum has an explicit upper bound tending to zero as the initial scale increases. This makes the uniform small-sum choice in the source quantitative.
theorem
EulerPacketUniformScaleSums.source_exponential_bound_tendsto_zero
(J A : ℕ)
(hJ : 1 ≤ J)
(b : ℝ)
(hb : 0 < b)
:
The explicit geometric-series bound vanishes as x₀ tends to infinity.