Erdős Problem 1062 #
Reference: erdosproblems.com/1062
The extremal function from Erdős problem 1062: the largest size of a fork-free subset of
{1,...,n}.
Equations
- Erdos1062.f n = Nat.findGreatest (fun (k : ℕ) => ∃ A ⊆ Set.Icc 1 n, Erdos1062.ForkFree A ∧ A.ncard = k) n
Instances For
theorem
Erdos1062.erdos_1062.limit_density :
(∃ (l : ℝ), Filter.Tendsto (fun (n : ℕ) => ↑(f n) / ↑n) Filter.atTop (nhds l) ∧ Irrational l) ↔ sorry
Erdős asked whether the limiting density f n / n exists and, if so, whether it is
irrational.