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?
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
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.