Erdős Problem 272 #
Reference: erdosproblems.com/272
Let $N \in\mathbb{N}$. We say that $\{A_1, ..., A_t\}\subseteq \mathcal{P}(\{1, \dots, N\})$ is an arithmetic intersection set if $A_i \cap A_j$ is a non-empty arithmetic progression for each $i \neq j$.
Equations
- Erdos272.IsArithInterSet N A = (A ⊆ (Finset.Icc 1 N).powerset ∧ (↑A).Pairwise fun (S T : Finset ℕ) => ∃ l > 0, (↑(S ∩ T)).IsAPOfLength l)
Instances For
theorem
Erdos272.erdos_272 :
Asymptotics.IsEquivalent Filter.atTop (fun (N : ℕ) => ↑(maxArithInterCard N)) sorry
Let $N\geq 1$. What is the largest $t$ such that there are $A_1,\ldots,A_t\subseteq \{1,\ldots,N\}$ with $A_i\cap A_j$ a non-empty arithmetic progression for all $i\neq j$?
Simonovits and Sós have shown that $t\ll N^2$.
Szabo showed that the maximal $t$ is equal to $$ \frac{N^2}{2} + O(N^{5/3}\log^3N). $$
Szabo asks whether the maximal $t$ is given by $$ \frac{N^2}{2} + O(N) $$