Erdős Problem 817 #
Reference: erdosproblems.com/817
Only the empty set is a finite arithmetic progression of length $0$.
A set $s$ contains a non-trivial $k$-term, if there is a difference $d$ such that $s$ is a $k$-term progression with that difference and it contains more than 1 element.
Equations
- ContainsNontrivialAP k s = ∃ (d : ℕ), IsFiniteAPWith k d s ∧ 1 < s.ncard
Instances For
Define $g_k(n)$ to be the minimal $N$ such that $\{1, ..., N\}$ contains some $A$ of size $|A| = n$ such that $$ \langle A\rangle = \left\{\sum_{a \in A} \epsilon_a a : \epsilon_a \in\{0, 1\}\right\} $$ contains no non-trivial $k$-term arithmetic progression.
Equations
Instances For
Let $k\geq 3$. Define $g_k(n)$ to be the minimal $N$ such that $\{1, ..., N\}$ contains some $A$ of size $|A| = n$ such that $$ \langle A\rangle = \left\{\sum_{a \in A} \epsilon_a a : \epsilon_a \in\{0, 1\}\right\} $$ contains no non-trivial $k$-term arithmetic progression. Estimate $g_k(n)$. In particular, is it true that $$ g_3(n) \gg 3^n $$