Documentation

FormalConjectures.ErdosProblems.«20»

Erdős Problem 20 #

Reference: erdosproblems.com/20

def IsSunflowerWithKernel {α : Type} (F : Set (Set α)) (S : Set α) :

A sunflower $F$ with kernel $S$ is a collection of sets in which all possible distinct pairs of sets share the same intersection $S$.

Equations
Instances For
    def IsSunflower {α : Type} (F : Set (Set α)) :

    A sunflower $F$ is a collection of sets in which all possible distinct pairs of sets share the same intersection.

    Equations
    Instances For
      noncomputable def 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 erdos_20 :
        ∃ (c : ), ∀ (n k : ), f n k < c k ^ n

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