Conjectures.io

Combinatorics

Erdős 340

Let A={1,2,4,8,13,21,31,45,66,81,97,}A = \{1, 2, 4, 8, 13, 21, 31, 45, 66, 81, 97, \ldots\} be the greedy Sidon sequence: we begin with 11 and iteratively include the next smallest integer that preserves the Sidon property (i.e. there are no non-trivial solutions to a+b=c+da + b = c + d). What is the order of growth of AA? Is it true that A{1,,N}N1/2ε|A \cap \{1, \ldots, N\}| \gg N^{1/2 - \varepsilon} for all ε>0\varepsilon > 0 and large NN?

Formal statement

Lean type

∀ ε > 0, (fun n => √↑n / ↑n ^ ε) =O[Filter.atTop] fun n => ↑(Set.range Finset.greedySidon ∩ Set.Icc 1 n).ncard

What you must prove

import FormalConjectures.ErdosProblems.«340»
import TaskSupport

namespace Bounty

theorem target : fcTypeOfName% "Erdos340.erdos_340" := by
  sorry

end Bounty

Pinned source: FormalConjectures/ErdosProblems/340.lean

Source type SHA-256
sha256:d0bd6bbca81683d2f19d089c381cf1f17435eaeb8abaa9b27356681c76c08090
Task id
fc-379fc029-erdos340-erdos-340-e4f4c76d00-formalized-v1
Task commitment
sha256:3d37543fa1aa1bb45fd867e1c23f47fae844f3c23db2357254e9908f3f922ad0

Something wrong with this formalization?

A statement that does not faithfully capture the original conjecture is the one real risk here, so we would rather hear about it early - before someone spends weeks on it.