Erdős problem 794
Is it true that every -uniform hypergraph on vertices with at least edges must contain either a subgraph on vertices with edges or a subgraph on vertices with edges?
Sources
FormalConjectures/ErdosProblems/
794.lean
Retained formal statement
Is it true that every -uniform hypergraph on vertices with at least edges must contain either a subgraph on vertices with edges or a subgraph on vertices with edges?
Harris has provided the following simple counterexample to the problem as stated: the -uniform graph on with edges, formed by taking edges by choosing one element each from , and then adding the edge .
False ↔ ∀ (n : ℕ) (H : Finset (Finset (Fin (3 * n)))), H.IsThreeUniform → n ^ 3 + 1 ≤ H.card → H.ContainsSubgraph 4 3 ∨ H.ContainsSubgraph 5 7