Back to Problems
erdos_707
Specification
**Erdős Problem 707**: It is false that any finite Sidon set can be embedded in a perfect different set modulo some $n$. As described in [arxiv/2510.19804], a counterexample is provided in [Ha47], see below. The proof of this has been formalized.
Lean 4 Statement
theorem erdos_707 : (∀ (A : Set ℕ) (h : A.Finite), IsSidon A →
∃ᵉ (B : Set ℕ) (n > 0), A ⊆ B ∧ IsPerfectDifferenceSet B n) ↔ False
Browse
All Problems
Explore all 300 unsolved conjectures.
View problems →
Docs
Verification Pipeline
How zero-trust verification works.
Read docs →
Evaluation Results
Recent Submissions
No submissions yet. Be the first to attempt this problem.