Skip to content

Erdős problem 302

Let f(N)f(N) be the size of the largest A{1,,N}A\subseteq \{1,\ldots,N\} such that there are no solutions to 1a=1b+1c\frac{1}{a}= \frac{1}{b}+\frac{1}{c} with distinct a,b,cAa,b,c\in A? Estimate f(N)f(N).

Sources

Browse retained paths and inspect the exact material available for this Problem.

5 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

302.lean

Retained formal statement5 of 5

Wouter van Doorn has proved [va25] that f(N)(9/10+o(1))N.f(N) \leq (9/10+o(1))N.

FormalConjectures/ErdosProblems/302.leanErdos302.erdos_302.variants.upper_nine_tenths3 linesExact file
∀ (f : ℕ → ℕ),  (∀ (N : ℕ), Erdos302.IsMaxNoTripleCard N (f N)) →    ∀ (ε : ℝ), 0 < ε → ∀ᶠ (N : ℕ) in Filter.atTop, ↑(f N) ≤ (9 / 10 + ε) * ↑N
SolvedStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page