Documentation

FormalConjectures.ErdosProblems.«857»

Erdős Problem 857 #

Reference: erdosproblems.com/857

For fixed n, k, let m(n, k) be minimal such that every family of subsets of [n] of size at least m(n, k) contains a k-sunflower. The problem asks to estimate m(n, k), ideally asymptotically.

noncomputable def Erdos857.m (n k : ) :

m(n, k): minimal sunflower-forcing family size in the non-uniform [n] model.

Equations
Instances For
    theorem Erdos857.erdos_857 :
    have f := sorry; ∀ (k : ), 3 kFilter.Tendsto (fun (n : ) => (m n k) / f k n) Filter.atTop (nhds 1)

    Estimate m(n,k), or better give an asymptotic formula.