Documentation

LeanPool.Erdos865.Defs

Definitions for the sharp 5/8 bound (Erdős 865) #

Basic objects for the pairwise-sums problem: pairwise-sum triples and triple-free sets (HasTriple, IsTripleFree), the folded sum sets lowSums/highSums/collisions, the hypothesis FoldedOK, and the folding sets Xset/Yset/Bset/Eset.

A contains a pairwise-sum triple: distinct a, b, c ∈ A with a+b, a+c, b+c ∈ A.

Equations
Instances For

    A is triple-free if it contains no pairwise-sum triple.

    Equations
    Instances For

      Folded additive lemma definitions #

      Non-wrapped pair sums x + y (xy, both in B, x + y < m).

      Equations
      Instances For

        Wrapped pair sums x + y - m (xy, both in B, x + y > m).

        Equations
        Instances For

          Residues arising both as a non-wrapped and as a wrapped pair sum.

          Equations
          Instances For

            The hypothesis (1.1) of the folded additive lemma: B ⊆ {1,…,m-1} and for all distinct x, yB, x + y ≠ m and the residue of x + y mod m is not in B.

            Equations
            Instances For

              Folding definitions #

              X = {r : 1 ≤ r < h, r ∈ A}.

              Equations
              Instances For
                def Erdos865.Yset (A : Finset ) (N h : ) :

                Y = {r : 1 ≤ r < h, h + r ≤ N, h + r ∈ A}.

                Equations
                Instances For
                  def Erdos865.Bset (A : Finset ) (N h : ) :

                  B_h = X ∩ Y.

                  Equations
                  Instances For
                    def Erdos865.Eset (A : Finset ) (N h : ) :

                    E = [1, h-1] \ (X ∪ Y).

                    Equations
                    Instances For