Back to Problems
green_16
Specification
What is the largest subset of $[N]$ with no solution to $x + 3y = 2z + 2w$ in distinct integers $x, y, z, w$?
Lean 4 Statement
theorem green_16 (N : ℕ) :
∃ A : Finset ℕ, A ⊆ range (N + 1) ∧ SolutionFree A ∧
A.card = answer(sorry) ∧
MaximalFor (fun B => B ⊆ range (N + 1) ∧ SolutionFree B) Finset.card A
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.