Documentation

FormalConjectures.ErdosProblems.«510»

Erdős Problem 510 #

References:

theorem Erdos510.erdos_510 :
True ∃ (c : ) (_ : 0 < c), ∀ᶠ (N : ) in Filter.atTop, ∀ (A : Finset ), 0AA.card = N∃ (θ : ), nA, Real.cos (n * θ) < -c * N

Chowla's cosine problem

If $A\subset \mathbb{N}$ is a finite set of positive integers of size $N > 0$ then is there some absolute constant $c>0$ and $\theta$ such that $$\sum_{n\in A}\cos(n\theta) < -cN^{1/2}?$$

theorem Erdos510.erdos_510.variants.ruzsa :
∃ (c : ) (_ : 0 < c), ∀ᶠ (N : ) in Filter.atTop, ∀ (A : Finset ), 0AA.card = N∃ (θ : ), nA, Real.cos (n * θ) < -Real.exp (c * (Real.log N))

Ruzsa [Ru04] proved an upper bound of $-\exp(O(\sqrt{\log N})$.

theorem Erdos510.erdos_510.variants.bedert :
∃ (c : ) (_ : 0 < c), ∀ᶠ (N : ) in Filter.atTop, ∀ (A : Finset ), 0AA.card = N∃ (θ : ), nA, Real.cos (n * θ) < -c * N ^ (1 / 7)

Bedert [Be25c] proved an upper bound of $-c N^{1/7}$.