Skip to content

Determine m(n): minimum n-uniform hypergraph without Property B for n ≥ 5 #2363

@franzhusch

Description

@franzhusch

What is the conjecture

A collection $\mathcal{C}$ of subsets of a finite set has Property B if the set can be 2-colored such that every set in $\mathcal{C}$ contains at least one vertex of each color (i.e., no set is monochromatic).

Let $m(n)$ denote the minimum number of sets in an $n$-uniform hypergraph (where all sets have exactly $n$ elements) such that the collection does not have Property B.

Known values:

  • $m(1) = 1$
  • $m(2) = 3$
  • $m(3) = 7$
  • $m(4) = 23$

Current bounds for $m(5)$: $29 \leq m(5) \leq 51$

The problem: Determine the exact value of $m(n)$ for $n \geq 5$, or derive asymptotically tight bounds. Erdős and Lovász conjectured that $m(n) = \Theta(2^n \cdot n)$.

(This description may contain subtle errors especially on more complex problems; for exact details, refer to the sources.)

Sources:

Prerequisites needed

Formalizability Rating: 3/5 (0 is best) (as of 2026-02-19)

Building blocks (1-3; from search results):

  • Hypergraph and coloring definitions from SimpleGraph.Coloring (existing in FormalConjecturesForMathlib)
  • Set systems and uniformity constraints

Missing pieces (exactly 2; unclear/absent from search results):

  • Formal definition of Property B for hypergraphs (2-coloring with bichromatic property)
  • Definition and theory of m(n) as the minimum cardinality threshold

Rating justification: Hypergraph coloring and set-theoretic concepts are available in Mathlib/FormalConjecturesForMathlib, but Property B and the m(n) function would require new definitions and supporting lemmas about uniform set systems. The statement itself can be formulated with moderate additional infrastructure.

AMS categories

  • ams-05
  • ams-90

Choose either option

  • I plan on adding this conjecture to the repository
  • This issue is up for grabs: I would like to see this conjecture added by somebody else

This issue was generated by an AI agent and reviewed by me.

See more information here: link

Feedback on mistakes/hallucinations: link

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions