Erdős problem 1062
Erdős asked whether the limiting density f n / n exists and, if so, whether it is irrational.
Sources
FormalConjectures/ErdosProblems/
1062.lean
Retained formal statement
The interval [⌊n/3⌋, n] is fork-free, and therefore f n is at least ⌈2n / 3⌉.
∀ (n : ℕ), ⌈2 * ↑n / 3⌉₊ ≤ Erdos1062.f nSolvedStatement only, no proof