Back to Problems

green_58

Specification

Suppose $A, B ⊆ \{1, \dots, N\}$ both have size at least $N^{0.49}$. Must the sumset $A + B$ contain a composite number?

Actions

Submit a Proof

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

Submit Proof
Lean 4 Statement
theorem green_58 :
    answer(sorry) ↔
      ∀ᵉ (N ≥ (1 : ℕ)) (A ⊆ Finset.Icc 1 N) (B ⊆ Finset.Icc 1 N),
        (N : ℝ) ^ (0.49 : ℝ) ≤ (A.card : ℝ) →
        (N : ℝ) ^ (0.49 : ℝ) ≤ (B.card : ℝ) →
        ∃ m ∈ (A + B), m.Composite
ID: GreensOpenProblems__58__green_58
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.