A density-one theorem for the GKP power-of-two condition #
The exact modular sieve bounds possible failures in every initial interval.
At ternary depth n + 3, each block of 2 * 3 ^ (n + 2) exponents contains
at most (n + 9) * 2 ^ n failures. These bounds prove that the proportion of
exponents k for which 9 does not divide centralBinom (2 ^ k) tends to
zero. Thus the GKP divisibility conclusion holds for a set of exponents of
natural density one.
The universal conjecture remains open because a density-zero failure set need not be empty.
Possible GKP failures among exponents below bound.
Equations
Instances For
Exponents below bound that satisfy the GKP divisibility condition.
Equations
- GKPCarry.GKPSuccessExponentsBelow bound = { exponent : Fin bound // 9 ∣ (2 ^ ↑exponent).centralBinom }
Instances For
Quantitative sieve bound in every initial interval.
Proportion of possible GKP failures among exponents below bound.
Equations
- GKPCarry.gkpFailureProportion bound = ↑(Fintype.card (GKPCarry.GKPFailureExponentsBelow bound)) / ↑bound
Instances For
At any fixed sieve depth, the failure proportion is bounded by the residual periodic proportion plus one incomplete block.
Density-zero failure theorem. The proportion of exponents below
bound that fail the GKP divisibility condition tends to zero.
Proportion of exponents below bound satisfying the divisibility
condition.
Equations
- GKPCarry.gkpSuccessProportion bound = ↑(Fintype.card (GKPCarry.GKPSuccessExponentsBelow bound)) / ↑bound
Instances For
Density-one GKP theorem. Powers of two satisfy the divisibility branch of the GKP conjecture for a set of exponents of natural density one.