Documentation

FormalConjectures.ErdosProblems.«152»

Erdős Problem 152 #

#TODO: Formalize the corresponding conjecture for infinite Sidon sets.

References:

noncomputable def Erdos152.f (n : ) :

Define f n to be the minimum of |{s | s - 1 ∉ A + A, s ∈ A + A, s + 1 ∉ A + A}| as A ranges over all Sidon sets of size n.

Equations
Instances For

    Must lim f n = ∞?

    This was proved formally by the DeepMind prover agent [DM26a].

    theorem Erdos152.erdos_152.variants.square :
    True (fun (n : ) => n ^ 2) =O[Filter.atTop] fun (n : ) => (f n)

    Must f n ≫ n ^ 2?

    This stronger quadratic variant was also proved formally by the DeepMind prover agent [DM26b].