Documentation

FormalConjectures.ErdosProblems.«868»

Erdős Problem 868 #

Reference: erdosproblems.com/868

noncomputable def ncard_add_repr (A : Set ) (o n : ) :

The number of ways in which a natural n can be written as the sum of o members of the set A.

Equations
Instances For

    Let $A$ be an additive basis of order $2$, let $f(n)$ denote the number of ways in which $n$ can be written as the sum of two elements from $A$. If $f(n)\to\infty$ as $n\to\infty$, then must $A$ contain a minimal additive basis of order $2$?

    theorem erdos_868.parts.ii :
    (∀ (A : Set ), ε > 0, A.IsAsymptoticAddBasisOfOrder 2(∀ᶠ (n : ) in Filter.atTop, ε * Real.log n < (ncard_add_repr A 2 n))BA, B.IsAsymptoticAddBasisOfOrder 2 bB, ¬(B \ {b}).IsAsymptoticAddBasisOfOrder 2) sorry

    Let $A$ be an additive basis of order $2$, let $f(n)$ denote the number of ways in which $n$ can be written as the sum of two elements from $A$. If $f(n)>\epsilon\log n$ for large $n$ and an arbitrary fixed $\epsilon > 0$, then must $A$ contain a minimal additive basis of order $2$?

    Erdős and Nathanson proved that this is true if $f(n) > (\log\frac{4}{3})^{-1}\log n$ for all large $n$.

    Härtter and Nathanson proved that there exist additive bases which do not contain any minimal additive bases.