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
Balogh has observed that this problem is probably misstated by Erdős - indeed, every graph with vertices spanning edges contains a graph on vertices spanning edges, so the second condition can be dropped.
∀ {V : Type u_1} [inst : DecidableEq V] (H : Finset (Finset V)), H.IsThreeUniform → H.ContainsSubgraph 5 7 → H.ContainsSubgraph 4 3SolvedStatement only, no proof