Documentation

FormalConjectures.ErdosProblems.«40»

Erdős Problem 40 #

Reference: erdosproblems.com/40

def Erdos40For (g : ) :

The predicate for a function $g\colon\mathbb{N} → \mathbb{R})$ that $$\lvert A\cap \{1,\ldots,N\}\rvert \gg \frac{N^{1/2}}{g(N)}$$ implies $\limsup 1_A\ast 1_A(n)=\infty$.

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    def Erdos40 (G : ()Prop) :

    Given a set of functions $\mathbb{N} → \mathbb{R})$, we assert that for all $g$ in that set, if $g(N) → \infty$ then $$\lvert A\cap \{1,\ldots,N\}\rvert \gg \frac{N^{1/2}}{g(N)}$$ implies $\limsup 1_A\ast 1_A(n)=\infty$.

    Equations
    Instances For
      theorem erdos_40 :
      Erdos40 sorry

      For what functions $g(N) → \infty$ is it true that $$\lvert A\cap \{1,\ldots,N\}\rvert \gg \frac{N^{1/2}}{g(N)}$$ implies $\limsup 1_A\ast 1_A(n)=\infty$?

      theorem erdos_28_of_erdos_40 (h_erdos_40 : Erdos40 fun (x : ) => True) (A : Set ) (h : (A + A).Finite) :

      If we don't pose additional conditions on the functions, then this is a stronger form of the Erdős-Turán conjecture, see Erdõs Problem 28, (since establishing this for any function $g(N) → \infty$ would imply a positive solution to Erdős Problem 28).