Documentation

LeanPool.GKPCarry.DensityOne

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.

@[reducible, inline]

Possible GKP failures among exponents below bound.

Equations
Instances For
    @[reducible, inline]

    Exponents below bound that satisfy the GKP divisibility condition.

    Equations
    Instances For
      theorem GKPCarry.card_gkpFailureExponentsBelow_le (depth bound : ) :
      Fintype.card (GKPFailureExponentsBelow bound) (bound / (2 * 3 ^ (depth + 2)) + 1) * ((depth + 9) * 2 ^ depth)

      Quantitative sieve bound in every initial interval.

      noncomputable def GKPCarry.gkpFailureProportion (bound : ) :

      Proportion of possible GKP failures among exponents below bound.

      Equations
      Instances For
        theorem GKPCarry.gkpFailureProportion_le (depth bound : ) (hbound : 0 < bound) :
        gkpFailureProportion bound uncertifiedClassProportion depth + ↑((depth + 9) * 2 ^ depth) / bound

        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.

        noncomputable def GKPCarry.gkpSuccessProportion (bound : ) :

        Proportion of exponents below bound satisfying the divisibility condition.

        Equations
        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.