Documentation

FormalConjecturesForMathlib.Combinatorics.Ramsey

Hypergraph Ramsey Numbers #

This file defines the r-uniform hypergraph Ramsey number R_r(n).

noncomputable def Combinatorics.hypergraphRamsey (r n : ) :

The r-uniform hypergraph Ramsey number R_r(n). The smallest natural number m such that every 2-coloring of the r-subsets of a set of size m contains a monochromatic subset of size n.

Equations
Instances For
    theorem Combinatorics.le_hypergraphRamsey (r n : ) (hne : {m : | ∀ (c : Finset (Fin m)Bool), ∃ (S : Finset (Fin m)), S.card = n ∃ (color : Bool), eS, e.card = rc e = color}.Nonempty) :

    n ≤ hypergraphRamsey r n when the set is nonempty.