Documentation

FormalConjectures.ErdosProblems.«20»

Erdős Problem 20 #

References:

noncomputable def Erdos20.f (n k : ) :

Let $f(n,k)$ be minimal such that every $F$ family of $n$-uniform sets with $|F| \ge f(n,k)$ contains a $k$-sunflower.

Equations
Instances For
    theorem Erdos20.f_0_1 :
    f 0 1 = 1
    theorem Erdos20.erdos_20 :
    sorry ∃ (c : ), ∀ (n k : ), n > 0f n k < c k ^ n

    Is it true that $f(n,k) < c_k^n$ for some constant $c_k>0$ and for all $n > 0$?

    theorem Erdos20.erdos_20.variants.erdos_rado_bound (n k : ) :
    n > 02 kf n k (k - 1) ^ n * n.factorial + 1

    Erdős and Rado [ErRa60] proved the factorial upper bound for the $k$-sunflower threshold: any family of $n$-uniform sets with more than $(k-1)^n \, n!$ members contains a $k$-sunflower, hence $f(n,k) \le (k-1)^n \, n! + 1$.