Back to Problems

erdos_198

Specification

If $A \subseteq \mathbb{N}$ is a Sidon set then must the complement of $A$ contain an infinite arithmetic progression? Answer "yes" according to remark on page 23 of: - Erdös and Graham, "Old and new problems and results in combinatorial number theory", 1980. "Baumgartner also proved the conjecture of Erdös that if $A$ is a sequence of positive integers with all sums $a + a'$ distinct for $a, a' \in A$ then the complement of $A$ contains an infinite A.P." But this seems to be a misprint, since the opposite is true: There is a sequence of positive integers with all $a + a'$ distinct for $a, a' \in A$ such that the complement of $A$ contains no infinite A.P., i.e. there is a Sidon set $A$ which intersects all arithmetic progressions. So the answer should be "no". This can be seen, as pointed out by Thomas Bloom [erdosproblems.com/198](https://www.erdosproblems.com/198), by an elementary argument.

Actions

Submit a Proof

Have a proof attempt? Submit it for zero-trust verification.

Submit Proof
Lean 4 Statement
theorem erdos_198 : (∀ A : Set ℕ, IsSidon A → (∃ Y, IsAPOfLength Y ⊤ ∧ Y ⊆ Aᶜ)) ↔
    answer(False)
ID: ErdosProblems__198__erdos_198
Browse 300 unsolved math conjectures formalized in Lean 4
Browse

All Problems

Explore all 300 unsolved conjectures.

View problems →
ASI Prize documentation for formal verification pipeline
Docs

Verification Pipeline

How zero-trust verification works.

Read docs →
Evaluation Results

Recent Submissions

No submissions yet. Be the first to attempt this problem.