Erdős problem 868
Let be an additive basis of order , let denote the number of ways in which can be written as the sum of two elements from . If for large and an arbitrary fixed , then must contain a minimal additive basis of order ?
Sources
FormalConjectures/ErdosProblems/
868.lean
Retained formal statement
Härtter and Nathanson proved that there exist additive bases which do not contain any minimal additive bases.
∀ (o : ℕ), 1 < o → ∃ A, A.IsAsymptoticAddBasisOfOrder o ∧ ∀ B ⊆ A, B.IsAsymptoticAddBasisOfOrder o → ∃ b ∈ B, (B \ {b}).IsAsymptoticAddBasisOfOrder oSolvedStatement only, no proof