Back to Problems
green_2
Specification
Let $A \subset \mathbf{Z}$ be a set of $n$ integers. Is there a set $S \subset A$ of size $(\log n)^{100}$ such that the restricted sumset$S \hat{+} S$ is disjoint from $A$?
Lean 4 Statement
theorem green_2 : answer(sorry) ↔
∀ᶠ n : ℕ in atTop, ∀ A : Finset ℤ, A.card = n →
(maxRestrictedSumAvoidingSubsetSize A : ℝ) ≥ (Real.log n) ^ 100
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.