Ben Green's Open Problem 16 #
References:
- Ben Green's Open Problem 16
- [Ruzsa](I. Z. Ruzsa, Solving a linear equation in a set of integers. I. Acta Arith. 65 (1993), no. 3, 259–282.)
- [Schoen and Sisask](T. Schoen and O. Sisask, Roth’s theorem for four variables and additive structures in sums of sparse sets Forum of Mathematics, Sigma (2016), Vol. 4, e5, 28 pages.)
- [Yufei Zhao](Via Personal Communication with Ben Green)
theorem
Green16.green_16
(N : ℕ)
:
∃ A ⊆ Finset.range (N + 1),
SolutionFree A ∧ A.card = sorry ∧ MaximalFor (fun (B : Finset ℕ) => B ⊆ Finset.range (N + 1) ∧ SolutionFree B) Finset.card A
What is the largest subset of $[N]$ with no solution to $x + 3y = 2z + 2w$ in distinct integers $x, y, z, w$?
From [Ruzsa] $f(N) \gg N^{1/2}$.
A set has no nontrivial solution to $x + 2y + 3z = x' + 2y' + 3z'$.
Equations
Instances For
theorem
Green16.zhao_question :
∃ (h : ℕ → ℝ), Filter.Tendsto h Filter.atTop (nhds 0) ∧ ∀ᶠ (N : ℕ) in Filter.atTop, ↑(g N) ≥ ↑N ^ (1 / 3 - h N)
From [Yufei Zhao]: Is there a subset of $\{1, \ldots, N\}$ of size $N^{1/3 - o(1)}$ with no nontrivial solutions to $x + 2y + 3z = x' + 2y' + 3z'$?