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
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 .
Erdos794.harrisHypergraph.IsThreeUniform ∧ Erdos794.harrisHypergraph.card = 28 ∧ ¬Erdos794.harrisHypergraph.ContainsSubgraph 4 3 ∧ ¬Erdos794.harrisHypergraph.ContainsSubgraph 5 7SolvedStatement only, no proof