Erdős problem 302
Let be the size of the largest such that there are no solutions to with distinct ? Estimate .
Sources
FormalConjectures/ErdosProblems/
302.lean
Retained formal statement
One can take either to be all odd integers in or all integers in to show .
∀ (f : ℕ → ℕ), (∀ (N : ℕ), Erdos302.IsMaxNoTripleCard N (f N)) → ∀ (ε : ℝ), 0 < ε → ∀ᶠ (N : ℕ) in Filter.atTop, (1 / 2 - ε) * ↑N ≤ ↑(f N)SolvedStatement only, no proof