Documentation

LeanPool.Erdos1196.Basic

Basic definitions for primitive sets above x #

This file introduces the core objects used throughout the development: the arithmetic sums appearing in the analytic estimates, the entry weights and normalization data b_x, B_x, and μ_x, and the abstract Markov-layer interface used for the visit-probability argument.

Main definitions #

The primitive-set predicate used throughout the local development.

Equations
Instances For

    Partial sums of Λ(q) / q.

    Equations
    Instances For
      noncomputable def PrimitiveSetsAboveX.tailSum (m y : ) :

      The logarithmic tail sum T(m, y) used in the normalization estimates.

      Equations
      Instances For
        noncomputable def PrimitiveSetsAboveX.ry (Y m : ) :

        The quantity R_Y(m) introduced in the proof of the main theorem.

        Equations
        Instances For
          noncomputable def PrimitiveSetsAboveX.transitionWeight (Y m q : ) :

          The transition weight p(m, mq) of the sub-Markov chain.

          Equations
          Instances For
            noncomputable def PrimitiveSetsAboveX.entryWeight (x Y n : ) :

            The entry weight b_x(n) used to define the initial distribution of the chain.

            Equations
            • One or more equations did not get rendered due to their size.
            Instances For

              The normalizing constant B_x.

              Equations
              Instances For
                noncomputable def PrimitiveSetsAboveX.initialDistribution (x Y n : ) :

                The normalized initial distribution μ_x(n) = b_x(n) / B_x.

                Equations
                Instances For

                  An abstract sub-Markov layer on the state space n ≥ x, together with a candidate visit-probability function satisfying the last-jump recurrence.

                  Instances For