Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Unique Primitive Euler Ledger

Abstract

A constant-one integer power series has a unique locally finite primitive Euler ledger.

Theorem 1.1 (Every constant-one integer power series has one Euler ledger).

Proof. Machine-checked in Lean as D5/S1/Recurrence/Witt/PrimitiveEulerLedger.unique_primitive_euler_ledger (✓ std3). ∎

Source. Repository-derived.

Commentary.

For a formal power series f over the integers with constant coefficient one, there is a unique integer-valued ledger c on the positive degrees. At every finite cutoff N, its first N Euler factors reproduce every coefficient through degree N.

The factor at degree n + 1 is defined coefficientwise by generalized binomial coefficients, so it is the formal series (1 - X^(n + 1))^(-c_n). Its coefficients below degree n + 1 vanish, while the coefficient at degree n + 1 is c_n. This makes the next ledger entry the exact residual coefficient.

The source notation Gamma_phi, L, and its infinite product were not defined in the atom. The formal statement therefore specializes to ordinary integer formal power series, indexes factors by positive natural degrees, and expresses local finiteness as equality on every finite coefficient truncation. This supplies the missing semantics without weakening the existence-and-uniqueness claim.

The proof uses Mathlib’s power-series coefficient convolution, finite antidiagonal sums, finite products, and generalized integer binomial coefficients. Strong induction at the first differing degree proves uniqueness.

References

  • Truth anchor: D5/S1/Recurrence/Witt/PrimitiveEulerLedger.unique_primitive_euler_ledger