Back to Problems

erdos_707.variants.prime_power

Specification

It is false that any finite Sidon set can be embedded in a perfect difference set modulo `p^2 + p + 1` for some prime power `p`. As described in [arxiv/2510.19804], a counterexample is provided in [Ha47], see below. The proof of this has been formalized. -

Actions

Submit a Proof

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

Submit Proof
Lean 4 Statement
theorem erdos_707.variants.prime_power : (∀ (A : Set ℕ) (h : A.Finite), IsSidon A →
    ∃ (B : Set ℕ) (p : ℕ), IsPrimePow p ∧ A ⊆ B ∧
    IsPerfectDifferenceSet B (p^2 + p + 1)) ↔ False
ID: ErdosProblems__707__erdos_707.variants.prime_power
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.