Erdős problem 13
If is a set with no such that and , then . This has been solved by Bedert [Be23].
Sources
FormalConjectures/ErdosProblems/
13.lean
Retained formal statement
A general version asks, for a fixed , if a set has no and such that and , then is it true that ?
True ↔ ∀ (r : ℕ), ∃ C, ∀ (N : ℕ), ∀ A ⊆ Finset.Icc 1 N, (∀ a ∈ A, ∀ (b : Fin r → ℕ), (∀ (i : Fin r), b i ∈ A) → (∀ (i : Fin r), a < b i) → ¬a ∣ ∑ i, b i) → ↑A.card ≤ ↑N / (↑r + 1) + COpenStatement only, no proof