Erdős problem 246
Let . The set is complete - that is, every large integer is the sum of distinct integers of the form with .
Sources
FormalConjectures/ErdosProblems/
246.lean
Retained formal statement
Let . The set is complete - that is, every large integer is the sum of distinct integers of the form with .
We state the nontrivial case , proved by Birch [Bi59].
∀ (a b : ℕ), 2 ≤ a → 2 ≤ b → a.Coprime b → IsAddComplete (Erdos246.Gamma a b)