Documentation

FormalConjectures.ErdosProblems.«1101»

Erdős Problem 1101 #

Reference: erdosproblems.com/1101

def Erdos1101.ASet (u : ) :

The set of integers not divisible by any u_i.

Equations
Instances For
    noncomputable def Erdos1101.A (u : ) (n : ) :

    The sequence of integers A_u which are not divisible by any u_i arranged in a monotonic sequence.

    Equations
    Instances For
      noncomputable def Erdos1101.t (u : ) (x : ) :

      t_x such that u_0 ... u_{t_x-1} ≤ x < u_0 ... u_{t_x}.

      Equations
      Instances For
        def Erdos1101.IsGood (u : ) :

        A sequence is "good" if

        1. it is strictly monotone
        2. it is pairwise coprime
        3. the sum of reciprocals converges
        4. the gap between consecutive elements in A(u) is bounded relative to t_x.
        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          theorem Erdos1101.erdos_1101.polynomial :
          ¬∃ (u : ), IsGood u ∃ (k : ), (fun (n : ) => (u n)) =O[Filter.atTop] fun (n : ) => n ^ k
          1. There is NO good sequence with polynomial growth.
          theorem Erdos1101.erdos_1101.subexponential :
          ∃ (u : ), IsGood u (fun (n : ) => Real.log (u n)) =o[Filter.atTop] fun (n : ) => n
          1. There is a good sequence with sub-exponential growth.